Search   Feed   Browse   Add
Feed items 21 - 30 of 32 for May 2008

ANNOUNCE: IBM Informix Database Driver for Perl DBI Version 2008.0513 (2008-05-13) released by Jonathan Leffler - May 14, 2008

IBM Informix Database Driver for Perl DBI Version 2008.0513 (2008-05-13) has been uploaded to CPAN.IBM Informix Database Driver for Perl (also known as DBD::Informix) isthe driver code that enables Perl 5.6.1 or later to access Informixdatabases via the DBI module (but if you are not already using Perl5.10.0 - or any later version - you should be planning to upgrade). Youwill need the code for DBI version 1.38 or later as well (v1.604 - or anylater version - is recommended). The code for...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5354.html

Re: bind_param for named parameters - clarification sought by Jonathan Leffler - May 13, 2008

On Tue, May 13, 2008 at 10:13 AM, Tim Bunce <Tim.Buncepobox.com> wrote:> On Tue, May 13, 2008 at 01:20:14PM +0100, Martin Evans wrote:> > Tim,> >> > In the thread "problem with DBD::ODBC and placeholders> SEC=UNCLASSIFIED"> > on dbi-users recently you said:> >> > > Drivers that support named placeholders like ":N" where N is an> > > integer, could support both forms of binding: bind_param(":1",$v) and>..
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5353.html

Re: bind_param for named parameters - clarification sought by Tim Bunce - May 13, 2008

On Tue, May 13, 2008 at 01:20:14PM +0100, Martin Evans wrote:> Tim,>> In the thread "problem with DBD::ODBC and placeholders SEC=UNCLASSIFIED" > on dbi-users recently you said:>> > Drivers that support named placeholders like ":N" where N is an> > integer, could support both forms of binding: bind_param(":1",$v) and> > execute($v)> > It&39;s not dis-allowed. Driver docs should clarify this issue.>> Is it really your...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5352.html

bind_param for named parameters - clarification sought by Martin Evans - May 13, 2008

Tim,In the thread "problem with DBD::ODBC and placeholders SEC=UNCLASSIFIED" on dbi-users recently you said: > Drivers that support named placeholders like ":N" where N is an > integer, could support both forms of binding: bind_param(":1",$v) and > execute($v) > It&39;s not dis-allowed. Driver docs should clarify this issue.Is it really your intention that to bind named parameter "fred" as in the SQL "insert into xxx values(:fred)"...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5351.html

Re: Question on 'SQL' tracing by Martin Evans - May 13, 2008

Tim Bunce wrote:> On Mon, May 12, 2008 at 05:15:34PM +0100, Martin Evans wrote:>> Martin Evans wrote:>>> After seeing the recent posting by Greg Sabino Mullane in subject "Log DBI >>> query and values with placeholders" I realised there was something else >>> DBD::ODBC was out of date with - tracing.>>>>>> DBD::ODBC does not implement its own trace flags but neither does it react >>> to &39;SQL&39; tracing. If I set...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5350.html

Re: Question on 'SQL' tracing by Tim Bunce - May 12, 2008

On Mon, May 12, 2008 at 05:15:34PM +0100, Martin Evans wrote:> Martin Evans wrote:>> After seeing the recent posting by Greg Sabino Mullane in subject "Log DBI >> query and values with placeholders" I realised there was something else >> DBD::ODBC was out of date with - tracing.>>>> DBD::ODBC does not implement its own trace flags but neither does it react >> to &39;SQL&39; tracing. If I set trace(&39;SQL&39;) I can see the TraceLevel is set to...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5349.html

DBD::mysql 4.007 released by Patrick Galbraith - May 12, 2008

I&39;m pleased to announce the release of DBD::mysql 4.007. This release contains the changes: Took out mysql_server_init call where not needed Complete re-write of test suit to use Test::More - tons of cleanups! Makefile.PL changes to use current user in &39;make test&39; if not definedThe biggest change in this release is a completely re-written test suite now using Test::More. This was something I wanted to do for at least two years. Using Test::More for the test suite makes it so much...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5348.html

Re: Question on 'SQL' tracing by Martin Evans - May 12, 2008

Martin Evans wrote:> After seeing the recent posting by Greg Sabino Mullane in subject "Log > DBI query and values with placeholders" I realised there was something > else DBD::ODBC was out of date with - tracing.> > DBD::ODBC does not implement its own trace flags but neither does it > react to &39;SQL&39; tracing. If I set trace(&39;SQL&39;) I can see the TraceLevel > is set to 256 and I can find:> > sub parse_trace_flag > my ($h, $name) =...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5347.html

Question on 'SQL' tracing by Martin Evans - May 12, 2008

After seeing the recent posting by Greg Sabino Mullane in subject "Log DBI query and values with placeholders" I realised there was something else DBD::ODBC was out of date with - tracing.DBD::ODBC does not implement its own trace flags but neither does it react to &39;SQL&39; tracing. If I set trace(&39;SQL&39;) I can see the TraceLevel is set to 256 and I can find: sub parse_trace_flag my ($h, $name) = _; 0xddDDDDrL (driver, DBI, reserved, Level) ...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5346.html

Re: $dbh->CachedKids by David E. Wheeler - May 9, 2008

On May 9, 2008, at 04:42, Tim Bunce wrote:>> Only now I&39;m seeing that test fail on 5.6.2. Is it possible that >> 5.6.2>> destroys the handle by the type the do() is called>> Seems likely.Yes, I&39;ve released a new version where the test checks for $ > 5.6.1 instead of > 5.8.0.> Got removed in May 2004> http:svn.perl.orgviewvcmodulesdbitrunkt07kids.tr1=333&r2=335Hrm. I guess it wasn&39;t telling us much, since it&39;s dependent on Perl versions,...
http://www.nntp.perl.org/group/perl.dbi.dev/2008/05/msg5345.html
Available Archives
- May (32 items)
- June (8 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact