Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
Changes for version 1.50 - 2014-07-25
- BUG FIXES
- The 80_odbc_diags.t test could fail if a driver fails a table does not exist test in the prepare instead of the execute.
Changes for version 1.49_4 - 2014-07-08
- BUG FIXES
- Fixed sql_type_cast.t test which assumed column aliases which stay lowercase.
- Fixed 87_odbc_lob_read.t test which did not bow out of the test properly if the database was not MS SQL Server.
- DOCUMENTATION
- Revised the query notification example and documentation.
- Added a link to a better Query Notification article.
Changes for version 1.49_3 - 2014-05-01
- CHANGE IN BEHAVIOUR
- As warned years ago, this release removes the odbc_old_unicode attribute. If you have a good reason to use it speak up now before the next non-development release.
- BUG FIXES
- Fix rt89255: Fails to create test table for tests using PostgreSQL odbc driver. Change test suite to fallback on PRECISION if COLUMN_SIZE is not found.
- ENHANCEMENTS
- Added support for MS SQL Server Query Notification. See the new section in the pod.
- Added a currently undocumented (and experimental) odbc_describe_param method on a statement handle which takes a parameter number as the only argument and returns an array of the data type, parameter size, decimal digits and nullable (as per SQLDescribeParam).
- DOCUMENTATION
- Added FAQ on truncated column names with freeTDS.
- MISCELLANEOUS
- I have removed the "experimental" tag for odbc_getdiaffield and odbc_getdiagrec methods.
Changes for version 1.49_2 - 2014-04-26
- BUG FIXES
- Change to data_sources in 1.49_1 could lead to a compile error since data_sources was not returning a value if an error occurred.
Changes for version 1.49_1 - 2014-04-25
- BUG FIXES
- If you had a lot of DSNs on Windows (more than 280 but it depends on the length of their names) and called the data_sources method it could crash your script. Code internally changed to stop putting the DSNs returned on the stack.
- CHANGE IN BEHAVIOUR
- As warned years ago, the private data_sources method has been removed - use DBI one instead.
- MISCELLANEOUS
- Added FAQ entry of maximum number of allowed parameters.
Modules
ODBC Driver for DBI
Examples
- examples/DbiTest.pl
- examples/DbiTest2.pl
- examples/Test_Dates_Jun19.pl
- examples/backup_restore.pl
- examples/big_result.pl
- examples/cancel_big_fetch.pl
- examples/column_info.pl
- examples/dml_counts.pl
- examples/driver_complete.pl
- examples/enable_odbc_tracing.pl
- examples/execute_for_fetch.pl
- examples/getinfo.pl
- examples/identity.pl
- examples/joetest7.pl
- examples/leakcheck.pl
- examples/listtabs.pl
- examples/lob_read.pl
- examples/longbin.pl
- examples/money_test.cgi
- examples/moreresults.pl
- examples/multiple_active_stmts.pl
- examples/northwind.pl
- examples/odbc_diag.pl
- examples/params_in_error.pl
- examples/perl-DBD-ODBC.spec
- examples/proctest1.pl
- examples/proctest2.pl
- examples/proctest3.pl
- examples/raiserror.pl
- examples/randombind.pl
- examples/set_nocount_on.pl
- examples/sqlserver_supplementary_chrs.pl
- examples/sqltmptabs.pl
- examples/temp_table.pl
- examples/testPrc.sql
- examples/testclob.pl
- examples/testconn.pl
- examples/testconnspeed.pl
- examples/testcrtable.pl
- examples/testdatasources.pl
- examples/testdestruction.pl
- examples/testdisc.pl
- examples/testerrhandler.pl
- examples/testfunc.pl
- examples/testgetinfo.pl
- examples/testigparams.pl
- examples/testinout.pl
- examples/testkeys.pl
- examples/testmoney.pl
- examples/testmulti.pl
- examples/testproc.pl
- examples/testproc2.pl
- examples/testproc3.pl
- examples/testproc4.pl
- examples/testspmulti.pl
- examples/testundef.pl
- examples/testundef2.pl
- examples/testundef3.pl
- examples/testver.pl
- examples/testxml.pl
- examples/thrtest.pl
- examples/timetest.pl
- examples/unicode_params.pl
- examples/unicode_sql.pl