RE: ANNOUNCE: SQL::Statement 0.2001

2001-08-23 Thread Sterin, Ilya
st 24, 2001 1:17 AM > To: Sterin, Ilya > Cc: dbi-users > Subject: Re: ANNOUNCE: SQL::Statement 0.2001 > > > "Sterin, Ilya" wrote: > > > > My first question is when I retrieve the column names, I want > to modify that > > part of the query and be able to

Re: ANNOUNCE: SQL::Statement 0.2001

2001-08-23 Thread Jeff Zucker
"Sterin, Ilya" wrote: > > My first question is when I retrieve the column names, I want to modify that > part of the query and be able to use that to reconstruct the query. Here is > an example. > > my $query = "select foo1, foo2, foo3 from bar"; > my @columns = $stmt->columns(); > > Now I wan

RE: ANNOUNCE: SQL::Statement 0.2001

2001-08-23 Thread Sterin, Ilya
Sent: Thursday, August 23, 2001 10:37 PM > To: dbi-users; dbi-dev > Cc: Wiedmann, Jochen > Subject: ANNOUNCE: SQL::Statement 0.2001 > > > I'm pleased to announce the first alpha version of > SQL::Statement-0.2001. This is a pure perl module based on Jochen > Wiedmann

ANNOUNCE: SQL::Statement 0.2001

2001-08-23 Thread Jeff Zucker
I'm pleased to announce the first alpha version of SQL::Statement-0.2001. This is a pure perl module based on Jochen Wiedmann's SQL::Statement-0.1x series of XS and perl modules. When used with the current version of DBD::CSV or other modules based on SQL::Statement-0.1x it should behave like