pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-mssql



Module Name:    pkgsrc
Committed By:   obache
Date:           Thu Apr 26 12:57:51 UTC 2012

Modified Files:
        pkgsrc/databases/py-mssql: Makefile PLIST distinfo
        pkgsrc/databases/py-mssql/patches: patch-mssqldbmodule_c

Log Message:
Update py-mssql to 1.0.2.
Based on maintainer update request per PR 46084.
(let to register egg-info, set LICENSE, fix DOS style EOL of some files)

Changes since 0.8.0:
Tue Apr 23 23:00:00 2009  Andrzej Kukula <akukula%gmail.com@localhost>
        + bugfix: fixed rare quoting bug in select_db()
        + feature: added 'max_conn' parameter to pymssql.connect() and
          _mssql.connect() which defaults to 25, thanks Daniel Watrous
          <dwmaillist%gmail.com@localhost>
        * nagios-plugin update - thanks Josselin Mouette 
<joss%debian.org@localhost>:
          + Include a -P port option, to avoid having to passing it with the
            host name
          + Fix the encoding of the comments; utf-8 is the declared encoding
            of the file and must be followed
          + Fix a typo in the SQL syntax
          + Connect explicitly to the "master" database (required since 1.0.0)
          + Improve perfdata output.
        * version 1.0.2

Tue Apr 21 22:56:00 2009  Andrzej Kukula <akukula%gmail.com@localhost>
        * mssqldbmodule.c:
          + bugfix in format_and_run_query(): query strings were sometimes
            overwritten with garbage due to DECREF in wrong place; thanks
            Igor Nazarenko <igor.n.nazarenko%gmail.com@localhost>
          + bugfix in get_result(): if a query batch contained DECLARE or
            possibly other T-SQL statements, no results were returned
            thanks Kay Schluehr <schluehrk%users.sourceforge.net@localhost>
          + bugfix in execute_scalar(): check if there are any columns in result
          + bugfix: check for FAIL after each dbnextrow()
          + feature: Add support for bigint - #2660972; thanks Alexandr
            Zamaraev <shura_zam%users.sourceforge.net@localhost>
        * pymssql.c:
          + bugfix in execute(): if execute is called without second argument,
            don't treat '%' in query string as formatting character; restored
            compatibility with common sense and with pymssql < 1.0.0; thanks
            Corey Bertram <corey.bertram%monitoredsecurity.com@localhost>,
            Wes McKinney <wesmckinn%gmail.com@localhost>
          + feature: it is possible to specify 'as_dict' to pymssql.connect
            and rows will be returned as dictionaries instead of tuples;
            thanks Daniel Watrous <dwmaillist%gmail.com@localhost>

Thu Jan 30 18:36:00 2009  Andrzej Kukula <akukula%gmail.com@localhost>
        * mssqldbmodule.c:
          + Pyssize_t error on x64 - thanks Josselin Mouette 
<joss%debian.org@localhost>
          + critical charset updates, thanks Josselin Mouette 
<joss%debian.org@localhost>
          + more Py_ssize_t updates, further code cleanups
          + fixed some compiler warnings
        * pymssql.py:
          + execute() failed, thanks Josselin Mouette 
<joss%debian.org@localhost>
          + critical charset updates, thanks Josselin Mouette 
<joss%debian.org@localhost>
          + removed warnings, users don't want them and they are not 'MUST'
            priority in DB-API spec
        * nagios-plugin: introducted Nagios plugin, thanks Julien Blache
          and Josselin Mouette
        * version 1.0.1

Thu Jan 29 19:23:00 2009  Andrzej Kukula <akukula%gmail.com@localhost>
        * version 1.0.0
        * so many changes I'll not put them here, I'll document
          changes from now on.

Mon Sep 25 20:18:00 2006  Andrzej Kukula <akukula%gmail.com@localhost>
        * setup.py: fix for Fink (http://Fink.SF.Net) under OS X (thanks
          Terrence Brannon <metaperl%gmail.com@localhost>)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/py-mssql/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/py-mssql/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/py-mssql/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/databases/py-mssql/patches/patch-mssqldbmodule_c

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