Re: Announce DBI 1.628 => Announce DBD::CSV 0.39

2013-07-22 Thread H.Merijn Brand
a DBI::DBD::SqlEngine > engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack] > Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger] > Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack] > Fixed exit op precedence i

Re: DBI / S::S / DBD::CSV ... related hackathon

2013-01-23 Thread Jens Rehsack
On 20.01.13 10:08, H.Merijn Brand wrote: On Tue, 15 Jan 2013 20:18:44 +1100, Peter Rabbitson wrote: On Tue, Jan 15, 2013 at 09:47:02AM +0100, Jens Rehsack wrote: So at first I would be great if all interested persons can tell if they would like to join - let's say until end of January (for a

Re: DBI / S::S / DBD::CSV ... related hackathon

2013-01-20 Thread H.Merijn Brand
On Tue, 15 Jan 2013 20:18:44 +1100, Peter Rabbitson wrote: > On Tue, Jan 15, 2013 at 09:47:02AM +0100, Jens Rehsack wrote: > > So at first I would be great if all interested persons can > > tell if they would like to join - let's say until end of January > > (for a date in March/April 2013) with

Re: DBI / S::S / DBD::CSV ... related hackathon

2013-01-19 Thread Peter Rabbitson
On Tue, Jan 15, 2013 at 09:47:02AM +0100, Jens Rehsack wrote: > So at first I would be great if all interested persons can > tell if they would like to join - let's say until end of January > (for a date in March/April 2013) with a limit how far they're > willing to travel. Always happy to join, w

DBI / S::S / DBD::CSV ... related hackathon

2013-01-15 Thread Jens Rehsack
Hi all, as I know some of us are located close together, I suggested a hackathon especially for Pure-Perl drivers, their tests and integration. My goals were: 1) having a lot of DBD::CSV tests (DBI related like ChopBlanks) moved or copied and maintained in DBI ==> a lot of tests sim

DBD::CSV failures hidden in the deep

2012-12-05 Thread H.Merijn Brand
There are currently quite a few reports about DBD::CSV not able to install, as 50_chopblanks is failing I finally found a combination in which I can reproduce the failure, but it seems brittle and unstable. We needz help :) How does it look: FAIL: DBD-CSV-0.36 630 > make test Skip blib/

Re: some fixes / new test for DBD::CSV

2012-10-28 Thread H.Merijn Brand
; 'git am' and modify them later (allows me to fast-forward instead > of merging). I did, but this isn't good: DBD-CSV 509 > prove -vwb t/61_meta.t t/61_meta.t .. plan() doesn't understand skipall DBD::File 0.41 required at t/61_meta.t line 12. Use of uninitialized valu

some fixes / new test for DBD::CSV

2012-10-26 Thread Jens Rehsack
Hi Merijn, as talked in IRC here are the patches. They currently cover the 2 things I missed tests for (file-handle, col_names + skip_rows). You can do me a favour and apply the attached patches using 'git am' and modify them later (allows me to fast-forward instead of merging). Thanks, Jens >Fr

SQL::Statement should not mention DBD::CSV in it's requirements

2011-01-20 Thread Jens Rehsack
Hi Merijn, 'cause I don't have IRC at $work, we better discuss it on ML (when I'm able to answer in IRC, you're usually not online anymore (or not yet, respectively)). [Sno], SQL::Statement should not mention DBD::CSV in it's requirements it now causes an endless loop

Re: Multiple directories for 'f_dir' parameter for DBD::File (especially DBD::CSV)

2010-11-16 Thread Jens Rehsack
2010/11/16 Reinier Post : > On Tue, Nov 16, 2010 at 07:46:53AM +0100, Jens Rehsack wrote: > >> Would anyone mind when I patch DBD::File to accept a list of >> directories in f_dir >> and search for a matching db-file in this list? >> >> I thought about using an 'f_dir_list', too - but there're alwa

Re: Multiple directories for 'f_dir' parameter for DBD::File (especially DBD::CSV)

2010-11-16 Thread H.Merijn Brand
On Tue, 16 Nov 2010 07:46:53 +0100, Jens Rehsack wrote: > Hi all, > > in an application (I call it App::Automated::Letter) I will process > some "csv databases" (OpenOffice.org/Excel exported files). I'd like > to allow the application to find the appropriate csv file (table name > for automated

Re: Multiple directories for 'f_dir' parameter for DBD::File (especially DBD::CSV)

2010-11-16 Thread Reinier Post
On Tue, Nov 16, 2010 at 07:46:53AM +0100, Jens Rehsack wrote: > Would anyone mind when I patch DBD::File to accept a list of > directories in f_dir > and search for a matching db-file in this list? > > I thought about using an 'f_dir_list', too - but there're always users > who would try to > sp

Multiple directories for 'f_dir' parameter for DBD::File (especially DBD::CSV)

2010-11-15 Thread Jens Rehsack
Hi all, in an application (I call it App::Automated::Letter) I will process some "csv databases" (OpenOffice.org/Excel exported files). I'd like to allow the application to find the appropriate csv file (table name for automated letter processing run will be specified per run or on command line) i

