Released SQL::Statement 1.407

2015-05-26 Thread Jens Rehsack
Hi, it was silent around SQL::Statement for a long time ... I uploaded a new release fixing some open bugs this morning. Special thanks is going out to Slaven Rezic for supporting by running tests. Changes log for Perl extension SQL::Statement 1.407 2015-05-26 * Release 1.406_002 without

SQL-Statement 1.406_001 dev-release out for testing

2015-05-20 Thread Jens Rehsack
Hi, I recently uploaded a dev-release of SQL-Statement (1.406_001) because of so many (partially exciting patches from community). I hereby kindly ask anybody who's using it to test it whether it works as expected or not. I'm looking forward to release 1.407 at begin of next we

Re: Accidently added CONV in SQL::Statement

2015-02-05 Thread Jens Rehsack
Am 05.02.2015 um 18:14 schrieb Peter Rabbitson : > On 02/05/2015 06:11 PM, Jens Rehsack wrote: >> Hi Michael, >> >> I think I will do. Math::Base::Convert with convert for up-to-base64 >> seems to be fine > > I still think providing an arbitrary "up to base64" conversion is a mistake. > Consid

Re: Accidently added CONV in SQL::Statement

2015-02-05 Thread Peter Rabbitson
On 02/05/2015 06:11 PM, Jens Rehsack wrote: Hi Michael, I think I will do. Math::Base::Convert with convert for up-to-base64 seems to be fine I still think providing an arbitrary "up to base64" conversion is a mistake. Consider the standardized base32 alphabet: http://en.wikipedia.org/wiki/B

Re: Accidently added CONV in SQL::Statement

2015-02-05 Thread Jens Rehsack
he CONV function itself wasn't based on SQL-92, but since functions >> like HEX/BIN/OCT were already needed, I wrote it for those. The name >> was based on the MySQL function. >> >> On Mon, Dec 15, 2014 at 4:40 AM, Jens Rehsack >> wrote: >> >>>

Re: Accidently added CONV in SQL::Statement

2015-02-05 Thread Brendan Byrd
hose. The name was based on the MySQL function. On Mon, Dec 15, 2014 at 4:40 AM, Jens Rehsack wrote: > Hi, > > during review of SQL::Statement wrt. RT#100551 I realized that the > introduced SQL_FUNCTION_CONV ( > https://github.com/perl5-dbi/SQL-Statement/blob/master/lib/SQL/Sta

Re: Accidently added CONV in SQL::Statement

2014-12-17 Thread harryfmudd
sponses I speak only for myself. I have no idea what other people might need. - Original Message - > Hi, > > during review of SQL::Statement wrt. RT#100551 I realized that the introduced > SQL_FUNCTION_CONV > (https://github.com/perl5-dbi/SQL-Statement/blob/master/lib/SQL/Sta

Re: Accidently added CONV in SQL::Statement

2014-12-17 Thread Jens Rehsack
Am 15.12.2014 um 10:54 schrieb Darren Duncan : > On 2014-12-15 1:40 AM, Jens Rehsack wrote: >> during review of SQL::Statement wrt. RT#100551 I realized that the >> introduced SQL_FUNCTION_CONV >> (https://github.com/perl5-dbi/SQL-Statement/blob/master/lib/SQL/Statem

Re: Accidently added CONV in SQL::Statement

2014-12-15 Thread Darren Duncan
On 2014-12-15 1:40 AM, Jens Rehsack wrote: during review of SQL::Statement wrt. RT#100551 I realized that the introduced SQL_FUNCTION_CONV (https://github.com/perl5-dbi/SQL-Statement/blob/master/lib/SQL/Statement/Functions.pm#L454) is unnecessary over-complex. Funny, when I first saw that

Accidently added CONV in SQL::Statement

2014-12-15 Thread Jens Rehsack
Hi, during review of SQL::Statement wrt. RT#100551 I realized that the introduced SQL_FUNCTION_CONV (https://github.com/perl5-dbi/SQL-Statement/blob/master/lib/SQL/Statement/Functions.pm#L454) is unnecessary over-complex. Since I learned that silent removal of once shipped functionality is a

Re: SQL::Statement::Embed example failing

2013-12-10 Thread Søren Døssing
Jens, Actually, the documentation says: "SQL::Statement is the basis for at least eight existing DBDs (DBI database drivers). If you have a new data source, you too can create a DBD without having to reinvent the SQL wheel. It is fun and easy so become a DBD author today!" This part

Re: SQL::Statement::Embed example failing

