diff options
author | mjl <mjl> | 2002-02-14 15:50:05 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-02-14 15:50:05 +0000 |
commit | a8ad188d09eb1aaba940f6205a6bbb8ee1d17fe2 (patch) | |
tree | 71f81477e6d77daa7109f580ea23761c135d7016 /databases/tcl-postgresql | |
parent | a4e071a455968f51688f1b6e513fb00a9f56a8a9 (diff) | |
download | pkgsrc-a8ad188d09eb1aaba940f6205a6bbb8ee1d17fe2.tar.gz |
Update p5-DBI to 1.21
Fixed DBD::Proxy support for AutoCommit
Fixed DBI::ProxyServer bind_param(_inout) handling
Fixed DBI::ProxyServer fetch loop
Fixed install_driver do-the-right-thing with $@ on error. It, and connect(),
will leave $@ empty on success and holding the error message on error.
Fixed fetchrow_hashref to assign columns to the hash left-to-right
so later fields with the same name overwrite earlier ones
as per DBI < 1.15
Changed tables() to use quote_indentifier() if the driver returns a
true value for $dbh->get_info(29) # SQL_IDENTIFIER_QUOTE_CHAR
Changed ping() so it no longer triggers RaiseError/PrintError.
Changed connect() to not call $class->install_driver unless needed.
Changed DESTROY to catch fatal exceptions and append to $@.
Added ISO SQL/CLI & ODBCv3 data type definitions
Removed the definition of SQL_BIGINT data type constant as the value is
inconsistent between standards (ODBC=-5, SQL/CLI=25).
Added $dbh->column_info(...)
Added $dbh->foreign_key_info(...)
Added $dbh->quote_identifier(...)
Added $h->{HandleError} = sub { ... } addition and/or alternative
to RaiseError/PrintError.
Added Fowler/Noll/Vo hash type as an option to DBI::hash().
Added DBI::Changes so now you can "perldoc DBI::Changes", yeah!
Added selectrow_arrayref & selectrow_hashref docs
Diffstat (limited to 'databases/tcl-postgresql')
0 files changed, 0 insertions, 0 deletions