Announce: DBI 1.639 (1 message)
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.639.tar.gz size: 603697 bytes md5: f9bf9775b3dbaabc4630b2b29941aa89 sha1: d486ad357708054827017a0d7151554704ce6607=head2 Changes in DBI 1.639 - 28th December...
View ArticleRE: Hunting down (possible) memory leak in DBD::Oracle (3 messages)
I got this case running with valgrind - Valgrind reported -8 invalid writes, 8 invalid writes, 2239 accesses to uninitialized values.All invalid writes have a stack trace leading back to...
View ArticleNew DBI driver DBD::MariaDB (2 messages)
Hello,I would like to announce a new DBI driver for MariaDB and MySQLdatabases. As stated in the email [1] which I sent to this mailing listabout a half year ago, we in the GoodData company decided to...
View ArticleDBD::mysql 4.044 released! (1 message)
Dear Perl and MySQL community,I'm quite pleased to announce the release of DBD::mysql 4.044!This release in particular contains a re-application of an earlier SSL fix that was needed when we reverted a...
View ArticleNeed help with an unexpected behaviour (1 message)
Hi all,today I stumpled on a behaviour that I didn't expectthis way. And currently I haven't found an explanation.That's the reason why I want to ask you whether you cangive me the right...
View ArticleAnnounce DBI-1.640 (1 message)
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.640.tar.gz size: 603787 bytes md5: 47d37079ba164908a65fb86f8179cb74 sha1: 2446ea4e139cd56c66f1dd99c58536fa3f4e97cc=head2 Changes in DBI 1.640 - 28th January 2018...
View ArticleDBD::mysql 4.046 released (3 messages)
Greetings!I'm pleased to announce the release of DBD::mysql 4.046:* Use API function for reconnect; fixes compilation on MariaDB 10.2.6+. Fix provided by Pali.* Fixed broken link to MySQL download...
View ArticleHello Perl Comminity from ATL (2 messages)
Hello Perl Community:I am working at the CDC in ATL and I found this thread from 2001.###############################From: Sterin, IlyaDate: October 30, 2001 09:02Subject: RE: Can't locate loadable...
View ArticleResults of DBI-check on SQL Server 2005. (1 message)
Hi,I send you the report which shows a small difference with the DBI documentation ofthe version 1.636. Best Regards Larry A.
View ArticleDBD::ODBC and issues getting LongTruncOk / LongReadLen to takeeffect (2...
Hi all.I'm writing a database utility that has to access IBM's "DashDB" and otherDB2-variants. I have their latest ODBC driver, and I have simple queriesworking. However queries against their system...
View Article(Fwd) Perl with Oracle 12c (8 messages)
----- Forwarded message from "Seidler, Reinhard" <Reinhard.Seidler@amtc-dresden.com> -----Date: Tue, 10 Apr 2018 12:16:09 +0000From: "Seidler, Reinhard"...
View Articledebugging and stepping into ->do (8 messages)
Hi,When using DBD::mysql, I can step into the prepare and execute methods ofDBD, but I can't step into do (execution is the next code line after the dostatement). 'do' is defined in DBI.pm this way:...
View ArticleExtend API for last_insert_id (1 message)
Hello,I would like to propose two new changes to DBI which extendslast_insert_id API.First one: Allow to call $dbh->last_insert_id() method withoutarguments. Currently this method needs to take four...
View ArticlePERL 5.24.1 DBD::Sybase Module Build Error (1 message)
I am trying to build the DBD::Sybase module for PERL 5.24.1 on Solaris 11 and Sybase Open Client 16.0 (ASE 16.0 is not installed on the host). The make test is failing. I found that the expected...
View ArticleTim Bunce - RE: DBD-DBI Insert Binary Files and using Perl modulesin cPanel...
none of the tests were able to add a value pair set to the database. They did execute but no real data was submited. The perl results were shown as the name of the file selected but no real insert....
View ArticleWierd issue with printf and DBD::Pg (3 messages)
HIIf I use printf to round a numeric value before inserting into postgrestable it is altered to 1 rather than the value when it is put into a tableexampleCREATE TABLE public.chksize( size...
View ArticleStatically linking DBI and DBD::SQLite into my (Web)Perl (1 message)
Hello all,I'm not sure if dbi-users is the correct mailing list for my question -feel free to forward this mail to dbi-dev or whereever is more appropriate.I'm building a statically linked Perl binary,...
View ArticleAnnounce: DBI 1.642 (1 message)
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.642.tar.gz size: 604581 bytes md5: f2ba18b5cea1c8cb322a62be0a847f3d sha1: 4838da411896707eb89acf63ae2d35c88ff841c7=head2 Changes in DBI 1.642 - 28th October 2018...
View ArticleANNOUNCE: Informix Database Driver for Perl DBI Version 2018.1031(2018-10-31)...
Informix Database Driver for Perl DBI Version 2018.1031 (2018-10-31) hasbeen uploaded to CPAN.Informix Database Driver for Perl (also known as DBD::Informix) isthe driver code that enables Perl...
View ArticleGeneric way of fetching a list of databases (8 messages)
Hi all.I have a project that has to support pretty much every major databasearound, plus a number of more esoteric "big data" platforms as well. Untilnow, I've had a bunch of methods, implementing...
View Article