2013-11-07 Thread Jens Rehsack
/search.cpan.org/~rehsack/SQL-Statement-1.405/lib/SQL/Statement/Embed.pod > but they don't work. The DBD::Foo example gives the following error message: > > --- snip --- > wit:bin sauber$ perl -I../lib dbdfoo.pl > Use of uninitialized value $drv_prefix in concatenation (.) o

[perl5-dbi/DBI-Test] 471857: merge *.bak pattern from SQL::Statement

2013-08-01 Thread Jens Rehsack
paths: M .gitignore Log Message: --- merge *.bak pattern from SQL::Statement

Re: SQL-Statement

2013-04-20 Thread H.Merijn Brand
On Fri, 19 Apr 2013 11:05:06 +0200, Jens Rehsack wrote: > On 18.04.13 17:17, H.Merijn Brand wrote: > > On request from Jens: > > > > $ git clone github.com:perl5-dbi/dbi.git SQL-Statement > > > > is now a full copy of https://github.com/rehsack/SQL-Statemen

Re: SQL-Statement

2013-04-19 Thread Jens Rehsack
On 18.04.13 17:17, H.Merijn Brand wrote: On request from Jens: $ git clone github.com:perl5-dbi/dbi.git SQL-Statement is now a full copy of https://github.com/rehsack/SQL-Statement $ pwd /tmp/SQL-Statement $ git push --tags Everything up-to-date $ git branch -a * master remotes/origin

SQL-Statement

2013-04-18 Thread H.Merijn Brand
On request from Jens: $ git clone github.com:perl5-dbi/dbi.git SQL-Statement is now a full copy of https://github.com/rehsack/SQL-Statement The new location does NOT know about the old, as it can now be used as the new decisive source: that is up to Jens. Enjoy! -- H.Merijn Brand http

SQL::Statement 1.402 uploaded

