Re: Encoding for tables in DBD::File

2010-06-01 Thread H.Merijn Brand
On Tue, 01 Jun 2010 11:16:43 +, Jens Rehsack wrote: > On 06/01/10 10:42, Tim Bunce wrote: > > On Sun, May 30, 2010 at 12:33:44PM +0200, H.Merijn Brand wrote: > >> In DBI-1.611 I introduced f_encoding for tables. That works great. > >> > >> In 1.611, f_encoding was evaluated from the database

Re: Encoding for tables in DBD::File

2010-06-01 Thread Jens Rehsack
On 06/01/10 10:42, Tim Bunce wrote: On Sun, May 30, 2010 at 12:33:44PM +0200, H.Merijn Brand wrote: In DBI-1.611 I introduced f_encoding for tables. That works great. In 1.611, f_encoding was evaluated from the database handle each time a table (file) was opened, so my $dbh = DBI->connect (

Driver private functions, prefix and inheritance

2010-06-01 Thread Jens Rehsack
Hi Tim, during the update of DBD::AnyData I hit some nice methods, which Jeff has added to it, e.g. ad_get_catalog, ad_mod_catalog and ad_clear. These methods modify the meta data of the tables managed by DBD::AnyData (DBD::AD) which will be done by DBD::File in future releases. So I talked wi

Re: Encoding for tables in DBD::File

2010-06-01 Thread Tim Bunce
On Sun, May 30, 2010 at 12:33:44PM +0200, H.Merijn Brand wrote: > In DBI-1.611 I introduced f_encoding for tables. That works great. > > In 1.611, f_encoding was evaluated from the database handle each time a > table (file) was opened, so > > my $dbh = DBI->connect ("dbi:File:"); > > $dbh->{