Re: Any DBD drivers implemented in C/XS that don't use Driver.xtstemplate?

2001-08-07 Thread Jonathan Leffler
On Sun, 5 Aug 2001, Jonathan Leffler wrote: Tim Bunce wrote: On Thu, Jan 04, 2001 at 02:09:53PM +0100, H.Merijn Brand wrote: On Wed 01 Aug 2001 17:28, Tim Bunce [EMAIL PROTECTED] wrote: Does anyone know of any DBI drivers that are implemented in XS (ie C) that [do not] use the Driver.xst

Re: array binding

2001-08-08 Thread Jonathan Leffler
not expect to achieve that on a LAN -- but it illustrates that special features can make a huge difference to performance. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) Guardian of DBD::Informix 1.00.PC1 -- see http://www.cpan.org/ #include disclaimer.h

Re: DBI : Threads + DBD::Informix

2001-09-20 Thread Jonathan Leffler
Moved to dbi-dev as this is getting much more like a dev issue than a general dbi-users issue. On Thu, 20 Sep 2001, Tim Bunce wrote: On Wed, Sep 19, 2001 at 05:49:26PM -0700, Jonathan Leffler wrote: On Wed, 19 Sep 2001, Tim Bunce wrote: On Wed, Sep 19, 2001 at 11:24:39AM -0500, James Maes

Re: DBI Attributes

2001-10-25 Thread Jonathan Leffler
, whatever); the table name is 'He said, What?' where the single quotes are not part of the name. It is hairy dealing with such stuff... -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) Guardian of DBD::Informix 1.00.PC1 -- see http://www.cpan.org/ #include disclaimer.h

Re: quote_identifier (was Re: DBI Attributes)

2002-01-06 Thread Jonathan Leffler
and then all will be fine. Without that, Informix won't be able to do much -- you'll simply get (at best) syntax errors and (at worst) misunderstood SQL. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) Guardian of DBD::Informix 1.00.PC1 -- see http://www.cpan.org/ #include disclaimer.h

Re: quote_identifier (was Re: DBI Attributes)

2002-01-21 Thread Jonathan Leffler
On Mon, 21 Jan 2002, Tim Bunce wrote: On Mon, Jan 21, 2002 at 01:42:40PM -0800, Jonathan Leffler wrote: [...] Thanks, the examples helped explain where you're coming from. [..] The default implementation of quoted_identifier will work with DBD::Informix if the program has DELIMIDENT set

[Unexciting] ANNOUNCE: IBM Informix Database Driver for Perl Version1.00.PC2 (2002-02-01) released

2002-02-01 Thread Jonathan Leffler
means that Informix customers will be able to purchase support from Informix for IBM Informix Database Driver for Perl. * This release provides a (limited) support for UDTs - see README for details. * See the ChangeLog file for details about what has changed. Jonathan Leffler ([EMAIL PROTECTED

[Unexciting] ANNOUNCE: IBM Informix Database Driver for Perl Version

2002-02-02 Thread Jonathan Leffler
. * See the ChangeLog file for details about what has changed. Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) @(#)$Id: Announce version /main/36 2000-02-09 14:01:07 - hacked $ -- Jonathan Leffler #include disclaimer.h STSM, IBM Data Management Solutions. Phone

Re: DBI 1.21 - minor problem with Changes.pm

2002-02-07 Thread Jonathan Leffler
On Thu, 7 Feb 2002, Tim Bunce wrote: On Thu, Feb 07, 2002 at 01:41:16PM -0800, Jonathan Leffler wrote: It is by no means a show-stopper, but whenever I build DBI 1.21, it always copies Changes down to blib/lib/DBI/Changes.pm instead of only doing it once. [...] [...] But a patch would

Re: Patch to DBI::DBD.pm (v1.21)

2002-02-13 Thread Jonathan Leffler
On Wed, 13 Feb 2002, H.Merijn Brand wrote: On Wed 13 Feb 2002 02:02, Jonathan Leffler [EMAIL PROTECTED] wrote: +=over 4 + +*FIX ME* If there are statements 'active' when the $dbh is destroyed, +does DBI arrange to destroy those statement handles, or does the driver need to +do the work

More about DBI::DBD (v1.21)

2002-02-13 Thread Jonathan Leffler
the driver's version? I ask because DBD::Informix currently tracks Statement for itself, more or less as implied by the code above. This has consequences for the FETCH code (which does recognize it) and the STORE code (which declines to do anything with it. -- Jonathan Leffler

Physician Heal Thyself?

2002-03-06 Thread Jonathan Leffler
and performs fine. -- Jonathan Leffler #include disclaimer.h STSM, Informix Database Engineering, IBM Data Management Solutions Phone: +1 650-926-6921 Tie-line: 630-6921 Email: [EMAIL PROTECTED] (RIP [EMAIL PROTECTED]) Notes ID: Jonathan Leffler/Menlo Park

FYI: DBD::Informix 1.00.PC2 is OK with Perl 5.7.3

2002-03-06 Thread Jonathan Leffler
I was able to build DBD::Informix 1.00.PC2 out of the box with Perl 5.7.3 and a mildly modified version of DBI 1.21 (one line change in DBI.xs -- see patch in message with subject Physician Heal Thyself?), on Solaris 7 with GCC 3.0.4 and Informix ClientSDK 2.70.UC1. -- Jonathan Leffler

Re: Thoughts on DBD::Pg statement parser

2002-03-10 Thread Jonathan Leffler
it with an independent entity). -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) Guardian of DBD::Informix 1.00.PC2 -- see http://dbi.perl.org/ #include disclaimer.h