2012-12-22 Thread Jens Rehsack
Hi, SQL::Statement 1.402 has been uploaded to PAUSE and should be updated where ever possible. Version 1.402, released December 19, 2012 - [Misc] * add Math::Complex 1.56 as recommendation (RT#81926, Sam Ferencik) * add Math::BigInt 1.88 as

SQL::Statement 1.401 is out

2012-10-29 Thread Jens Rehsack
Hi, hereby I announce the SQL::Statement 1.401 release containing following changes: Version 1.401, released October 29, 2012 - [Misc] * Switch to 3-digited minor version [Bug fixes] * undo literal replaces in subqueries before passing them to

SQL::Statement 1.400_003 waits for testers and feedback

2012-10-12 Thread Jens Rehsack
Hi, if anyone waits for next SQL::Statement release, feel invited to test and review latest development snapshot. Few patches for broken Perl versions are missing until I think it's ready for being released. /Jens

Fwd: CPAN Upload: R/RE/REHSACK/SQL-Statement-1.400_001.tar.gz

2012-10-04 Thread Jens Rehsack
Hi all, inspired by the work on new streaming feature of DBD::File I uploaded a new developer release of SQL::Statement to get new drive into the pure perl DBD's ... Hope I get feedback to release new full working release soon. /Jens Original Message Subject: CPAN Uplo

Re: feature request for SQL::Statement::Structure

2012-04-11 Thread Darren Duncan
Jens Rehsack wrote: Am 11.04.2012 04:58, schrieb Darren Duncan: That's what I would do if I were making a SQL parser. Oh wait, I am! Just another SQL Parser? Why not taking/improving one of the existing ones? Or is it, because they're not invented "here"? No, not "just another"; I don't do

Re: feature request for SQL::Statement::Structure

2012-04-11 Thread Jens Rehsack
Am 10.04.2012 17:57, schrieb Tim Bunce: > On Tue, Apr 10, 2012 at 03:40:12PM +0200, Jens Rehsack wrote: >> >> Or - what I like to mention - there's missing a European equivalent for >> crowd funding. >> >> I always wanted to rewrite SQL::Statement reusin

Re: feature request for SQL::Statement::Structure

2012-04-11 Thread Jeff Anderson
of the mindset behind this code that go >> through the hard work of parsing a SQL statement but not providing the >> ability to alter and reuse that statement. > > My answer, for your curiosity, is that no one has needed it enough to put > in the work required to implement it. It&#

Re: feature request for SQL::Statement::Structure

2012-04-11 Thread Jens Rehsack
Am 11.04.2012 04:58, schrieb Darren Duncan: > Tim Bunce wrote: >> With regard to migrating SQL::Statement to be built on SQL::Translator, >> that's clearly a big task, but one that I presume could be broken down >> into smaller tasks. > > I think that it might

Re: feature request for SQL::Statement::Structure

2012-04-10 Thread Darren Duncan
Tim Bunce wrote: With regard to migrating SQL::Statement to be built on SQL::Translator, that's clearly a big task, but one that I presume could be broken down into smaller tasks. I think that it might work better to treat SQL like a general purpose programming language, as much

Re: feature request for SQL::Statement::Structure

2012-04-10 Thread Tim Bunce
On Tue, Apr 10, 2012 at 03:40:12PM +0200, Jens Rehsack wrote: > > Or - what I like to mention - there's missing a European equivalent for > crowd funding. > > I always wanted to rewrite SQL::Statement reusing ribasushi's great > SQL::Translator (allows to parse diffe

Re: feature request for SQL::Statement::Structure

2012-04-10 Thread Jens Rehsack
Am 10. April 2012 10:40 schrieb Tim Bunce : > Hello Jeff. > > On Sun, Apr 08, 2012 at 06:43:13AM -0700, Jeff Anderson wrote: >> Like i said, i was mostly curious of the mindset behind this code that go >> through the hard work of parsing a SQL statement but not providing th

Re: feature request for SQL::Statement::Structure

2012-04-10 Thread Tim Bunce
Hello Jeff. On Sun, Apr 08, 2012 at 06:43:13AM -0700, Jeff Anderson wrote: > Like i said, i was mostly curious of the mindset behind this code that go > through the hard work of parsing a SQL statement but not providing the > ability to alter and reuse that statement. My answer,

Re: feature request for SQL::Statement::Structure

2012-04-09 Thread Jeff Anderson
Like i said, i was mostly curious of the mindset behind this code that go through the hard work of parsing a SQL statement but not providing the ability to alter and reuse that statement. You win the pointless code award. Congrats. On Sun, Apr 8, 2012 at 4:59 AM, Jens Rehsack wrote: > A

Re: feature request for SQL::Statement::Structure

2012-04-09 Thread Jeff Anderson
So since you would like for me to help improve this module then perhaps you will allow to explain myself one more time (and CC'ed my personal message to the group without my permission). One this here page: http://search.cpan.org/~rehsack/SQL-Statement-1.33/lib/SQL/Statement/Structur

Re: feature request for SQL::Statement::Structure

2012-04-08 Thread Jens Rehsack
derson : >>>>> Greetings, >>>>> >>>>> I am wanting to take a SELECT statement and change the names of the >>>>> tables without IMMEDIATELY executing that statement. I was hoping that >>>>> SQL::Statement would solve the probl

Re: feature request for SQL::Statement::Structure

2012-04-07 Thread Reinier Post
P.S. > $stmt->from->join[1]->column = 'salary'; should be $stmt->from->join[1]->table = 'salary'; Sorry about that. The idea is to have something like what the CGI module provides for HTML. -- Reinier

Re: feature request for SQL::Statement::Structure

2012-04-07 Thread Reinier Post
I think I do understand, if it's the same thing that I initially expected when I read that SQL statements are SQL::Statement objects. SQL::Statement can parse and interpret SQL statements. It would be useful to expose an object model for parsed statements allowing the user to read, modify

Re: feature request for SQL::Statement::Structure

2012-04-07 Thread Jens Rehsack
gt; tables without IMMEDIATELY executing that statement. I was hoping that >>> SQL::Statement would solve the problem but apparently it can only >>> EXECUTE a statement. Is this true? I could not find anywhere that >>> deemed contrary in either the docs nor the source code. >

Re: feature request for SQL::Statement::Structure

2012-04-07 Thread H.Merijn Brand
On Sat, 7 Apr 2012 08:30:27 +0100, Jens Rehsack wrote: > Am 7. April 2012 01:30 schrieb Jeff Anderson : > > Greetings, > > > > I am wanting to take a SELECT statement and change the names of the > > tables without IMMEDIATELY executing that statement. I was hoping th

Re: feature request for SQL::Statement::Structure

2012-04-07 Thread Jens Rehsack
Am 7. April 2012 01:30 schrieb Jeff Anderson : > Greetings, > > I am wanting to take a SELECT statement and change the names of the > tables without IMMEDIATELY executing that statement. I was hoping that > SQL::Statement would solve the problem but apparently it can only > EXECU

Re: DBM/DBD::File/SQL::Statement failures

2012-02-29 Thread Tim Bunce
On Wed, Feb 29, 2012 at 10:49:09AM +, Martin J. Evans wrote: > On 26/02/12 12:27, Tim Bunce wrote: > >On Sat, Feb 25, 2012 at 02:18:56PM -0800, Jonathan Leffler wrote: > > > >>I'm slightly puzzled by a couple of the tests skipping because 'Not >

Re: DBM/DBD::File/SQL::Statement failures

2012-02-29 Thread Martin J. Evans
uzzled by a couple of the tests skipping because 'Not running with SQL::Statement', when in fact I have SQL::Statement installed. t/52dbm_complex.t ... ok t/zvg_52dbm_complex.t ... ok t/zvn_52dbm_complex.t ... skipped: Not running with

DBM/DBD::File/SQL::Statement failures (was: ANNOUNCE DBI 1.618)

2012-02-26 Thread Tim Bunce
tests skipping because 'Not > running with SQL::Statement', when >in fact I have SQL::Statement installed. > >t/52dbm_complex.t ... ok >t/zvg_52dbm_complex.t ... ok >t/zvn_52dbm_complex.t ... skipped: Not running with SQL::

Re: Table case sensitivity with SQL::Statement

2011-12-19 Thread Brendan Byrd
), but there seems to a lack of uniformity > > with it all. I'm not really blaming anybody for that, but it's just has > > ended up that way. Four different subclasses overloads from three > different > > CPAN packages seem to link together the "abstract DBD obj

Re: Table case sensitivity with SQL::Statement

2011-12-06 Thread Jens Rehsack
examples only (remember: free time project - not got paid for it). > Plus, I'm still not getting where this is supposed to start. > DBD::Sys::Plugin's POD is barely a page, and most of the example plugins > almost look too simple. They are! There is no rocket science. &

Re: Table case sensitivity with SQL::Statement

2011-12-01 Thread Brendan Byrd
On Thu, Dec 1, 2011 at 1:27 AM, Jens Rehsack wrote: > > On Wed, Nov 30, 2011 at 4:14 AM, Jens Rehsack > > wrote: > > > But, we still need an outlet to put these things in. I keep hearing > about a > I see no reason to do this _now_. Nothing you desire needs S::S changes, > only the way you de

Re: Table case sensitivity with SQL::Statement

2011-11-30 Thread Jens Rehsack
gt; > different cased files to have the same table key and screwing stuff up >> > with >> > JOIN.  (Yeah, it's rare for somebody to actually be using both "FOOBAR" >> > and >> > "foobar" in the same query...) >> >> I hope t

Re: Table case sensitivity with SQL::Statement

2011-11-30 Thread Jens Rehsack
2011/11/29 Brendan Byrd : > Found a potential bug, but it looks deliberate, so I wanted to see why it > was coded that way.  In SQL::Statement, open_tables is using $self->tables() > for mostly everything, which will contain the correct case for all of the > table names.  (IE: FOOB

Table case sensitivity with SQL::Statement

2011-11-29 Thread Brendan Byrd
Found a potential bug, but it looks deliberate, so I wanted to see why it was coded that way. In SQL::Statement, open_tables is using $self->tables() for mostly everything, which will contain the correct case for all of the table names. (IE: FOOBAR = foobar and "FOOBAR" = FOOBAR)

Re: Allowing for schema.table format in SQL::Statement

2011-11-23 Thread Martin J. Evans
ma' or something like that. When you write a Pure-Perl DBD using SQL::Statement, you're well advised to derive from DBI::DBD::SqlEngine (unless you need to deal with files, then derive from DBD::File). And DBI::DBD::SqlEngine falls back to DBI::SQL::Nano in case no suitable SQL::Statement h

Re: Allowing for schema.table format in SQL::Statement

2011-11-23 Thread Brendan Byrd
t the table ever had a schema. This would be a flag called 'dont_strip_schema' or something like that. When you write a Pure-Perl DBD using SQL::Statement, you're well > advised to derive from DBI::DBD::SqlEngine (unless you need to deal > with files, then derive from DBD::

Re: Allowing for schema.table format in SQL::Statement

2011-11-23 Thread Jens Rehsack
MP right now, and I'm currently fighting with >> > SQL::Statement to allow for schema.table formats. The idea would that it >> > would be possible to reference the MIB name within the table, like >> > IF_MIB.ifTable for IF-MIB::ifTable. However, I'm finding all kinds of

Re: Allowing for schema.table format in SQL::Statement

2011-11-23 Thread Tim Bunce
On Wed, Nov 23, 2011 at 09:34:06AM +0100, Jens Rehsack wrote: > 2011/11/22 Brendan Byrd : > > (Adding dbi-dev to conversation for > > https://rt.cpan.org/Ticket/Display.html?id=72588) > > > > Still debugging DBD::SNMP right now, and I'm currently fighting with

Re: Allowing for schema.table format in SQL::Statement

2011-11-23 Thread Jens Rehsack
> On Wed, Nov 23, 2011 at 3:34 AM, Jens Rehsack > wrote: >> >> 2011/11/22 Brendan Byrd : >> > (Adding dbi-dev to conversation for >> > https://rt.cpan.org/Ticket/Display.html?id=72588) >> > >> > Still debugging DBD::SNMP right now, and I'

Re: Allowing for schema.table format in SQL::Statement

2011-11-23 Thread Brendan Byrd
gt; (Adding dbi-dev to conversation for > > https://rt.cpan.org/Ticket/Display.html?id=72588) > > > > Still debugging DBD::SNMP right now, and I'm currently fighting with > > SQL::Statement to allow for schema.table formats. The idea would that it > > would be pos

Re: Allowing for schema.table format in SQL::Statement

2011-11-23 Thread Jens Rehsack
2011/11/22 Brendan Byrd : > (Adding dbi-dev to conversation for > https://rt.cpan.org/Ticket/Display.html?id=72588) > > Still debugging DBD::SNMP right now, and I'm currently fighting with > SQL::Statement to allow for schema.table formats. The idea would that it > would b

Allowing for schema.table format in SQL::Statement

2011-11-22 Thread Brendan Byrd
(Adding dbi-dev to conversation for https://rt.cpan.org/Ticket/Display.html?id=72588) Still debugging DBD::SNMP right now, and I'm currently fighting with SQL::Statement to allow for schema.table formats. The idea would that it would be possible to reference the MIB name within the table,

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: SQL::Statement 1.31_001 dev-release and test rewrite

2011-01-06 Thread Michael G Schwern
On 2011.1.6 10:08 PM, Jens Rehsack wrote: > That's only one step - I want the line numbers of the test, and the test is > currently written as an hash-entry in a test-list. By "test" do you mean "where the entry is defined in the hash"? Like, for example... #line 1 my %tests = (

Re: SQL::Statement 1.31_001 dev-release and test rewrite

2011-01-06 Thread H.Merijn Brand
aspell.nl.prepl /home/merijn/.aspell.en.prepl /home/merijn/.aspell.nl.pws It is a list of words that are not in default dictionaries, but are correct in the current documentation. Actually, it is now out-of-date SS-svn > pod-spell-check --aspell ok 1 - lib/SQL/Dialects/ANSI.pm ok 2 -

Re: SQL::Statement 1.31_001 dev-release and test rewrite

2011-01-06 Thread Jens Rehsack
On 01/01/11 07:55, Michael G Schwern wrote: On 2011.1.1 12:38 AM, Jens Rehsack wrote: Further I need some help on test rewrite (that's why you, Michael Schwern, are on CC). I'd like to rewrite step by step all tests like I did in t/06virtual.t and t/08join.t. For this I have to move the test mai

Re: SQL::Statement 1.31_001 dev-release and test rewrite

2010-12-31 Thread Michael G Schwern
On 2011.1.1 12:38 AM, Jens Rehsack wrote: > Further I need some help on test rewrite (that's why you, Michael > Schwern, are on CC). > I'd like to rewrite step by step all tests like I did in t/06virtual.t > and t/08join.t. For this I > have to move the test main loop into the TestLib.pm and I woul

SQL::Statement 1.31_001 dev-release and test rewrite

2010-12-31 Thread Jens Rehsack
Hi all, although unfinished test modules rewrite, I decided to publish the current state of the work of SQL::Statement fixes and test rewrite in a development release to collect some feedback. I expect the full test rewrite will occupy my time for several weeks and I do not expect a release

SQL::Statement v2, consequences to Meta-DBD's (and DBI) and the future of DBI::SQL::Nano

2010-07-18 Thread Jens Rehsack
Hi Tim, regarding to our short discussion in #dbi about the future of SQL::Statement and the implications to DBI::SQL::Nano here the open discussion for all. I've want to improve SQL::Statement by design, that means I want to design it from the basics using Design Patterns (especiall

[ANNOUNCE] SQL::Statement 1.28

2010-07-16 Thread Jens Rehsack
Hi all, I'm proud to announce SQL::Statement 1.28. It's the first release for me where other DBI developers (Matin Evans, H. Merijn Brand) actively contributed patches and do their own commits. Thanks for that! To all users of SQL::Statement or Meta-DBD's: Please take care wh

Re: Patch to allow tests with SQL::Statement for DBD::DBM and DBD::Gofer

2010-05-10 Thread Tim Bunce
It would be nice to also get coverage of the nano + DBI::PurePerl case. Tim. On Fri, May 07, 2010 at 02:18:46PM +0200, Jens Rehsack wrote: > Hi, > > as requested, I'd like to allow tests against SQL::Statement for those > DBD's which support it, too. > If no one ha

Patch to allow tests with SQL::Statement for DBD::DBM and DBD::Gofer

2010-05-07 Thread Jens Rehsack
Hi, as requested, I'd like to allow tests against SQL::Statement for those DBD's which support it, too. If no one has objections, I'd like to commit attached patch. Best regards, Jens DBI-test-SS.patch Description: Binary data

New 1.27 release of SQL::Statement

2010-05-06 Thread Jens Rehsack
I've just uploaded a new release of SQL::Statement which fixes one issue with Test::Datebase and DBD::DBM reported by Barbie from Birmingham.pm. The list of changes is small, but I decided to release early (and likely more often) instead of one big release when all DBD::DBM issues are s

SQL::Statement test/feedback

2009-10-05 Thread Jens Rehsack
Hi all, even if wasn't here for a long time (Merijn finally kicked my ass on this list), I uploaded the (from my point of view) latest development version of 1.21 for SQL::Statement. I know there're some changes in it, which may break existing code - but I don't know which code is

Re: DBI 1.608 breaks SQL-Statement

2009-06-30 Thread Gisle Aas
On May 12, 2009, at 23:17 , H.Merijn Brand wrote: On Tue, 12 May 2009 22:12:44 +0200, Gisle Aas wrote: I get test failures from SQL-Statement after upgrading to DBI-1.608. The test pass fine with DBI-1.607. Any ideas? Yes. That is my (fault) doing (changes in DBD::File) SQL::Statement

Re: DBI 1.608 breaks SQL-Statement

2009-05-12 Thread H.Merijn Brand
On Tue, 12 May 2009 22:12:44 +0200, Gisle Aas wrote: > I get test failures from SQL-Statement after upgrading to DBI-1.608. > The test pass fine with DBI-1.607. Any ideas? Yes. That is my (fault) doing (changes in DBD::File) SQL::Statement is in the scaffolding, and is expected

DBI 1.608 breaks SQL-Statement

2009-05-12 Thread Gisle Aas
I get test failures from SQL-Statement after upgrading to DBI-1.608. The test pass fine with DBI-1.607. Any ideas? $ perl -Ilib t/05create.t 1..5 SQL::Statement v.1.15 DBD::File::db do failed: You passed 1 parameters where 0 required [for Statement "CREATE TEMP TABLE aoa AS I

Re: DBD & SQL::Statement change in Maintainership

2009-04-20 Thread Dean Arnold
jeff wrote: Hi friends in the DBI community, After many years of maintaining SQL::Statement and various pure-Perl DBDs (RAM, AnyData, File, CSV) I've now finally admitted that I am far too busy to do an adequate job with the modules. Although I'll stay on as co-maintainer and hel

Re: DBD & SQL::Statement change in Maintainership

2009-04-20 Thread Tim Bunce
e: > > > > Hi friends in the DBI community, > > > > > > > > After many years of maintaining SQL::Statement and various pure-Perl > > > > DBDs > > > > (RAM, AnyData, File, CSV) I've now finally admitted that I am far too > >

Re: DBD & SQL::Statement change in Maintainership

2009-04-19 Thread H.Merijn Brand
On Sun, 19 Apr 2009 21:00:39 +0100, Tim Bunce wrote: > On Sat, Apr 18, 2009 at 10:28:02PM +0100, Tim Bunce wrote: > > On Fri, Apr 17, 2009 at 01:22:42PM -0700, Jeff Zucker wrote: > > > Hi friends in the DBI community, > > > > > > After many years of maintai

Re: DBD & SQL::Statement change in Maintainership

2009-04-19 Thread Tim Bunce
On Sat, Apr 18, 2009 at 10:28:02PM +0100, Tim Bunce wrote: > On Fri, Apr 17, 2009 at 01:22:42PM -0700, Jeff Zucker wrote: > > Hi friends in the DBI community, > > > > After many years of maintaining SQL::Statement and various pure-Perl DBDs > > (RAM, AnyData, File, CSV

Re: DBD & SQL::Statement change in Maintainership

2009-04-18 Thread Tim Bunce
On Fri, Apr 17, 2009 at 01:22:42PM -0700, Jeff Zucker wrote: > Hi friends in the DBI community, > > After many years of maintaining SQL::Statement and various pure-Perl DBDs > (RAM, AnyData, File, CSV) I've now finally admitted that I am far too busy > to do an adequate

DBD & SQL::Statement change in Maintainership

2009-04-17 Thread jeff
Hi friends in the DBI community, After many years of maintaining SQL::Statement and various pure-Perl DBDs (RAM, AnyData, File, CSV) I've now finally admitted that I am far too busy to do an adequate job with the modules. Although I'll stay on as co-maintainer and help out when

Re: SQL-Statement 1.13

2005-04-23 Thread H.Merijn Brand
hing odd about the svn since the tar.gz appears normal. I've > uploaded to > > http://www.vpservices.com/jeff/programs/SQL-Statement-1.14.tar.gz > > I believe this one should untar ok and should pass all tests. It does. Great job. HP-UX 11.00/64, perl-5.8.5-d

Re: SQL-Statement 1.13

2005-04-22 Thread Jonathan Leffler
ed to be > >a double gzipped file > > > Hmm, odd, it's the result of "make dist" and "svn commit". Must be > something odd about the svn since the tar.gz appears normal. I've > uploaded to > > http://www.vpservices.com/jeff/programs/S

Re: SQL-Statement 1.13

2005-04-22 Thread Jonathan Leffler
t;svn commit". Must be > > something odd about the svn since the tar.gz appears normal. I've > > uploaded to > > > > http://www.vpservices.com/jeff/programs/SQL-Statement-1.14.tar.gz > > > > I believe this one should untar ok and should pass all tests.

Re: SQL-Statement 1.13

2005-04-22 Thread Jeff Zucker
Jonathan Leffler wrote: the file seemed to be a double gzipped file Hmm, odd, it's the result of "make dist" and "svn commit". Must be something odd about the svn since the tar.gz appears normal. I've uploaded to http://www.vpservices.com/jeff/programs/SQL-Statem

Re: SQL-Statement 1.13

2005-04-22 Thread H.Merijn Brand
rage) and apparently forgot to wrap some of the requires in evals. > SQL::Statement has no prerequisites but since its most common use is > with DBI some of the tests do "eval{require DBI; require DBD::File}". > I've fixed the requires so that some of the tests will be skip

Re: SQL-Statement 1.13

2005-04-22 Thread Cosimo Streppone
Jeff Zucker wrote: H.Merijn Brand wrote: Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay. I added over 140 tests in recent releases (and doubled the Devel::Cover coverage) and apparently forgot to wrap some of the requires in evals. SQL::Statement has no prerequisites

Re: SQL-Statement 1.13

2005-04-22 Thread Darren Duncan
At 8:37 PM -0700 4/21/05, Jeff Zucker wrote: I'd much appreciate if those who experienced test failures could try again with http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Statement-1.14.tar.gz Thanks! I tried 2 different Perl installs, both under the same Mac OS X 10.3.8. The system

Re: SQL-Statement 1.13

2005-04-21 Thread Jonathan Leffler
On MacOS X 10.3.9, Perl 5.8.6, I found that (a) the file seemed to be a double gzipped file (gunzip of the file produced a 'tar' file that was itself extractable with 'tar -xzf ...', and (b) I still get some test errors: ... Manifying blib/man3/SQL::Statement::Structure.3 Man

Re: SQL-Statement 1.13

2005-04-21 Thread Jeff Zucker
H.Merijn Brand wrote: Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay. I added over 140 tests in recent releases (and doubled the Devel::Cover coverage) and apparently forgot to wrap some of the requires in evals. SQL::Statement has no prerequisites but since its most

Re: SQL-Statement 1.13

2005-04-21 Thread Darren Duncan
As I mentioned on dbi-users, I noticed this problem at home, as did another poster, as did the CPAN testers. It seems that SQL-Statement 1.12 and 1.13 has a circular dependency on DBD-AnyData; that is, X's test suite requires Y, and Y's test suite requires X. Even when I manually

SQL-Statement 1.13

2005-04-21 Thread H.Merijn Brand
XBase installed t/06groupok t/07case.Can't locate DBD/AnyData.pm in @INC (@INC contains: / pro/3g l/CPAN/SQL-Statement-1.13/blib/lib /pro/3gl/CPAN/SQL-Statement-1.13/ blib/arch /p ro/lib/perl5/5.8.5/PA-RISC2.0 /pro/lib/perl5/5.8.5 /pro/lib/ perl5/site_perl/5.8. 5/PA-RI

New DBI in-memory tables, heterogeneous operations, SQL-Statement

2005-02-26 Thread Jeff Zucker
[cc to dbi-dev but please reply to dbi-users or to me] I'm making available a pre-release version of SQL::Statement with many new features including vastly improved parens parsing (thanks Dean Arnold), column aliases (thanks Robert Rothenberg), new built-in functions including SOUNDER(

New User-Defined Function Syntax in SQL::Statement

2005-02-21 Thread Jeff Zucker
[Copied to dbi-dev, but please reply to dbi-users] Since the cat is out of the bag on upcoming SQL::Statement changes, here's a preview. Comments on the proposed syntax will be much appreciated. The major additions will be column name aliases (thanks Robert Rothenberg), improved pa

Re: RFC: SQL Extensions for SQL::Statement [Long]

2003-06-05 Thread Tim Bunce
I've set my Reply-to to just [EMAIL PROTECTED] as I'm not fond of cross-posting between the two lists. So could people reply just to [EMAIL PROTECTED] please. Thanks. On Wed, Jun 04, 2003 at 09:15:28AM -0700, Jeff Zucker wrote: > I will be releasing a significantly upgraded SQL::

Re: SQL Extensions for SQL::Statement [Long]

2003-06-05 Thread Dean Arnold
1) How many joins per stmt allowed ? 2) outer join support ? 3) re: performance: have you considered collecting COUNT(*) from each datasource (where available), and then shipping the data from the smaller resultset directly to the datasource with the larger resultset ? (not certain how feasible t

RFC: SQL Extensions for SQL::Statement [Long]

2003-06-05 Thread Jeff Zucker
I will be releasing a significantly upgraded SQL::Statement and DBD::File shortly and I have some questions about interface. I'd really appreciate some feedback. These are the features that are near finalization: * heterogeneous SQL across multiple DBI sources * per-table DBI connec

ANNOUNCE: SQL::Statement Version 1.005

2002-10-26 Thread Jeff Zucker
I have uploaded the latest vesion of SQL-Statement to CPAN. All users of SQL-Statement, SQL-Parser, DBD::CSV, DBD::AnyData, DBD::Excel and other modules using SQL::Statement are encouraged to upload the file from: http://www.cpan.org/modules/by-authors/id/J/JZ/JZUCKER/SQL-Statement-1.005.tar.gz

Re: Blobs and Empty Strings in SQL::Statement

2002-01-21 Thread Tim Bunce
On Mon, Jan 21, 2002 at 08:36:38AM +0100, Wiedmann, Jochen wrote: > > > In the first case SQL::Parser has to know how to parse a statement SQL > > containing a blob and in the second case it can just allow > > SQL::Statement to insert the blob without having to par

RE: Blobs and Empty Strings in SQL::Statement

2002-01-20 Thread Wiedmann, Jochen
> In the first case SQL::Parser has to know how to parse a statement SQL > containing a blob and in the second case it can just allow > SQL::Statement to insert the blob without having to parse it > within the > context of the SQL statement. Well, of course it is only valid

Re: Blobs and Empty Strings in SQL::Statement

2002-01-20 Thread Jeff Zucker
"Wiedmann, Jochen" wrote: > > Hi, Jeff, > > > 1. The new SQL::Statement will allow manipulation of blobs, but only > > with placeholders: > > > > This only works in the XS version of SQL::Statement: > > > >$dbh->do("

RE: Blobs and Empty Strings in SQL::Statement

2002-01-20 Thread Wiedmann, Jochen
Hi, Jeff, > 1. The new SQL::Statement will allow manipulation of blobs, but only > with placeholders: > > This only works in the XS version of SQL::Statement: > >$dbh->do("INSERT INTO foo VALUES( $blob )"); > > But this works in both ve

Blobs and Empty Strings in SQL::Statement

2002-01-20 Thread Jeff Zucker
I am fixing some glitches involved in running the t/*.t tests for DBD::CSV with the new SQL::Statement and have reduced things to two differences between the old and new Statement and am not sure how to proceed. 1. The new SQL::Statement will allow manipulation of blobs, but only with

Re: ANNOUNCE: SQL::Statement 0.2001

2001-08-24 Thread Jeff Zucker
Tim Bunce wrote: > > > * supports case-folding in ORDER BY > > Not by default I hope! No, it's not the default. The default behaviour in all things is the current behaviour of Jochen's module. Where things like this are introduced they are done in a way that a subclasser can choose whether or

Re: ANNOUNCE: SQL::Statement 0.2001

2001-08-24 Thread Tim Bunce
On Thu, Aug 23, 2001 at 07:37:06PM -0700, Jeff Zucker wrote: > 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. Great. > * supports ca

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 b

Re: New SQL::Statement and race conditions

2001-07-23 Thread Wes Hardaker
ff> let the tables close with $dbh->disconnect and/or $dbh going out of Jeff> scope, and b) should I support both methods of opening/closing styles to Jeff> support other subclasses of SQL::Statement that want to stick with the Jeff> old style? I do think it's a good idea to try a

  1   2   >