pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-DBD-ODBC



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug  6 20:18:39 UTC 2011

Modified Files:
        pkgsrc/databases/p5-DBD-ODBC: Makefile distinfo

Log Message:
Changes 1.31:
* Recently introduced test sql_type_cast.t cannot work with DBI less
  than 1.611.
* Minor change to Makefile.PL to avoid use of unitialised warning on
  $ENV{LD_LIBRARY_PATH} in warning when it is not set.

Changes 1.30_7:
* Some time ago (I don't know when) a few internal errors generated by
  DBD::ODBC got ignored. There are about 5 of them but I seriously
  doubt anyone would hit any other than the data truncated error
  (which is reported by the ODBC driver anyway) and "no select
  statement currently executing". You can see rt_68720.t in the t
  directory for an example of the latter.
* An extra argument has been added to the sub associated with
  odbc_err_handler.  The arguments passed to the odbc_err_handler are
  now state (string), error (string), native error code (number) and
  the status returned from the last ODBC API. The status will be
  SQL_ERROR (-1) for errors or SQL_SUCCESS_WITH_INFO (1) for
  informational messages.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/p5-DBD-ODBC/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/p5-DBD-ODBC/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index