Re: Thoughts on DBD::Pg statement parser

2002-03-10 Thread Jonathan Leffler
[EMAIL PROTECTED] wrote: On Sun, 10 Mar 2002, Jonathan Leffler wrote: Binding is simplified: simply scan for the desired placeholder name and copy the value and data type. Execution is simplified because we need not reparse the statement. The bound values need to be quoted

Q's about $dbh-{RowCacheSize} and $sth-{RowsInCache}

2002-03-15 Thread Jonathan Leffler
?... -- Jonathan Leffler #include disclaimer.h STSM, Informix Database Engineering, IBM Data Management Solutions Phone: +1 650-926-6921 Tie-line: 630-6921 Email: [EMAIL PROTECTED] (RIP [EMAIL PROTECTED]) Notes ID: Jonathan Leffler/Menlo Park/IBM@IBMUS Guardian

DBI 1.30 - What are dbd_db_finish3 and dbd_st_rows?

2002-11-21 Thread Jonathan Leffler
think? What should the dbd_st_rows method do? What happens if it is not provided? -- Jonathan Leffler #include disclaimer.h STSM, Informix Database Engineering, IBM Data Management Solutions Phone: +1 650-926-6921 Tie-line: 630-6921 Email: [EMAIL

Metadata methods in DBI

2002-12-15 Thread Jonathan Leffler
specification of $dbh-tables()? Now you know why I'm balding! -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h Guardian of DBD::Informix 1.04.PC1 -- http://dbi.perl.org/

Patches for DBI v1.32 - dbd_xsh.h, Driver.xst, lib/DBI/DBD.pm

2002-12-16 Thread Jonathan Leffler
with DBI 1.32 if absolutely necessary, though that would then break when DBI 1.33 is finally released, so I'd rather wait. -- Jonathan Leffler #include disclaimer.h STSM, Informix Database Engineering, IBM Data Management Phone: +1 650-926-6921 Fax: +1 650-926-6971 Tie

Re: Metadata methods in DBI

