From 9ea4cb311b2c129bf137ee7af32966420eff2077 Mon Sep 17 00:00:00 2001 From: adustman Date: Sat, 14 Apr 2001 02:20:14 +0000 Subject: [PATCH] Doc updates. --- .../lib/python/Products/ZMySQLDA/CHANGES.txt | 22 +++++++++++++++++++ .../lib/python/Products/ZMySQLDA/README.txt | 9 ++++---- .../lib/python/Products/ZMySQLDA/VERSION.txt | 1 + 3 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 ZMySQLDA/lib/python/Products/ZMySQLDA/VERSION.txt diff --git a/ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt b/ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt index 1df0c28..5b10ee2 100644 --- a/ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt +++ b/ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt @@ -1,5 +1,27 @@ Z MySQL DA Releases + 2.0.6 + + This version finally should have all the transaction support + working correctly. If your MySQL server supports transactions, + i.e. it has at least one transaction-safe table (TST) handler, + transactions are enabled automatically. If transactions are + enabled, rollbacks (aborts) fail if any non-TST tables were + modified. + + 2.0.5 + + Transactions don't really work right in this and prior versions. + + + 2.0.4 + + INT columns, whether UNSIGNED or not, are returned as Python + long integers to avoid overflows. Python-1.5.2 adds an 'L' to + the end of long integers when printing. Later versions do not. + As a workaround, use affected columns with a format string, + i.e. ''. + 2.0.0 This is the first version of the database adapter using MySQLdb diff --git a/ZMySQLDA/lib/python/Products/ZMySQLDA/README.txt b/ZMySQLDA/lib/python/Products/ZMySQLDA/README.txt index 7cc9042..d8772bf 100644 --- a/ZMySQLDA/lib/python/Products/ZMySQLDA/README.txt +++ b/ZMySQLDA/lib/python/Products/ZMySQLDA/README.txt @@ -3,12 +3,12 @@ Z MySQL DA This is the Z MySQL database adapter product for the Z Object Publishing Environment. - ***** NOTE ***** + ** NOTE ** Note that the Z MySQL database adapter is compatible with MySQL versions 3.22 and later (including MySQL 3.23). - ***** IMPORTANT ***** + ** IMPORTANT ** This product is distributed as a NON-BINARY release! @@ -21,9 +21,10 @@ Z MySQL DA The Z MySQL database adapter uses the MySQLdb package. This must be installed before you can use the Z MySQL DA. + You can find this at:: - Instructions on building the extension modules are given in the - the README.txt file in the source directory. + http://dustman.net/andy/python/MySQLdb + http://sourceforge.net/projects/mysql-python Connection Strings diff --git a/ZMySQLDA/lib/python/Products/ZMySQLDA/VERSION.txt b/ZMySQLDA/lib/python/Products/ZMySQLDA/VERSION.txt new file mode 100644 index 0000000..74922f1 --- /dev/null +++ b/ZMySQLDA/lib/python/Products/ZMySQLDA/VERSION.txt @@ -0,0 +1 @@ +ZMySQLDA 2.0.6