Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

MySQLdb-SVN Commit Log


Commit Date  
[r531] by eikenberry

Added version dependent call in _forceReconnection() to initialize the ping()
as a reconnecting command. This initialization is necessary with mysqldb
versions >= 1.2.2. It is only required once per connection instance as it is
persistent for the life of that instance.

2008-03-17 22:17:53 Tree
[r530] by adustman

Tons of changes from major refactoring/cleanup. This is all really broken
right now. In particular, all results are returned as strings.

2008-03-14 23:06:29 Tree
[r529] by eikenberry

In some cases sql_quote__() can be called before connect() (and thus no
_v_database_connection is set).

Added a check and connect() call if necessary.

2008-03-13 02:24:07 Tree
[r528] by eikenberry

Fixed an issue that MySQLdb versions previous to 1.2.2 had with Blob/Binary
types. It would convert them into character arrays instead of strings. Added version test and compatibility fix.

2008-02-26 19:17:40 Tree
[r527] by eikenberry

Upped version to 3.0alpha4.

2008-02-20 20:30:38 Tree
[r526] by eikenberry

Added joinTM.py which inherits from the standard ZRDB.TM and overrides its
_register() method to use the transaction's join() method directly. This avoids
a couple unnecessary abstraction levels and avoids some problems with the
overridden _register() and the transaction's register(). The former has a bare
except: that hides useful errors. The latter deals poorly with exceptions
raised from the join due to state modifications made before the join attempt.

This raises the Zope Dependency to Zope-2.8 or newer.

Changed the variables() method to be simpler and not hide errors.

Change a text exception to a class based one.

2008-02-20 19:48:25 Tree
[r525] by eikenberry

Removed reference to old _tlock attribute in _begin()'s except block.
Also added a comment about a redundancy.

2008-02-11 20:37:46 Tree
[r524] by eikenberry

Upping version to 3.0alpha3 for new release.

2008-02-08 18:50:13 Tree
[r523] by eikenberry

Removed usage of str.strip in map call in favor of list comprehension.
Did this to prevent issues with unicode values.

2008-02-08 16:27:59 Tree
[r522] by eikenberry

Some cleanups and extensions to the database introspection methods.

2008-02-08 04:15:23 Tree
Older >