2002-12-16 Thread Jonathan Leffler
Tim Bunce wrote: On Sun, Dec 15, 2002 at 10:16:47PM -0800, Jonathan Leffler wrote: Dear Tim (and others who've worked on the metadata methods), I'd like to check on my understanding of what's required from the metadata methods such as $dbh-tables. [...] Thanks for the feedback, Tim. {Yes, I

Fixed up version of write_getinfo_pm - alternative patches

2002-12-17 Thread Jonathan Leffler
the original DBI 1.32 version of DBD.pm. The uncompressed one is against the DBD.pm I sent you y'day. -- Jonathan Leffler #include disclaimer.h STSM, Informix Database Engineering, IBM Data Management Phone: +1 650-926-6921 Fax: +1 650-926-6971 Tie-line: 630-6921 Email

Re: Metadata methods in DBI - NUM_PREC_RADIX once or twice?

2002-12-18 Thread Jonathan Leffler
have the zeroth column as the DBI version number, and then have the other column numbers matching the ODBC spec? /grin That seems more than a trifle wasteful, not to mention backwards incompatible, so it is not a very serious suggestion. -- Jonathan Leffler ([EMAIL PROTECTED]) STSM, Informix

Re: No DBH-errstr() on failed COMMIT

2002-12-30 Thread Jonathan Leffler
? */ ! pg_error(dbh, beginstatus, begin failed\n); ! return 0; ! } ! ! /* if the initial COMMIT failed, return 0 now */ ! if (commitstatus != PGRES_COMMAND_OK) { return 0; } Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h I don't suffer from

Re: DBI - SCROLL CURSOR support - outline implementation

2003-01-12 Thread Jonathan Leffler
I've mercilessly truncated the message to which I'm responding with [...] marking most omissions. It's still a fairly long response, though. Dean Arnold wrote: Jonathan Leffler wrote: Dean Arnold wrote: 1. Will this support updatable cursors? [...] [...]Informix does not support updatable

Re: A few queries about new functionality in DBI for driver authors

2003-03-03 Thread Jonathan Leffler
as I feared ;-) :) It's my intention that the DBI provide more 'hand-holding' for drivers over time as part of a (very) vague perl6 migration strategy. Tim. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h Guardian of DBD::Informix 1.04.PC1 -- http://dbi.perl.org/

DBI 1.34 and Perl 5.005_03

2003-03-03 Thread Jonathan Leffler
, but we may need to do a better job than that. What do you think, Tim? -- Jonathan Leffler ([EMAIL PROTECTED]) STSM, Informix Database Engineering, IBM Data Management Solutions 4100 Bohannon Drive, Menlo Park, CA 94025 Tel: +1 650-926-6921 Tie-Line: 630-6921 I don't suffer from insanity; I

ANNOUNCE: IBM Informix Database Driver for Perl Version 2003.03.0303 (2003-03-03) released

2003-03-03 Thread Jonathan Leffler
build this module, use the ItWorks (Perl) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] Note that ItWorks does not ** send email to anybody; you have to do that yourself. New in release 2003.03.0303: * Pre-requisite version of DBI

ANNOUNCE: IBM Informix Database Driver for Perl Version 2003.03.0400 (2003-03-04) released

2003-03-04 Thread Jonathan Leffler
build this module, use the ItWorks (Perl) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] Note that ItWorks does not ** send email to anybody; you have to do that yourself. New in release 2003.03.0400: * Minor bug fix release

Re: Time to standardize the ``last insert id'' concept...

2003-03-08 Thread Jonathan Leffler
, into development releases leading up to a DBI 1.36. Did my patch to data_sources make it? Curiosity is killing this cat, that's all. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/

Re: Time to standardize the ``last insert id'' concept...

2003-03-08 Thread Jonathan Leffler
Tim Bunce wrote: On Fri, Mar 07, 2003 at 11:12:00PM -0800, Jonathan Leffler wrote: Tim Bunce wrote: I'd appreciate a summary of which drivers support some form of ``last insert id'' and details of the interface they provide. Specifically... via an attribute or method? at the sth

Re: Time to standardize the ``last insert id'' concept...

2003-03-09 Thread Jonathan Leffler
Tim Bunce wrote: Jonathan Leffler wrote: Tim Bunce wrote: Can you tell if the last insert generated a SERIAL or SERIAL8 id? Or would the application need to give you a hint? I don't need an application hint, though I can't readily tell either. The SERIAL I can guess pretty reliably simply

Re: Semantics of LongReadLen

2003-06-13 Thread Jonathan Leffler
-- and I disliked the semantics. The revised semantics and default are acceptable; if agreed elsewhere, I'd be prepared to add support for it to DBD::Informix in due course. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h Guardian of DBD::Informix v2003.04 -- http

Re: RFC: support for named-placeholders in DBI ?

