In need of a few official prefixes

2011-11-13 Thread Brendan Byrd
(Sent this a while ago on a work account, but I guess it didn't go through.) I am nearing completion of the following modules: DBD::FusionTables - Mostly complete except for tests/docs; however Google is wanting to fix a lot of their bugs in Fusion Tables before they consider it worth using. D

Re: [svn:dbi] r14993 - dbi/trunk/ex

2011-11-13 Thread H.Merijn Brand
On Sun, 13 Nov 2011 10:42:34 +, Tim Bunce , "H.Merijn Brand" wrote: > On Thu, Nov 10, 2011 at 09:15:43AM -0800, hmbr...@cvs.perl.org wrote: > > +} elsif ($driver eq 'Unify') { > > +# Unify does not have varchar > > +$h->{ChopBlanks} = 1; > > Why ChopBlanks? Worth a # comment. I thou

Re: [svn:dbi] r14993 - dbi/trunk/ex

2011-11-13 Thread Tim Bunce
On Thu, Nov 10, 2011 at 09:15:43AM -0800, hmbr...@cvs.perl.org wrote: > +} elsif ($driver eq 'Unify') { > +# Unify does not have varchar > +$h->{ChopBlanks} = 1; Why ChopBlanks? Worth a # comment. > +$blob_column_type = 'binary'; > +$unicode_column_type = 'char'; # or text > +