Subject: CVS commit: pkgsrc/databases/py-mssql
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 03/13/2006 12:52:03
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.