2003-10-24 Thread Jonathan Leffler
it into a succinct capabilities matrix, so I'll start: modulecol-vals-onlytablenamespartial-valsin( ?foolist) DBD::CSV: yesno no no DBD::Informix yesno no no -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL

Re: RFC: support for named-placeholders in DBI ?

2003-10-25 Thread Jonathan Leffler
after one of the keywords SET, MULTISET or LIST), { and } are not comment markers. In some contexts, # comments are recognized, but in general, that marks an SLV (statement local variable) rather than a comment. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h

Re: RFC: support for named-placeholders in DBI ?

2003-10-26 Thread Jonathan Leffler
. The second paragraph of Jeff's also warrants the same commentary about the use of single or double quotes being acceptable to Informix for enclosing strings unless you explicitly tell the server otherwise. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h

Re: commit vs rollback on $dbh-{AutoCommit} = 1 ?

2004-01-13 Thread Jonathan Leffler
. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/

Re: DBI version 2

2004-01-13 Thread Jonathan Leffler
, but the operation goes through anyway. Which DBMS doesn't do that automatically? Ingres? -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/

Re: ANNOUNCE: DBI 1.42 release candidate for testing

2004-03-09 Thread Jonathan Leffler
: /Users/jleffler/perl/v5.8.3/lib/5.8.3/darwin-2level /Users/jleffler/perl/v5.8.3/lib/5.8.3 /Users/jleffler/perl/v5.8.3/lib/site_perl/5.8.3/darwin-2level /Users/jleffler/perl/v5.8.3/lib/site_perl/5.8.3 /Users/jleffler/perl/v5.8.3/lib/site_perl . -- Jonathan Leffler ([EMAIL

Re: Any interest in a $sth-{TYPE_STRING} ?

2004-04-25 Thread Jonathan Leffler
to the standardized name. -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/

Re: Multiple result sets and the $sth-more_results method (Mark 3)

2004-05-08 Thread Jonathan Leffler
-- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include disclaimer.h Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/

Re: DEFAULT clause without NOT NULL?

2004-08-29 Thread Jonathan Leffler
with the writing... -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: interface ideas for non-blocking mode

2004-09-02 Thread Jonathan Leffler
with the database server. Informix can use shared memory connections -- and uses semaphores for synchronization. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: interface ideas for non-blocking mode

2004-09-05 Thread Jonathan Leffler
is ready. This would be compatible with either local or remote systems. No - as I said previously, file descriptors (whether pipe, socket, file or anything else) are not the only mechanism used to achieve IPC - interprocess communication. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h

Fwd: interface ideas for non-blocking mode

2004-09-09 Thread Jonathan Leffler
First edition misdirected in error. -- Forwarded message -- From: Jonathan Leffler [EMAIL PROTECTED] Date: Thu, 9 Sep 2004 00:07:12 -0700 Subject: Re: interface ideas for non-blocking mode To: David Nicol [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] On Wed, 8 Sep 2004 14:39:45 -0500

Is there anybody who wants a gmail account and wants one?

2004-09-11 Thread Jonathan Leffler
If so, contact me (at this account) and the first 3 response (maybe more) get an invitation. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Suggestion - use gmail accounts for receiving bug reports, etc.

2004-10-22 Thread Jonathan Leffler
of my other email addresses to join Gmail, different from the one used to make this subscription.) -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Suggestion - use gmail accounts for receiving bug reports, etc.

2004-10-22 Thread Jonathan Leffler
On Fri, 22 Oct 2004 09:31:00 +0100, Tim Bunce [EMAIL PROTECTED] wrote: On Thu, Oct 21, 2004 at 11:05:22PM -0700, Jonathan Leffler wrote: You can decide whether or not it is a good idea for you to follow suit, but for the next release of DBD::Informix, the documented email contact point

Re: lifetime of prepared statement handles

2004-11-22 Thread Jonathan Leffler
interface that reports whether the current $dbh will use actual or emulated prepared statements. Unless one already exists. Ask Tim nicely - and expect a lag while drivers catch up. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http

Perl complaining when I pass a list of nulls (undef) to $sth-execute() - workaround?

2004-12-03 Thread Jonathan Leffler
a change in behaviour with DBI and Perl 5.61 -- did you get to see that? I sent it to [EMAIL PROTECTED] from work, but I'm not sure if it went to the list. The copy I sent myself directly to gmail got there, but I'm not sure I saw the list version.) -- Jonathan Leffler [EMAIL PROTECTED

Re: DBI::DBD: err/errstr/state

2004-12-13 Thread Jonathan Leffler
-directly; see below. - $VERSION = 1.23.00 # Version number of DBD::File This is where the version number of your driver is specified. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity

Re: DBI::DBD: err/errstr/state - and how it has helped DBD::Informix

2004-12-14 Thread Jonathan Leffler
On Tue, 14 Dec 2004 16:47:39 +, Tim Bunce [EMAIL PROTECTED] wrote: On Tue, Dec 14, 2004 at 07:08:08AM -0800, Jonathan Leffler wrote: I had certainly managed to miss this change - which could easily account for some of the weirdnesses I'd been seeing in DBD::Informix. (I haven't had

Re: DBI::DBD: err/errstr/state - and how it has helped DBD::Informix

2004-12-15 Thread Jonathan Leffler
Sorry for this flurry of half-researched questions... :-( I'll probably be able to submit another patch to DBI::DBD.pm out of this. On Wed, 15 Dec 2004 10:11:57 +, Tim Bunce [EMAIL PROTECTED] wrote: On Tue, Dec 14, 2004 at 06:24:40PM -0800, Jonathan Leffler wrote: On Tue, 14 Dec 2004 16

Re: Perl complaining when I pass a list of nulls (undef) to $sth-execute() - workaround?

2004-12-14 Thread Jonathan Leffler
On Fri, 3 Dec 2004 20:54:00 +, Tim Bunce [EMAIL PROTECTED] wrote: On Fri, Dec 03, 2004 at 12:15:06PM -0800, Jonathan Leffler wrote: Testing null handling in DBD::Informix 2004.02 (pre-release), I'm getting a warning from Perl: Use of uninitialized value in subroutine entry at t

[Full-Disclosure] [USN-70-1] Perl DBI module vulnerability

2005-01-25 Thread Jonathan Leffler
- -- Jonathan Leffler ([EMAIL PROTECTED]) STSM, Informix Database Engineering, IBM Information Management Division 4100 Bohannon Drive, Menlo Park, CA 94025 Tel: +1 650-926-6921 Tie-Line: 630-6921 I don't suffer from insanity; I enjoy every minute of it!

OT - Is there anybody on dbi-dev still wanting a Gmail account?

2005-02-10 Thread Jonathan Leffler
I've got about 40 left to offer - they're more generous than before. Don't cc the list with your response please. Running a FIFO. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity - I enjoy every

Re: Savepoint support proposal

2005-03-08 Thread Jonathan Leffler
-users as I'd like you to be able to show wider support for the proposals from the user community. Tim. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Savepoint support proposal

2005-03-09 Thread Jonathan Leffler
On Wed, 9 Mar 2005 09:47:20 +0100, H.Merijn Brand [EMAIL PROTECTED] wrote: On Tue, 8 Mar 2005 12:12:23 -0800, Jonathan Leffler [EMAIL PROTECTED] wrote: On Tue, 8 Mar 2005 11:01:48 +, Tim Bunce [EMAIL PROTECTED] wrote: On Mon, Mar 07, 2005 at 11:47:32PM -, Greg Sabino Mullane wrote

Re: [dbi] Re: Savepoint support proposal

2005-03-09 Thread Jonathan Leffler
-- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: [dbi] Re: Savepoint support proposal

2005-03-09 Thread Jonathan Leffler
scenarios - which is critical. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2005.01 (2005-03-14) released

2005-03-16 Thread Jonathan Leffler
you successfully build this module, use the ItWorks (Perl) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] ** Note that ItWorks does not send email to anybody; you have to do that ** yourself. New in release 2005.01: * Various minor

Re: Question about moving a function from mysql.xs to dbdimp.c

2005-04-16 Thread Jonathan Leffler
it is necessary. The overhead of another function call is minimal, and the code put into Informix.xsi by DBI etc is inscrutable, and best left for Tim to worry about. HTH - not sure whether it will. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.01 - http

Re: SQL-Statement 1.13

2005-04-21 Thread Jonathan Leffler
with http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Statement-1.14.tar.gz Thanks! -- Jeff -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.01 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: SQL-Statement 1.13

2005-04-22 Thread Jonathan Leffler
And it worked fine on MacOS X 10.3.9 with Perl 5.8.6. On 4/22/05, Jonathan Leffler [EMAIL PROTECTED] wrote: Worked OK on Solaris 8 with Perl 5.8.6 etc... And it was just 'single gzipped'. I'll check on MacOS X tonight. t/03executeDBD skipped 1/16 (No XBase installed). On 4/22/05

Re: SQL-Statement 1.13

2005-04-22 Thread Jonathan Leffler
Worked OK on Solaris 8 with Perl 5.8.6 etc... And it was just 'single gzipped'. I'll check on MacOS X tonight. t/03executeDBD skipped 1/16 (No XBase installed). On 4/22/05, Jeff Zucker [EMAIL PROTECTED] wrote: Jonathan Leffler wrote: the file seemed to be a double gzipped file Hmm

Re: DBI v2 - The Plan and How You Can Help

2005-07-09 Thread Jonathan Leffler
needs to work with. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.01 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: DBI v2 - The Plan and How You Can Help

2005-07-09 Thread Jonathan Leffler
all in favour of looking at the big picture and trying to see where you want to go. However, you must also keep an eye out for the marshes between where you are and where you want to go; don't let DBI be sunk by ignoring the realities of the available DBMS. -- Jonathan Leffler [EMAIL PROTECTED

Re: DBI v2 - The Plan and How You Can Help

2005-07-09 Thread Jonathan Leffler
the hell out of me if you can't define a connection string that will work with Informix (I'm not too worried about the challenge-response stuff, though Informix can handle that). Oh - and DBI v2 should have support for scrollable cursors. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h

