From 40a5d4170adf6f68036df247691ea35d4da1884c Mon Sep 17 00:00:00 2001 From: Pavel Cisar Date: Tue, 30 Jun 2015 19:15:08 +0000 Subject: [PATCH] 1.4.9 release - Fix for PYFB-52 - Fix tests for PYFB-51 and PYFB-52 --- PKG-INFO | 2 +- docs/_sources/changelog.txt | 7 +++++++ docs/changelog.html | 19 ++++++++++++++----- docs/differences-from-kdb.html | 10 +++++----- docs/genindex.html | 10 +++++----- docs/getting-started.html | 10 +++++----- docs/index.html | 11 ++++++----- docs/license.html | 10 +++++----- docs/objects.inv | Bin 8099 -> 8099 bytes docs/py-modindex.html | 10 +++++----- docs/python-db-api-compliance.html | 10 +++++----- docs/reference.html | 22 +++++++++++----------- docs/search.html | 10 +++++----- docs/searchindex.js | 2 +- docs/usage-guide.html | 10 +++++----- fdb.egg-info/PKG-INFO | 2 +- fdb/fbcore.py | 2 +- sphinx/changelog.txt | 7 +++++++ sphinx/conf.py | 4 ++-- test/testfdb.py | 8 +++++++- 20 files changed, 98 insertions(+), 68 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 5980cd1..53cb736 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: fdb -Version: 1.4.8 +Version: 1.4.9 Summary: Firebird RDBMS bindings for Python. Home-page: http://www.firebirdsql.org/en/python-devel-status/ Author: Pavel Cisar diff --git a/docs/_sources/changelog.txt b/docs/_sources/changelog.txt index ecce200..d6cb438 100644 --- a/docs/_sources/changelog.txt +++ b/docs/_sources/changelog.txt @@ -2,6 +2,7 @@ Changelog ######### +* `Version 1.4.9`_ (30.6.2015) * `Version 1.4.8`_ (23.6.2015) * `Version 1.4.7`_ (4.6.2015) * `Version 1.4.6`_ (29.5.2015) @@ -25,6 +26,12 @@ Changelog * `Version 0.7.1`_ (31. 1. 2012) * `Version 0.7`_ (21. 12. 2011) +Version 1.4.9 +============= + +- (PYFB-51) .get_sql_for('create') returns invalid output parameters +- (PYFB-52) isc_info* types which are _DATABASE_INFO_CODES_WITH_COUNT_RESULTS raises TypeError: 'float' object cannot be interpreted as an integer + Version 1.4.8 ============= diff --git a/docs/changelog.html b/docs/changelog.html index b164f1d..f957564 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -6,7 +6,7 @@ - Changelog — FDB 1.4.8 documentation + Changelog — FDB 1.4.9 documentation @@ -14,7 +14,7 @@ - + @@ -50,7 +50,7 @@

Navigation

  • previous |
  • -
  • FDB 1.4.8 documentation »
  • +
  • FDB 1.4.9 documentation »
  • @@ -62,6 +62,7 @@

    Navigation

    Changelog

    +
    +

    Version 1.4.9

    +
      +
    • (PYFB-51) <procedure>.get_sql_for(‘<re>create’) returns invalid output parameters
    • +
    • (PYFB-52) isc_info* types which are _DATABASE_INFO_CODES_WITH_COUNT_RESULTS raises TypeError: ‘float’ object cannot be interpreted as an integer
    • +
    +

    Version 1.4.8

    @@ -215,7 +215,7 @@

    Navigation

  • previous |
  • -
  • FDB 1.4.8 documentation »
  • +
  • FDB 1.4.9 documentation »