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

2001-08-02 Thread H.Merijn Brand
ll. What is it good for> -- H.Merijn BrandAmsterdam Perl Mongers (http://www.amsterdam.pm.org/) using perl-5.6.1, 5.7.1 & 628 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

Re: Error -904 when selecting without result

2002-01-24 Thread H.Merijn Brand
w_arrayref) { $r->[0] or last; # Some situation where we don't want *all* data : : } } # End-of-scope automatically destoy's all handles local to that scope -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1,

Re: Error -904 when selecting without result

2002-01-25 Thread H.Merijn Brand
Sybase/64 *and* Unify (unlikely, I know, but there are probably better examples to be thought of) a database that (so far) only supports 32bit (static) builds and thus requires a 32bit perl. Is this something to put to p5p? -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)

Re: Error -904 when selecting without result

2002-01-28 Thread H.Merijn Brand
On Mon 28 Jan 2002 17:27, Michael Peppler <[EMAIL PROTECTED]> wrote: > Tim Bunce writes: > > On Fri, Jan 25, 2002 at 10:20:38AM +0100, H.Merijn Brand wrote: > > > > > > Now what would be a solution for a problem stated either here or on another > > >

Re: Anyone using $dbh->{Handlers} attribute ?

2002-02-06 Thread H.Merijn Brand
) > But I think I have mentioned it a couple of times and wanted to > check if anyone was using it for anything? And if so, what (so > I can try to make sure there's a better way to do the same thing.) > > Tim. -- H.Merijn BrandAmsterdam Perl Mongers (http://amster

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

2002-02-13 Thread H.Merijn Brand
orts prototypes We DBD authors /should/ use prototypes I couldn't be more straight. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.7.1 & 630 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with T

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

2002-02-13 Thread H.Merijn Brand
gt; + > +=back > + Depends on the databse. In DBD-Unify I *have to* do it myself, but some guidelines would be much appreciated for future DBD's -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.7.1 & 630 on HP-UX 10.20 & 11.00, A

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

2002-02-13 Thread H.Merijn Brand
s to the latest DBI), it might be worth mentioning. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.7.1 & 630 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

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

2002-02-13 Thread H.Merijn Brand
On Wed 13 Feb 2002 18:35, Jonathan Leffler <[EMAIL PROTECTED]> wrote: > On Wed, 13 Feb 2002, H.Merijn Brand wrote: > > >On Wed 13 Feb 2002 02:02, Jonathan Leffler <[EMAIL PROTECTED]> wrote: > >> -Note that most people are still using Kernighan & Ritchie synta

Re: Should DBI/DBD support empty strings as an alternative to undef for NULL?

2002-02-14 Thread H.Merijn Brand
a (minor) usability > problem and maybe having it standardized would be of benefit to most > users. > > What say you? Nuke NULL! (Worldwide!) Use *anything* you can get your hands on to do so. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl

Re: More about DBI::DBD (v1.21)

2002-02-14 Thread H.Merijn Brand
: : if (imp_sth->statement) { (void)free (imp_sth->statement); imp_sth->statement = (char *)0; } if (imp_sth->fld) { (void)free (imp_sth->fld); imp_sth->fld = (imp_fld_t *)0; } if (imp_sth->prm) { (void)free

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

2002-02-14 Thread H.Merijn Brand
On Wed 13 Feb 2002 20:07, Jonathan Leffler <[EMAIL PROTECTED]> wrote: > On Wed, 13 Feb 2002, H.Merijn Brand wrote: > >On Wed 13 Feb 2002 02:02, Jonathan Leffler <[EMAIL PROTECTED]> wrote: > >> -The next thing is you really execute the statement. Note that you mus

Re: DBD::SQLite

2002-02-19 Thread H.Merijn Brand
r execution with > the values in place. Yucky. I admid I've been spending not enough time on the DB[ID] part of my perl activities, but didn't someone make some generic XS part for this on a request of Tim? IIRC 'bout 6 month ago. A quick browse through the messages I saved regar

Re: DBD::SQLite

2002-02-20 Thread H.Merijn Brand
ope so it is destroyed automatically I *never* disconnect, so the handles are destroyed on leave of scope /before/ the disconnect happens. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.7.1 & 630 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,

Re: DBD::Pg on Linux (debian linux with 2.4.17 kernel)

2002-03-06 Thread H.Merijn Brand
DBD::mysql, but then DBD::Pg gave me > > > this during make. make test was fine, as was make install. I do not get > > > this with 5.6.1. > > > -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.7.2 & 631 on HP-UX 10.2

Re: Perl 5.7.3 Available - please test your DBI drivers with it

2002-03-06 Thread H.Merijn Brand
to PerlIO_printf(DBILOGFP,...) > Tell them gently, but do tell them :) and likewise for vfprintf (DBILOGFP, ...)=> PerlIO_vfprintf (DBILOGFP, ...) fflush (DBILOGFP) => PerlIO_flush(DBILOGFP) note here that it is _flush and not