Re: DBI v2 - The Details - :name for placeholders

2005-07-10 Thread Jonathan Leffler
On 7/9/05, Darren Duncan [EMAIL PROTECTED] wrote: At 1:03 AM -0700 7/9/05, Jonathan Leffler wrote: Can you explain which parts of the SQL:2003 mandate this notation? I've had a moderately good poke around my copy of ISO/IEC 9075-2:2003 (SQL/Foundation) and cannot find this. I'd like a few

Re: DBI v2 - The Plan and How You Can Help

2005-07-13 Thread Jonathan Leffler
drivers, it is doable. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.01 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2005.02 (2005-07-29) released

2005-07-29 Thread Jonathan Leffler
you successfully build this module, use the ItWorks (Perl) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] ** The ItWorks script does not send email to anybody; you have to do ** that yourself. New in release 2005.02: * The changes

Re: 'export in makefile gcc v2

2006-01-09 Thread Jonathan Leffler
system to system... The question should be is -rpath,/usr/lib/oracle/xe/... understood by the loader in every situation? to which, I suspect, the answer is No. If you're using GNU LD, you are likely OK; if you're using other loaders, maybe not. -- Jonathan Leffler [EMAIL PROTECTED] #include

Re: Proposed support for DEFAULT

2006-02-11 Thread Jonathan Leffler
the fallback work? DBI? The driver? If the latter, I oppose - probably even if you make it absolutely crystal clear what the fallback semantics are. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I

