Description:
dbi-dev@perl.org (Moderated)
|
|
|
DBD-Oracle-1.23 Makefile.PL patch
|
| |
uses the appropriate Oracle makefile (32 or 64-bit). Original version would use 64-bit Oracle makefile template with 32-bit perl causing link stage to fail. Tested with oracle 10.2.0.1 & perl: Summary of my perl5 (revision 5 version 8 subversion 9) configuration: Platform: osname=aix, osvers=5.3.0.0, archname=aix... more »
|
|
ANN - DBD::SQLite 1.27 - test it!
|
| |
All, I am pleased to announce that DBD::SQLite (Self Contained RDBMS in a Perl DBI Driver) version 1.27 has been released on CPAN (by Adam Kennedy). [link] This release is the newest one intended for production use and has no known serious bugs. The previous version for production was 1.25, which was released... more »
|
|
Error message from bind_columns ()
|
| |
bind_columns () does --8<--- DBI.pm # 1866 my $idx = 0; $sth->bind_col(++$idx, shift, $attr) or return while (@_ and $idx < $fields); -->8--- Which may lead to errors like Can't DBI::st=HASH(0x402ebac8)->bind _col(1, ARRAY(0x402ebe38),...), need a reference to a scalar at /pro/lib/perl5/site_perl/5.10. 1/PA-RISC2.0/DBI.pm line 1867.... more »
|
|
Released DBD::ODBC 1.23_1 to CPAN
|
| |
Just uploaded 1.23_1 to CPAN. This release contains: makefile.PL changes: some formatting changes to output warn if unixodbc headers are not found that the unixodbc-dev package is not installed use $arext instead of "a" pattern match for pulling libodbc.* changed warn if DBI_DSN etc not defined... more »
|
|
test DBD::SQLite 1.26_06 please
|
| |
All, I am pleased to announce that DBD::SQLite (Self Contained RDBMS in a Perl DBI Driver) version 1.26_06 has been released on CPAN (by Adam Kennedy). [link] TESTING NEEDED! Please bash the hell out of the latest DBD::SQLite and report any outstanding bugs on RT. Test your dependent or compatible projects with it, which includes... more »
|
|
Time to Document Callbacks
|
| |
Tim, I think it's high time we documented callbacks. I'm pretty sure the DBIx::Class folks are going to want to make use of them shortly. I'd be happy to contribute the docs. Is there a way to get a list of all possible callback keys? Thanks, David
|
|
ppport.h
|
| |
I noticed DBI was upgraded in subversion to the latest ppport.h (in dbipport.h) and the recommendations that ppport.h has made. dbipport.h seems to be ppport.h from Devel::PPPort. The DBI::DBD docs say to copy dbivport.h from the latest DBI distribution to your DBD distribution - which I have done again - I am... more »
|
|
ANNOUNCE: DBD::CSV 0.25
|
| |
After a long period of silence, I'm somewhat proud to announce this update of DBD::CSV. I took over maintenance from Jeff, and made DBD::CSV use the new and improved features of DBD::File and SQL::Statement. As SQL::Statement has now gained development momentum, it is not unlikely that this 0.25 version will move along with that and with new releases of... more »
|
|
test DBD::SQLite 1.26_05 - foreign keys!
|
| |
All, I am pleased to announce that DBD::SQLite (Self Contained RDBMS in a Perl DBI Driver) version 1.26_05 has been released on CPAN (by Adam Kennedy). [link] This developer release bundles the brand-new SQLite version 3.6.19, which adds support for enforcing SQL foreign keys. See [link]... more »
|
|
|