Re: Thoughts on DBD::Pg statement parser

2002-03-11 Thread H.Merijn Brand
x27;t it? > > Hrm, any reason why this cannot (or should not?) be done with yacc? > > Give each driver its own .y grammar file, however keep the tags consistent > across all grammars (START_COMMENT/END_COMMENT, NUMERIC_PLACEHOLDER, etc). If any (pre)parser at all, why not use perl, so we all

Re: ANNOUNCE: DBI 1.23

2002-05-27 Thread H.Merijn Brand
next use of $dbh after commit/rollback. > Clarified docs for finish method. > Clarified potentials problems with prepare_cached() thanks to Stephen Clouse. > > =cut > > Enjoy! > > Tim. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using

Re: ANNOUNCE: DBI 1.23

2002-05-27 Thread H.Merijn Brand
On Mon 27 May 2002 13:48, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > On Sun 26 May 2002 21:34, Tim Bunce <[EMAIL PROTECTED]> wrote: > > file: $CPAN/authors/id/T/TI/TIMB/DBI-1.23.tar.gz > > size: 235409 bytes > >md5: 6e95f1dda641a2b46c9125d81

Re: Profiling/benchmarking the DBI - new feature

2002-05-28 Thread H.Merijn Brand
er that just want to retreive records, but for those that want to squeeze the last drop of performance out of the available DBD, it provides a welth of information. > Tim. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.7.3 & 631 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

Re: Profiling/benchmarking the DBI - new feature

2002-05-28 Thread H.Merijn Brand
On Tue 28 May 2002 14:30, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Tue, May 28, 2002 at 09:20:18AM +0200, H.Merijn Brand wrote: > > On Tue 28 May 2002 00:19, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > Given this code: > > > > &g

Re: DBD-Oracle-1.12 / HP-UX

2002-05-28 Thread H.Merijn Brand
at will change soon to enable me to continue using blead + DBD-Oracle Will keep you posted. Expect some README.hpus changes soon, also found some typo's in there. Ora112 is a trasscript of the build process HTH -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) usin

Re: All driver authors...

2002-06-10 Thread H.Merijn Brand
iver available for the same database. I took a look at this when it all started, but performance was SO bad on this (probably because of the way they implemented the system view's) that would not like to release that. With my new DB version, I'll have another look > Tim. -- H.M

Re: ANNOUNCE: DBI 1.30

2002-07-19 Thread H.Merijn Brand
EN arg (arg 5) DBI.xs: In function `dbih_make_com': DBI.xs:758: warning: int format, STRLEN arg (arg 5) DBI.xs: In function `XS_DBD_st_bind_col': DBI.xs:3347: warning: operation on `lna' may be undefined DBI.xs: In function `XS_DBD_st_bind_columns': DBI.xs:3368: warnin

Re: ANNOUNCE: DBI 1.30

2002-07-25 Thread H.Merijn Brand
Learning Perl by Randal Schwartz. :) -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

Re: ANNOUNCE: DBI 1.30

2002-07-25 Thread H.Merijn Brand
On Thu 25 Jul 2002 13:20, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > On Fri 19 Jul 2002 16:43, Tim Bunce <[EMAIL PROTECTED]> wrote: > > Thanks. They're all harmless, but I'll fix'em up for the next release. > > One more supersmall minor nit

Re: Destruction order.

2002-08-09 Thread H.Merijn Brand
e babys are able to change their own dirty nappies ... */ static void change_offspring (SV *dbh, imp_dbh_t *imp_dbh) static void dbd_st_diaper (imp_dbh_t *imp_dbh, imp_sth_t *imp_sth) static void dbd_st_growup (imp_dbh_t *imp_dbh, imp_sth_t *imp_sth) -- H.Merijn Bran

Re: [RFC] Date/Time standard for input/output

2002-08-09 Thread H.Merijn Brand
DBD::Unify > b: if the server can only send the field as a string (not a binary struct etc) >and the server supports ways to configure the format of the string, >can the driver get enough info about the current format to parse > and deconstruct it? Probably, but

Re: DBI runs on a Zaurus!

2002-08-26 Thread H.Merijn Brand
? Yep. Me (see sig). I've even tried to run the full core test suite on my WinCE itself. It's an Aero 2130 with only 8Mb and no DB like interface whatsoever (though I could of course try DB_File or CVS) > If anyone else has a pure Perl driver they'd like tested, let me know... &

Fw: [perl #16805] Seemingly impossible to connect to a mysql db using the DBI package, from within a perl thread (ithread)

2002-08-28 Thread H.Merijn Brand
--- Original Message --- From:"[EMAIL PROTECTED] (via RT)" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date:28 Aug 2002 08:15:59 - Subject: [perl #16805] Seemingly impossible to connect to a mysql db using the DBI package, from within a perl

Re: Foxpro to Unify

2002-09-03 Thread H.Merijn Brand
e single DB connection (for Unify that is). If there is a foxpro driver, you cann connect to both at the same time, otherwise, use ODBC for either HTH -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2,

DBD-ODBC-0.45_18 with blead on Cygwin

2002-10-24 Thread H.Merijn Brand
Cygwin-1.3.14-1 on Win2k-sp3 with bleadperl DBI version 1.201 required--this is only version 1.30 at Makefile.PL line 15. BEGIN failed--compilation aborted at Makefile.PL line 15. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on H

Re: DBD-ODBC-0.45_18 with blead on Cygwin

2002-10-24 Thread H.Merijn Brand
y version 1.30 at > > Makefile.PL line 15. > > BEGIN failed--compilation aborted at Makefile.PL line 15. > > > > -- > > H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) > > using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX

Re: DBD::Excel, DBD::Template prefix register request

2002-11-12 Thread H.Merijn Brand
ail: [EMAIL PROTECTED] [EMAIL PROTECTED] > >http://member.nifty.ne.jp/hippo2000/index_e.htm > >http://www.hippo2000.info/cgi-bin/KbWikiE/KbWiki.pl > > May we translate your pods into Japanese? > > -- Japanized Perl Resource Project > > http://sourc

Re: DBD-Unify-0.24

2002-11-18 Thread H.Merijn Brand
ook de SHLIKE core dump is verdwenen. [ Niet vanzelf ] -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

Re: DBD-Unify-0.24

2002-11-18 Thread H.Merijn Brand
On Mon 18 Nov 2002 17:14, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > On Mon 18 Nov 2002 17:05, Jeroen Coolen <[EMAIL PROTECTED]> wrote: > > > > Het is inmiddels gelukt om met Perl een connectie te krijgen met Unify via >DBD-Unify-0.24 !!! > >

Re: DBD::PgSQL: More Queestions

2002-11-20 Thread H.Merijn Brand
gt; svp = hv_fetch(imp_sth->all_params_hv, namebuf, i, 0); > > phs = (phs_t*)(void*)SvPVX(*svp); > > > > What are these variables, and where do they come from? > > Your dbd_preparse function set them up as it recognized the placeholders. > > > I realize I'm

Re: DBD::PgSQL: More Queestions

2002-11-20 Thread H.Merijn Brand
On Thu 21 Nov 2002 03:20, David Wheeler <[EMAIL PROTECTED]> wrote: > On Wednesday, November 20, 2002, at 04:51 AM, H.Merijn Brand wrote: > > > I've added a driver specific verbose setting to be able to see driver > > specific > > debugging. IIRC, Tim didn&

Re: DBD::PgSQL: More Queestions

2002-11-21 Thread H.Merijn Brand
m sql anymore. Now you can say that I should have embedded that in perl from the start, but sometimes historic reasons, or development changes through the scripts lifetime. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10

Re: Anybody using $h->event(...) and DBIh_EVENT*() ?

2002-11-26 Thread H.Merijn Brand
BIc_ERRSTR (imp_drh) ); return (FALSE); } if (perl_destruct_level) perl_destruct_level = 0; return (FALSE); } /* dbd_discon_all */ Which is probably just a copy from DBD-Oracle, because I don't have the faintest idea what it's for :) -- H.Merijn Brand

Re: [INTERFACES] Interface update for 7.3

2002-11-27 Thread H.Merijn Brand
Test::More, then I'm all for it. > > David > > Note: Removed pgsql-hackers and added dbi-dev to recipients as that > seems more appropriate for the continuation of this thread. FWIW I've upgraded my DBD-Unify tests to Test::More too. -- H.Merijn BrandAmsterdam Perl

Re: [INTERFACES] Interface update for 7.3

2002-11-27 Thread H.Merijn Brand
On Wed 27 Nov 2002 17:59, David Wheeler <[EMAIL PROTECTED]> wrote: > > On Wednesday, November 27, 2002, at 08:46 AM, H.Merijn Brand wrote: > > > FWIW I've upgraded my DBD-Unify tests to Test::More too. > > Okay, that's good enough for me. Don't go loo

Re: using qq

2002-11-28 Thread H.Merijn Brand
use a problem in any > situation ? No, but you are on the wrong list. Use dbi-users next time please. > Thanks and Regards, > Vikram -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, A

Re: DBI 1.32 Warning

2002-12-02 Thread H.Merijn Brand
obably not installed Failed Test Stat Wstat Total Fail Failed List of Failed - t/06attrs.t1252 1.60% 61-62 t/zz_06attrs_pp.t 1252 1.60% 61-62 9 tests skipped. Failed 2/34 test scripts, 94.12% okay. 4/1108 s

Re: DBI 1.32 Warning

2002-12-02 Thread H.Merijn Brand
On Mon 02 Dec 2002 12:28, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > On Mon 02 Dec 2002 02:32, David Wheeler <[EMAIL PROTECTED]> wrote: > > Tim, > > > > Got just one warning with the new 1.32 release on Mac OS X 10.2.2: > > HP-UX 10.20 an

Re: DBI 1.32 Warning

2002-12-02 Thread H.Merijn Brand
On Mon 02 Dec 2002 14:25, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Mon, Dec 02, 2002 at 12:30:04PM +0100, H.Merijn Brand wrote: > > On Mon 02 Dec 2002 12:28, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > > > On Mon 02 Dec 2002 02:32, David Wheele

Re: unsuscribe

2002-12-02 Thread H.Merijn Brand
$Subject =~ s/unsuscribe/unsubscribe/; Why does that proove to be such a difficult word? :) -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.1

Food for thought

2002-12-04 Thread H.Merijn Brand
$_[0] =~ m/^(\S+)\.(\S+)$/ ? ($1, $2, shift) : (splice @_, 0, 2); ref $rf or $rf = [ $rf ]; ref $tf or $tf = [ $tf ]; my $ln = shift || "${tt}_$tf->[0]_${rt}"; local $" = ", "; if ($ENV{DBTYPE} eq "ORACLE") { my $ts = (split m:/:, $ENV{DBUSER}||$ENV{ORACLE_USERID})[0]; $ln = qq; alter table $ts.$tt add constraint $ln foreign key (@$tf) references $ts.$rt (@$rf); } else { $ln = qq; create link index $ln on $tt (@$tf) references $rt (@$rf); } #print STDERR $ln, "\n"; $dbh->do ($ln); } # create_link 1-->8--- -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

DBD-Oracle on HP-UX

2002-12-06 Thread H.Merijn Brand
run () #11 0x0002754c in main () (gdb) -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify ftp://ftp.funet.fi/pub/

Re: DBD-Oracle on HP-UX

2002-12-06 Thread H.Merijn Brand
On Fri 06 Dec 2002 12:56, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > HP-UX 11.00 + perl-5.8.0 (incl defined-or patches) > DBI-1.32 + DBD-Oracle-1.12 on Oracle-8.1.7/32 (might even be 8.1.7.4) > [ not my machine ] > > Process works OK, but barfs out on a db in

Re: Announce: Release of DBD::ODBC 1.00!

2002-12-09 Thread H.Merijn Brand
TECTED] > > Subject: CPAN Upload: J/JU/JURL/DBD-ODBC-1.00.tar.gz > > > > > > The uploaded file > > > > DBD-ODBC-1.00.tar.gz > > > > has entered CPAN as > > > > file: $CPAN/authors/id/J/JU/JURL/DBD-ODBC-1.00.tar.gz &g

Re: Announce: Release of DBD::ODBC 1.00!

2002-12-09 Thread H.Merijn Brand
On Mon 09 Dec 2002 18:11, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > On Mon 09 Dec 2002 05:29, "Jeff Urlwin" <[EMAIL PROTECTED]> wrote: > > Version 1.0 of DBD::ODBC is finally out! > > > > This is a significant update of the DBD::ODBC modul

Re: Testing - the DBI lists have gone very quiet!

2002-12-23 Thread H.Merijn Brand
On Mon 23 Dec 2002 07:04, "Sterin, Ilya" <[EMAIL PROTECTED]> wrote: > Yes, I think so. Guess it's just me and you:-) We can use the list as > private chat for now, until everyone returns:-) I'm still there, but *very* busy with other things. -- H.Merijn Bra

Re: Integrating date and time parsing and formatting

2003-01-21 Thread H.Merijn Brand
ss Note that there are /no/ seperators, this - again - to prevent confusion > -John -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 o

DBD::ODBC

2003-02-03 Thread H.Merijn Brand
1/19 tests, 94.74% okay I /think/ that that used to work. Is the maximum DSN length documented somewhere? I think above example ain't that extreme. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, A

Re: :ODBC

2003-02-03 Thread H.Merijn Brand
f everything. Next to the smokes I run on HP-UX, AIX, and Cygwin, I try to keep in touch with the most useful CPAN modules on those system, and I test them on all available perl's. > and I think it's a new test that I put in to test DSN= or DRIVER= > opening of the database explic

Re: Possible Bug in DBD::Oracle?

2003-02-07 Thread H.Merijn Brand
Iteration: 0010 - Memory: 9192 > > The actual daemon I wrote grows even faster. It needs the DB every four > minutes, so I originally put the connect/disconnect inside the loop. > This was bad: Over the weekend, it growed from 10 megs to 65 megs. > > I must admit that I don't have

Re: Possible Bug in DBD::Oracle?

2003-02-07 Thread H.Merijn Brand
On Fri 07 Feb 2003 13:37, Andre Bonhote <[EMAIL PROTECTED]> wrote: > On Fri, Feb 07, 2003 at 01:03:48PM +0100, H.Merijn Brand wrote: > > > Could you test what happens to @test using Devel::Size? > > Ah, another one by Dan, the tester from hell :) > > Well, since

Re: UTF-8 DBI & Perl versions

2003-02-25 Thread H.Merijn Brand
Probably, but I've never had to dig into it. IMHO the first perl that had Unicode that was stable enough *and* reliable and had reasonable DWIM levels was 5.7.3 (and 5.8.0) Unicode support was my main incentive to bump all production perls (also with customer sites) to 5.8.0 (i

Re: Pop quiz: What's in a $sth->{NAME} ?

2003-03-03 Thread H.Merijn Brand
> print "NAME_lc = '$sth->{NAME_lc}->[0]' \n"; > > for the drivers you use? > > Is it 'field' or 'table.field'? I've written DBD::Unify to return 'field' FWIW IMHO NAME_lc should be the default. If you realy want upperca

Re: Gamma release of DBD::Oracle: DBD-Oracle-1.13-20030313gamma.tar.gz

2003-03-14 Thread H.Merijn Brand
> > > There is still a large backlog of issues I've not dealt with so > > please don't ask if any particular change is in or not. > > What's needed right now is testing of this release candidate. > > > > Thanks! > > > > Tim. -

Re: Announce: DBD-ODBC 1.05 released

2003-03-17 Thread H.Merijn Brand
undefined value at t/02simple.t line 185. t/02simple...dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 19 Failed 1/19 tests, 94.74% okay -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 &a

Re: Announce: DBD-ODBC 1.05 released

2003-03-17 Thread H.Merijn Brand
s skipped. Files=9, Tests=56, 9 wallclock secs ( 1.87 cusr + 2.81 csys = 4.68 CPU) -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk

Re: Announce: DBD-ODBC 1.05 released

2003-03-17 Thread H.Merijn Brand
On Mon 17 Mar 2003 14:39, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > > Cleaned up Makefile.PL and added Informix support thanks to Jonathan > > Leffler (see README.informix) DBD-ODBC-1.05/t/ODBCTEST.pm DBD-ODBC-1.05/t/02simple.t.org sort (...) interpreted as func

Re: Beta release of DBD::Oracle: DBD-Oracle-1.13-20030313.tar.gz

2003-03-17 Thread H.Merijn Brand
testing of this release candidate. Since Oracle databases are supported from Unify 4GL, I cannot install DBD-Oracle in the main perl lib, and I choose to install under $UNIFY/perl so I can mix several versions of perl with several versions of $UNIFY Would you condider to allow &#

Re: Beta release of DBD::Oracle: DBD-Oracle-1.13-20030313.tar.gz

2003-03-18 Thread H.Merijn Brand
On Mon 17 Mar 2003 21:03, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Mon, Mar 17, 2003 at 07:39:50PM +0100, H.Merijn Brand wrote: > > On Thu 13 Mar 2003 01:25, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > With many thanks due to Jeff Urlwin, I've been able

Re: Beta release of DBD::Oracle: DBD-Oracle-1.13-20030313.tar.gz

2003-03-18 Thread H.Merijn Brand
On Mon 17 Mar 2003 19:39, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > HP-UX 11.00, Oracle 8.1.7.4/32, DBI-1.35, perl-5.8.0 (+ defined/or) Some whitespace, some explanations, feel free to ignore Also feel free to note that recent perl builds are and will be available on ht

Re: Beta release of DBD::Oracle: DBD-Oracle-1.13-20030313.tar.gz

2003-03-18 Thread H.Merijn Brand
On Tue 18 Mar 2003 12:34, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Tue, Mar 18, 2003 at 09:22:36AM +0100, H.Merijn Brand wrote: > > On Mon 17 Mar 2003 21:03, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > On Mon, Mar 17, 2003 at 07:39:50PM +0100, H.Merijn Brand wrote: &g

Re: Beta release of DBD::Oracle: DBD-Oracle-1.13-20030313.tar.gz

2003-03-18 Thread H.Merijn Brand
and gcc-3.2. + =head2 gcc Compiler For along time many folks have asked, how they could build a DBD-Oracle @@ -156,8 +168,8 @@ For example: What libraries to use? [-lnsl -lnm -lndbm -lmalloc -ldld -lm -lc -lndir -lcrypt -lsec] -lcl -lpthread -lnsl -lnm -lndbm -lmalloc -ldld -lm -lc -

Re: Release Candidate of DBD::Oracle 1.14 available

2003-03-25 Thread H.Merijn Brand
er! > Thanks! > > Tim. > > =head1 Changes in DBD-Oracle 1.1425th March 2003 > > NOTE: OCI 7 and Oraperl will not be supported in future releases. > > Implemented inserting NULL values into LOB fields using placeholders, > (sponsored by bayerwald-fenster.d

Re: Release Candidate of DBD::Oracle 1.14 available

2003-03-25 Thread H.Merijn Brand
On Tue 25 Mar 2003 16:48, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Tue, Mar 25, 2003 at 03:58:18PM +0100, H.Merijn Brand wrote: > > On Tue 25 Mar 2003 15:09, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > Here's a Release Candidate of DBD::Oracle 1.14: > &

Re: (Fwd) CPAN Upload: T/TI/TIMB/DBD-Oracle-1.14.tar.gz

2003-03-28 Thread H.Merijn Brand
On Fri 28 Mar 2003 18:28, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Fri, Mar 28, 2003 at 05:27:48PM +0100, H.Merijn Brand wrote: > > On Thu 27 Mar 2003 19:13, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > file: $CPAN/authors/id/T/TI/TIMB/DBD-Oracle-1.14.tar

Re: (Fwd) CPAN Upload: T/TI/TIMB/DBD-Oracle-1.14.tar.gz

2003-03-28 Thread H.Merijn Brand
supported in future releases. > > Implemented inserting NULL values into LOB fields using placeholders, > (sponsored by bayerwald-fenster.de thanks to Bernhard Donaubauer). > Fixed broken get_info() due to missing GetInfo.pm #2274. > Fixed compiler warnings/errors thanks to H

Re: (Fwd) CPAN Upload: T/TI/TIMB/DBD-Oracle-1.14.tar.gz

2003-03-28 Thread H.Merijn Brand
eral? Yes, but less defensive. If Some clueless user now for some dark reason gets 9.321i.h3-12 I *think* it'll be better for us that he mails this `error' > Tim. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-U

Re: (Fwd) CPAN Upload: T/TI/TIMB/DBD-Oracle-1.14.tar.gz

2003-04-03 Thread H.Merijn Brand
On Thu 03 Apr 2003 14:21, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Thu, Apr 03, 2003 at 11:02:19AM +0200, H.Merijn Brand wrote: > > On Thu 27 Mar 2003 19:13, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > file: $CPAN/authors/id/T/TI/TIMB/DBD-Oracle-1.14.tar

Re: (Fwd) CPAN Upload: T/TI/TIMB/DBD-Oracle-1.14.tar.gz

2003-04-03 Thread H.Merijn Brand
I 7 and Oraperl will not be supported in future releases. > > Implemented inserting NULL values into LOB fields using placeholders, > (sponsored by bayerwald-fenster.de thanks to Bernhard Donaubauer). > Fixed broken get_info() due to missing GetInfo.pm #2274. > Fixed compile

DBI-1.37 + blead on SuSE 8.2

2003-06-05 Thread H.Merijn Brand
..ok t/07kids...ok t/08keeperrok t/10examp......ok I have no databases installed/active (at least not that I know of (yet)) -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2

DBI-1.37

2003-06-06 Thread H.Merijn Brand
Commit)) { # do these first next unless exists $attr->{$a}; $dbh->{$a} = delete $attr->{$a}; } use Data::Dumper; print STDERR Dumper ($attr); foreach $a (keys %$attr) { print STDERR "Set attr '$a'\n";

Re: DBI-1.37

2003-06-06 Thread H.Merijn Brand
On Fri 06 Jun 2003 12:59, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Fri, Jun 06, 2003 at 10:58:45AM +0200, H.Merijn Brand wrote: > > $VAR1 = { > > 'ShowErrorStatement' => 1, > > 'Username' => '',

Re: DBI & UTF8 & Character Sets in general

2003-06-20 Thread H.Merijn Brand
fully agree with the subcategories Dominic mentions, and I surely hope that whatever UTF-8 support is added won't break previous workarounds or slow down DBI in general. > Tim. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on

Re: CPAN Upload: J/JU/JURL/DBD-ODBC-1.06.tar.gz

2003-06-23 Thread H.Merijn Brand
L for Unix systems thanks to H.Merijn Brand. Cygwin 1.3.23: Configuring DBD::ODBC ... >>> Remember to actually *READ* the README file! And re-read it if you have any problems. Using DBI 1.37 installed in /pro/lib/perl5/site_perl/5.9.0/cygwin/auto/DBI Using ODBC in C:/WINNT Umm,

Re: CPAN Upload: J/JU/JURL/DBD-ODBC-1.06.tar.gz

2003-06-23 Thread H.Merijn Brand
On Mon 23 Jun 2003 12:49, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > On Fri 20 Jun 2003 06:09, "Jeff Urlwin" <[EMAIL PROTECTED]> wrote: > > Fixed test in t/02simple.t to skip if the DSN defined by the user has DSN= > > in it. > > A

Re: Any drivers using do() via Driver.xst? (dbd_db_do4)

2003-08-01 Thread H.Merijn Brand
bdimp.ic:int dbd_db_do (SV *dbh, char *statement) ./dbdimp.ic:} /* dbd_db_do */ ./tags:dbd_db_dodbdimp.ic /^int dbd_db_do (dbh, statement)$/ l1:/pro/3gl/CPAN/DBD-Unify-0.27 104 > -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 &

Re: Announce: DBI 1.38 release candidate

2003-08-28 Thread H.Merijn Brand
: hpux(11.00) DBI : 1.38 DBD::Sponge : 11.09 DBD::Proxy : install_driver(Proxy) failed: Can't locate RPC/PlClient.pm in @INC DBD::Oracle : 1.14 DBD::File : 0.2001 DBD::ExampleP : 11.10 DBD::CSV: 0.2002 lep a5:/pro/to/lep/4gl 102 &

Re: ANNOUNCE: DBI 1.38

2003-08-28 Thread H.Merijn Brand
perl version 5.6.0 or later. > (As per notice in DBI 1.33 released 27th February 2003) > > Fixed spurious t/03handles failure on 64bit perls reported by H.Merijn Brand. SuSE 8.2, gcc-3.3, perl-5.9.0 built for i686-linux-64int gcc -c -DDEBUGGING -fno-strict-aliasing -D_LARGEFIL

Re: Announce: DBI 1.38 release candidate

2003-08-29 Thread H.Merijn Brand
On Thu 28 Aug 2003 20:59, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Thu, Aug 28, 2003 at 02:40:46PM +0200, H.Merijn Brand wrote: > > > > One of the reasons I'm still holding on to DBI-1.35 is > > > > Argument "" isn't numeric in null operat

Re: Announce: DBI 1.38 release candidate

2003-08-29 Thread H.Merijn Brand
On Fri 29 Aug 2003 16:49, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Fri, Aug 29, 2003 at 02:29:40PM +0200, H.Merijn Brand wrote: > > On Thu 28 Aug 2003 20:59, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > On Thu, Aug 28, 2003 at 02:40:46PM +0200, H.Merijn Brand wrot

Re: Inline::C to write a DBD ?

2003-10-20 Thread H.Merijn Brand
t; Then just add some logic around the "bootstrap()" method call in > the .pm file. The .pm file can implement the same methods as the > C/XS code and, if the c/XS code hasn't been bootstraped, then the > perl methods will be called instead. Simple. > > Tim. -- H.M

Re: DBI::DBD: STORE

2003-10-24 Thread H.Merijn Brand
alue is TRUE if you have handled the > attribute or FALSE otherwise. > > Does the same rule apply to STORE()? If so, where > is the returned value used? What would you like to return? If it fails, the error handler should pick it up > Steffen -- H.Merijn BrandAmsterdam

Re: Announce: DBI 1.40 release candidate available

2004-01-08 Thread H.Merijn Brand
On Thu 08 Jan 2004 18:06, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Thu, Jan 08, 2004 at 04:10:33PM +0100, H.Merijn Brand wrote: > > On Thu 08 Jan 2004 11:12, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > http://homepage.eircom.net/~timbunce/DBI-1.40-rc1-20040107.tar.

Re: DBI version 2

2004-01-12 Thread H.Merijn Brand
med that - on Tim's request - to $dbh->{uni_verbose}, but IMHO the usefulness warrants a high level attribute > And, looking further ahead... > > C. How interested/motivated you are in working on a DBD for Parrot. ENOTIME > If you want to discuss any of those please start

Re: DBI version 2

2004-01-13 Thread H.Merijn Brand
On Mon 12 Jan 2004 16:59, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > > A. What changes you'd like to see in the DBI API. > > Me and my colleages seem very satisfied :) How about a new attribute: AutoTruncate so I can just put "grkaerhgkjehrgkaerhg"

Re: DBI version 2

2004-01-13 Thread H.Merijn Brand
On Tue 13 Jan 2004 15:42, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Mon, Jan 12, 2004 at 04:59:38PM +0100, H.Merijn Brand wrote: > > > > > B. What changes you'd like to see in the DBD API > > > (that's the DBI<->DBD interface). > > >