Re: Having problems with DBI, Larry Wall told me to ask you guys

2006-05-17 Thread Jonathan Leffler
; DBD::WhatEver when using another driver), and sometimes the underlying DBMS - or, even the DBMS and DBMS API versions. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

CPAN out of date at ftp.cpan.org?

2006-10-24 Thread Jonathan Leffler
, or is it (or was it) some sort of accident? -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: Announce: DBI-1.53 release candidate 2

2006-10-31 Thread Jonathan Leffler
5.8.8 (64-bit, multi, threads) - no problems (including adding DBD::Informix). -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't suffer from insanity - I enjoy every minute of it.

Re: problems with perlcc not compiling modules into shared objects

2007-02-12 Thread Jonathan Leffler
versions of Perl; it does not work with prototypes, and may also not create shared objects. However, that is a wild guess - not wholly uneducated, but still pretty wild. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org I don't

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2007.0226 (2007-02-25) release

2007-02-25 Thread Jonathan Leffler
) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] ** The ItWorks script does not send email to anybody; you have to do ** that yourself. New in release 2007.0226: * Support for CSDK 3.00. * Minor bug fixes. * No exploitation of new

Should a statement handle 'work' after the database handle is disconnected?

2007-06-10 Thread Jonathan Leffler
' be the default - if you want cached stuff, you have to ask for it? -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Slightly OT, how to produce a developer release of a DBD

