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

MySQLdb-SVN Commit Log


Commit Date  
[r535] by adustman

Missing file, but #1928858

2008-03-29 19:57:53 Tree
[r534] by eikenberry

Upped version to 3.0beta1.

2008-03-27 22:15:24 Tree
[r533] by eikenberry

Added test to make sure value is unicode before calling unicode_literal.

2008-03-27 22:05:26 Tree
[r532] by eikenberry

Spelling mistake in doc string.

2008-03-18 20:37:48 Tree
[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
Older >