Re: New DBD::File feature - can we do more with it?

2010-06-30 Thread Darren Duncan
H.Merijn Brand wrote: A bit more thought leads to better portability ... my $hash = { meta => { f_dir => "data", f_schema=> undef, f_ext => ".csv/r", f_encoding => "utf8", f_lock => 1, }, Something very important here,

Re: New DBD::File feature - can we do more with it?

2010-06-30 Thread H.Merijn Brand
On Wed, 30 Jun 2010 08:37:33 +0200, "H.Merijn Brand" wrote: > On Tue, 29 Jun 2010 19:12:19 +, Jens Rehsack > wrote: > > > Hi, > > > > because of a bogus implementation for PRECISION, NULLABLE etc. > > attributes in DBD::CSV (forced by limitations of SQL::Statement) > > we have a new attrib

Re: New DBD::File feature - can we do more with it?

2010-06-30 Thread Jens Rehsack
On 06/30/10 06:37, H.Merijn Brand wrote: On Tue, 29 Jun 2010 19:12:19 +, Jens Rehsack wrote: Hi, because of a bogus implementation for PRECISION, NULLABLE etc. attributes in DBD::CSV (forced by limitations of SQL::Statement) we have a new attribute for tables in DBD::File meta data: 'tab