2007-07-03 Thread Jonathan Leffler
with an _nn at the end in the announcements on comp.lang.perl.announce, but CPANPLUS doesn't offer to install them for me. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall

Re: Announce: New DBI FAQ - please try it out

2007-07-17 Thread Jonathan Leffler
using Java(script?) running in your brower. You should set your 'WikiName' (eg TimBunce or JonathanLeffler) in the options on the RHS panel. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org Blessed are we who can laugh

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2007.0826 (2007-08-26) released

2007-08-26 Thread Jonathan Leffler
/07_Database_Interfaces http://dbi.perl.org/ ** When you successfully build this module, use the ItWorks (Perl) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] ** The ItWorks script does not send email to anybody; you have to do

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2007.0904 (2007-09-04) released

2007-09-04 Thread Jonathan Leffler
/07_Database_Interfaces http://dbi.perl.org/ ** When you successfully build this module, use the ItWorks (Perl) ** script to report your configuration to the maintenance team (meaning ** Jonathan Leffler) at [EMAIL PROTECTED] ** The ItWorks script does not send email to anybody; you have to do

Re: DBD 1.19. Everything works to make test point, then fails..

2007-09-12 Thread Jonathan Leffler
so you can see total action. Everything should be there including perl -V. Let me know if anything is missing. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2007.0904 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall

Re: Issue with perl, DBD::Oracle, Solaris 10

2007-10-29 Thread Jonathan Leffler
+file+cc%3A+open+failed%3A+No+such+file+or+directory#70f75626c884f609 Anyone know the Makefile.PL well enough to say why cc ends up in the OTHERLDFLAGS, since its not a flag? Is there something I should add to the commandline of Makefile.PL when I run it? -- Jonathan Leffler [EMAIL

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2008.0229 (2008-02-29) released

2008-02-29 Thread Jonathan Leffler
to be resolved. Support email address: * This release is supported by Jonathan Leffler [EMAIL PROTECTED]. * You may also report your bugs via the CPAN resolution tracking system: http://rt.cpan.org/ * Such bug reports can be sent by email to [EMAIL PROTECTED]; they also get sent to [EMAIL

Re: Raising the dead Scrolling Cursors

2008-03-14 Thread Jonathan Leffler
[, $offset]); Or do we need a more general hash to pass values in? -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2008.0229 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Raising the dead Scrolling Cursors

2008-03-14 Thread Jonathan Leffler
Ooopps - can we get the DBI mailing lists to reply to the list instead of the sender by default? On Fri, Mar 14, 2008 at 10:34 AM, Jonathan Leffler [EMAIL PROTECTED] wrote: On Fri, Mar 14, 2008 at 9:19 AM, Dean Arnold [EMAIL PROTECTED] wrote: Jonathan Leffler wrote: On Fri, Mar 14

Re: Raising the dead Scrolling Cursors

2008-03-14 Thread Jonathan Leffler
Double ooops - then I wouldn't send it to the wrong list. On Fri, Mar 14, 2008 at 10:38 AM, Jonathan Leffler [EMAIL PROTECTED] wrote: Ooopps - can we get the DBI mailing lists to reply to the list instead of the sender by default? On Fri, Mar 14, 2008 at 10:34 AM, Jonathan Leffler [EMAIL

Re: Raising the dead Scrolling Cursors

2008-03-14 Thread Jonathan Leffler
On Fri, Mar 14, 2008 at 10:38 AM, Jonathan Leffler [EMAIL PROTECTED] wrote: Ooopps - can we get the DBI mailing lists to reply to the list instead of the sender by default? Double ooopps - if the DBI lists set the Reply-To to themselves, then I wouldn't have sent this to dbi-users instead

