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

MySQLdb-SVN Commit Log


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

Moved connection pool lock from around the entire connection process to just be
around the writing of the connection to the pool.

2008-02-06 05:07:49 Tree
Older >