Re: Conformance test script for drivers

2004-01-13 Thread H.Merijn Brand
should be) completely database independant tests. Just change the login and you're done 20 and or are Unify specific Help yourself. > Tim. -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX

Re: Conformance test script for drivers

2004-01-13 Thread H.Merijn Brand
On Tue 13 Jan 2004 15:59, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > On Tue 13 Jan 2004 15:45, Tim Bunce <[EMAIL PROTECTED]> wrote: > > On Mon, Jan 12, 2004 at 08:42:12AM -0800, Dean Arnold wrote: > > > Maybe a conformance test script for driver writers

Re: DBI version 2

2004-01-14 Thread H.Merijn Brand
On Wed 14 Jan 2004 04:03, Jonathan Leffler <[EMAIL PROTECTED]> wrote: > H.Merijn Brand wrote: > > Tim Bunce wrote: > >>>A. What changes you'd like to see in the DBI API. > > How about a new attribute: AutoTruncate > > > > so I can just put "

Re: Announce: Release Candidate of DBD::Oracle 1.15 available

2004-01-15 Thread H.Merijn Brand
eing > built with the old Oracle 7 OCI interface. > > Fixed Makefile.PL for HPUX thanks to H.Merijn Brand & Sweth Chandramouli. > Fixed Makefile.PL error typo thanks to Martijn Koster. > Fixed to build okay for Oracle 8.0.x and for older C compilers. > Fixed minor omissio

NAME_lc

2004-01-16 Thread H.Merijn Brand
char2 (50) lep a5:/tmp 119 > perl dbi.pl NAME: PARM C_USR WAARDE OMSCHR lep a5:/tmp 120 > D'uh! Do you understand why I *hate* Oracle? -- H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

Re: NAME_lc

2004-01-16 Thread H.Merijn Brand
On Fri 16 Jan 2004 13:05, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Fri, Jan 16, 2004 at 12:35:18PM +0100, H.Merijn Brand wrote: > > I don't know if this is DBI or DBD::Oracle's fault, but it is _very_ annoying! > > > > Given that I have to write perl s

Re: NAME_lc

2004-01-16 Thread H.Merijn Brand
On Fri 16 Jan 2004 15:39, Steffen Goeldner <[EMAIL PROTECTED]> wrote: > > H.Merijn Brand wrote: > > > I've got an awful lot of scripts already that _used_to_ work on `normal' > > databases > > What's `normal' in the world of data

  1   2   3   4   5   6   7   >