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

MySQLdb-SVN Commit Log


Commit Date  
[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
[r521] by eikenberry

Cleanup.

Mostly added some comments and doc strings.
Removed some unused imports.
Couple formatting adjustments.

2008-02-06 18:43:36 Tree
[r520] by eikenberry

unicode_literal fixed to use MySQLdb's method

2008-02-06 18:41:32 Tree
[r519] by eikenberry

Fixing bad variable name.

2008-02-06 18:16:40 Tree
[r518] by eikenberry

Reworked unicode supporting code to use MySQLdb's unicode support.
As a plus, it now actually works in limited testing.

Also tweaked auto-create database to support creating unicode tables.

Note unicode support is still hardcoded as utf8. Though it theoretically
could be changed by subclassing/overridding the use of the DB class as it
is hardcoded as an attribute on it.

2008-02-06 05:23:05 Tree
[r517] by eikenberry

Removed the thread lock from around the pool read call as it is only necessary
around the writes.

2008-02-06 05:10:34 Tree
Older >