Re: bind_param for named parameters - clarification sought

2008-05-13 Thread Jonathan Leffler
optional without any harm. Optional colon makes sense - the preferred notation should be documented (probably without colon). -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2008.0229 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we

Re: DBI wont install even after unset LANG

2008-07-30 Thread Jonathan Leffler
]# perl -v This is perl, v5.8.0 built for x86_64-linux-thread-multi (with 1 registered patch, see perl -V for more detail) Copyright 1987-2002, Larry Wall [...] -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2008.0513 - http://dbi.perl.org Blessed

Re: Memory trampling in t/*_85gofer.t tests - was: DBI wont install even after unset LANG

2008-07-31 Thread Jonathan Leffler
that, upgrade to 5.8.8. You may get lucky and someone may be prepared to help with your actual configuration, but I have serious doubts. -- Jonathan Leffler [EMAIL PROTECTED] #include disclaimer.h Guardian of DBD::Informix - v2008.0513 - http://dbi.perl.org Blessed are we who can laugh at ourselves

Building Perl with Statically Linked Modules

2008-10-15 Thread Jonathan Leffler
household name), and are very cautious about changes to anything - not altogether unreasonably. Does anyone have any recent experience building Perl with static modules? Should I consider removing all references to them in the DBD::Informix documentation? -- Jonathan Leffler [EMAIL PROTECTED

Re: [Slight OT] DBD/DBIx::Chart need patent protection, know any contacts ?

2009-02-19 Thread Jonathan Leffler
in considerable detail how DBIx::Chart covers what this invention claims. -- Jonathan Leffler jonathan.leff...@gmail.com #include disclaimer.h Guardian of DBD::Informix - v2008.0513 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: SQL standard on case sensitivity

2009-05-09 Thread Jonathan Leffler
Schemas, representation in diagnostics areas, and similar uses. This is different from the rules for a delimited identifier (one enclosed in double quotes - unless in MS SQL Server, where [square brackets] are preferred). -- Jonathan Leffler jonathan.leff...@gmail.com #include disclaimer.h

Re: case sensitivity

2009-06-29 Thread Jonathan Leffler
uses back quotes in place of double quotes. I expect there are other idiosyncrasies in other DBMS that I'm simply unaware of. (I'm also studiously ignoring schema names - the complicate the matter still more.) -- Jonathan Leffler jonathan.leff...@gmail.com #include disclaimer.h Guardian of DBD

Re: case sensitivity

2009-06-29 Thread Jonathan Leffler
On Mon, Jun 29, 2009 at 10:08 AM, David Fetter da...@fetter.org wrote: On Mon, Jun 29, 2009 at 09:54:04AM -0700, Jonathan Leffler wrote: On Mon, Jun 29, 2009 at 9:23 AM, David Fetter da...@fetter.org wrote: On Mon, Jun 29, 2009 at 04:26:30PM +0100, Tim Bunce wrote: Oracle is one

Re: Savepoints

2009-10-08 Thread Jonathan Leffler
doesn't have one either for savepoints. It uses COMMIT for that. -- Jonathan Leffler jonathan.leff...@gmail.com #include disclaimer.h Guardian of DBD::Informix - v2008.0513 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Duplicate fields in select_hashref

2010-01-29 Thread Jonathan Leffler
is to explicitly name every returned value with an AS clause. -- Jonathan Leffler jonathan.leff...@gmail.com #include disclaimer.h Guardian of DBD::Informix - v2008.0513 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease to be amused.

Re: Perl 5.13.3+ MAY BREAK COMPILED DRIVERS - Please test DBI 1.613_71!

2010-08-30 Thread Jonathan Leffler
PERL_POLUTE mode. So please test compiled drivers against DBI 1.613_71. Thanks! Tim. -- Jonathan Leffler jonathan.leff...@gmail.com #include disclaimer.h Guardian of DBD::Informix - v2008.0513 - http://dbi.perl.org Blessed are we who can laugh at ourselves, for we shall never cease

  1   2   >