From f10db1977fb701ec088cb1c3e7a55e42ebb39a89 Mon Sep 17 00:00:00 2001 From: adustman Date: Thu, 31 Jan 2002 17:48:48 +0000 Subject: [PATCH] Updates --- ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt b/ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt index c6502c6..d65a155 100644 --- a/ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt +++ b/ZMySQLDA/lib/python/Products/ZMySQLDA/CHANGES.txt @@ -1,5 +1,13 @@ Z MySQL DA Releases + 2.0.9 + + Allow the connection string to work without a specified database. + + Wrap queries with a lock to prevent multiple threads from using + the connection simultaneously (this may or may not be happening). + If transactional, then the lock is held for the entire transaction. + 2.0.8 More information about columns is available from the table