Next | Query returned 54 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2012-04-26 14:57:51 by OBATA Akio | Files touched by this commit (4) | Package updated
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>
        + 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>
        * nagios-plugin update - thanks Josselin Mouette <joss@debian.org>:
          + 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>
        * 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>
          + 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>
          + 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>
        * 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>,
            Wes McKinney <wesmckinn@gmail.com>
          + 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>

Thu Jan 30 18:36:00 2009  Andrzej Kukula <akukula@gmail.com>
        * mssqldbmodule.c:
          + Pyssize_t error on x64 - thanks Josselin Mouette <joss@debian.org>
          + critical charset updates, thanks Josselin Mouette <joss@debian.org>
          + more Py_ssize_t updates, further code cleanups
          + fixed some compiler warnings
        * pymssql.py:
          + execute() failed, thanks Josselin Mouette <joss@debian.org>
          + critical charset updates, thanks Josselin Mouette <joss@debian.org>
          + 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>
        * 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>
        * setup.py: fix for Fink (http://Fink.SF.Net) under OS X (thanks
          Terrence Brannon <metaperl@gmail.com>)
   2011-10-14 06:14:36 by David A. Holland | Files touched by this commit (2)
Log message:
Fix build with current freetds.
   2011-06-14 13:23:15 by OBATA Akio | Files touched by this commit (1)
Log message:
drop PYTHON_VERSION_ACCEPTED restriction, it was just not accept 23.
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-03-05 19:51:33 by Joerg Sonnenberger | Files touched by this commit (53)
Log message:
Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170)
Log message:
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
   2007-06-15 18:08:39 by OBATA Akio | Files touched by this commit (3) | Package updated
Log message:
Update py-mssql to 0.8.0.
Patch provided by maintainer, Bartosz Kuzma in PR 36478.

Changes since 0.7.4:
 Sun Sep 24 10:44:00 2006  Andrzej Kukula <akukula@gmail.com>
 * setup.py:
   + it can now dynamically determine the path to SQL 2000 Developer
     Tools, if win32api and win32con modules are available
   + simple Python version check to prevent most frequently asked
     question

 Wed Sep 13 01:20:00 2006  Andrzej Kukula <akukula@gmail.com>
 * mssqldbmodule.c:
   + corrected misspellings in docstrings
   + fixed segfault on connection close with Python 2.5; thanks
     Justin Francis <jfrancis@pivotalpayments.com>
 * pymssql.py:
   + fixed two minor DB-API incompatibilities
     (thanks Matthew Good <matt@matt-good.net>)
   + fixed datetime quoting (thanks Jan Finell <jfinell@regionline.fi>)
 * pymssql should be able to build on cygwin (thanks rob@robnet.com)
 * docstring fixes, webpage doc updates

 Tue May 15 03:18:00 2006  Jooncheol Park <exman@users.sourceforge.net>
 * setup.py, PKG-INFO, README: license change to LGPL

 Wed Mar 15 08:18:00 2006 Andrzej Kukula <akukula@users.sourceforge.net>
 * pymssql.py: fixed datetime issue
   (thanks Jan Finell <jfinell@regionline.fi>)

 Fri Feb 24 16:11:00 2006 Andrzej Kukula <akukula@users.sourceforge.net>
 * mssqldbmodule.c: fixed typos in docstrings
   (thanks Konstantin Veretennicov)
   2006-05-28 18:13:11 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Use PYTHON_VERSIONS_ACCEPTED instead of _REQD, so that the latter
can be used to enforce versions after having determined which are
suppported.

Next | Query returned 54 messages, browsing 41 to 50 | Previous