Re: DBD::CSV

2010-10-17 Thread Jens Rehsack
2010/10/15 Jens Rehsack : > 2010/10/14 H.Merijn Brand : >> Regarding RT#61513, Here's a script that shows both. >> >> As this is completely withing the realm of your changes to initializing >> DBD::File for DBD::DBM, I'd appreciate a pointer in where to look

Re: DBD::CSV

2010-10-15 Thread Jens Rehsack
2010/10/14 H.Merijn Brand : > Regarding RT#61513, Here's a script that shows both. > > As this is completely withing the realm of your changes to initializing > DBD::File for DBD::DBM, I'd appreciate a pointer in where to look ... > > tux09:/pro/3gl/CPAN/DBD-CSV/san

Patches for DBD::CSV to use the tied f_meta access

2010-06-10 Thread Jens Rehsack
Hi Merijn, attached the patch to allow DBD::CSV work fine with the $dbh->{csv_tables} attribute. It's for use with DBD::File rev. 14128. Maybe it's a good idea to set some values into $dbh->{csv_valid_attrs} and $dbh->{csv_readonly_attrs}, too - but you know it better than me.

ANNOUNCE: DBD::CSV 0.25

2009-10-15 Thread H.Merijn Brand
After a long period of silence, I'm somewhat proud to announce this update of DBD::CSV. I took over maintenance from Jeff, and made DBD::CSV use the new and improved features of DBD::File and SQL::Statement. As SQL::Statement has now gained development momentum, it is not unlikely that this

DBD::CSV now on git

2009-04-27 Thread H.Merijn Brand
http://repo.or.cz/w/DBD-CSV.git This includes the complete history from backpan And all my changes since Jeff's last change in 2005 If you want commit to that, I'll have to do some reading first on how to do that :) -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ usi

Installing DBD::CSV using PPM(4) on ActivePerl 8xx

2007-11-19 Thread Henning Michael Møller Just
Hi everyone We are having problems installing DBD::CSV on our Windows machines. We are using ActivePerl build 820 and all come with DBI preinstalled. So far so good :) The problem is that DBI installs the /DBD/File.pm file which ppm remembers. When we try to install DBD::CSV it says that DBD

Re: DBI-1.43 + DBD-CSV-0.21

2004-08-27 Thread Jeff Zucker
H.Merijn Brand wrote: HP-UX 11i (11.11) + perl-5.8.5-dor + DBI-1.43 + DBD-CSV-0.21 Failed Test Stat Wstat Total Fail Failed List of Failed --- t/40bindparam.t 281 3.57% 14 Failed 1/14 test

Re: DBI-1.43 + DBD-CSV-0.21

2004-08-24 Thread Tim Bunce
Aplied. Thanks. Tim. On Wed, Aug 11, 2004 at 07:01:11PM -0700, Jan Dubois wrote: > Merijn wrote: > > > >HP-UX 11i (11.11) + perl-5.8.5-dor + DBI-1.43 + DBD-CSV-0.21 > > > >Failed Test Stat Wstat Total F

Re: DBI-1.43 + DBD-CSV-0.21

2004-08-13 Thread jeff
;', [EMAIL PROTECTED] > Subject: Re: DBI-1.43 + DBD-CSV-0.21 > > Merijn wrote: > > > >HP-UX 11i (11.11) + perl-5.8.5-dor + DBI-1.43 + DBD-CSV-0.21 > > > >Failed Test Stat Wstat Total Fail Failed List of Failed > >

Re: DBI-1.43 + DBD-CSV-0.21

2004-08-13 Thread Jan Dubois
Merijn wrote: > >HP-UX 11i (11.11) + perl-5.8.5-dor + DBI-1.43 + DBD-CSV-0.21 > >Failed Test Stat Wstat Total Fail Failed List of Failed >--- >t/40bindparam.t 281 3.57% 14

DBI-1.43 + DBD-CSV-0.21

2004-07-24 Thread H.Merijn Brand
HP-UX 11i (11.11) + perl-5.8.5-dor + DBI-1.43 + DBD-CSV-0.21 Failed Test Stat Wstat Total Fail Failed List of Failed --- t/40bindparam.t 281 3.57% 14 Failed 1/14 test scripts, 92.86% okay. 1/244

DBD::CSV::get_info results

2002-03-12 Thread Jeff Zucker
Here are the results for DBD::CSV, first using the XS SQL::Statement, and then using the Perl SQL::Statement. As you can see, there's quite a bit of difference. -- Jeff DBD::CSV + XS VERSION OF SQL STATEMENT -- 114 SQL_CATALOG_LOCATION

DBD::CSV alter statement

2002-01-07 Thread Jose Blanco
Can I issue an alter statement to change the definition of a CSV table using DBD::CSV? For example, ALTER TABLE Collection ADD c varchar (20) I have tried it, and get a parser error. Any ideas out there on this. Some one has recommended using a package by the name of Sprite, but I wonder if