
infoatwhawes.co.uk
Apr 28, 2005, 2:54 PM
Post #1 of 1
(168 views)
Permalink
|
|
Re: [Maypole] auto untainting module
|
|
Dave As regards determining column types for databases other than mySQL, take a look at the recent Class::DBI::Plugin::Type by Simon Cozens. It uses DBI->type_info to return column information. HTH. Regards WH ----- Original Message ----- From: David Baird <dave [at] riverside-cms> To: maypole-users [at] lists Cc: cdbi-talk [at] groups Sent: Wed, 27 Apr 2005 17:38:25 +0100 Subject: Re: [Maypole] auto untainting module > On Wednesday 27 April 2005 08:44, Tony Bowden wrote: > > On Tue, Apr 26, 2005 at 11:26:32AM +0100, David Baird wrote: > > > Has this wheel already been invented? If not, how does > > > Maypole::Plugin::AutoUntaint sound? > > > > Does this need to be connected specifically to Maypole? Perhaps it would be > > nicer as a Class::DBI plugin that people could benefit from who aren't > > using Maypole? > > > > You're right. I've split it and just uploaded first versions of > CDBI::Plugin::AutoUntaint and Maypole::Plugin::AutoUntaint to CPAN. I'd be > very interested if these run OK - or not - on databases other then MySQL. > > Cheers, > > d. > >
|