pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/33070 CVS commit: pkgsrc/databases/py-mssql
The following reply was made to PR pkg/33070; it has been noted by GNATS.
From: Roland Illig <rillig%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: PR/33070 CVS commit: pkgsrc/databases/py-mssql
Date: Mon, 13 Mar 2006 12:52:03 +0000 (UTC)
Module Name: pkgsrc
Committed By: rillig
Date: Mon Mar 13 12:52:03 UTC 2006
Modified Files:
pkgsrc/databases/py-mssql: Makefile distinfo
Log Message:
Updated py-mssql to 0.7.4.
Changes:
New features:
- implemented set_query_timeout() and set_login_timeout()
- implemented min_error_severity property: all errors that
has severity less than min_error_severity doesn't raise
exception, but are still available in errmsg()
- stdmsg() is now deprecated; all errors can be retrieved
using errmsg(); stdmsg() will disappear some time in the
future
- readded ntwdblib.dll; I misunderstood its licence-it's
redistributable; this library is at the newest available
version so connections to SQL 2005 are possible
- new unit test provided by Jakub Labath
- the web page has now more useful info
Bugfixes:
- sometimes exceptions were raised but error message was
lost
- the coltype wasn't set to NUMBER for float types (thanks
Jakub Labath)
Patch provided by bartosz\@atom.eu.org in PR 33070.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/py-mssql/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/py-mssql/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