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

MySQLdb-SVN Commit Log


Commit Date  
[r545] by eikenberry

A few tweaks to the notes in preparation for the release.

2008-09-04 20:38:13 Tree
[r544] by eikenberry

Changelog and version number changes in preparation for 3.0rc1 release.

2008-08-25 19:55:04 Tree
[r543] by eikenberry

Applied patch from bug 2024618 by Federico Schwindt.

Added basic support for procedure calls using "CALL" query.

2008-08-14 22:52:46 Tree
[r542] by eikenberry

Removed deprecated (and unnecessary) methods line.

2008-08-14 21:40:36 Tree
[r541] by eikenberry

Corrected MySQLdb version dependency (set to 1.2.1).
Added support for NEWDECIMAL field type.

2008-06-27 17:38:53 Tree
[r540] by eikenberry

Made some changes to how use_unicode and auto_create_db are set to better allow
for subclassing and extensions of the base classes.

2008-05-01 16:29:39 Tree
[r539] by eikenberry

Added condition to handle connection getting "out of sync". This can occur
when, for instance, you get a stray semicolon in a query. When a connection
gets in this state it is hosed and must be closed and reconnected.

So in this case we do a close/reconnect as well as log a error about it.

2008-04-14 20:09:11 Tree
[r538] by eikenberry

Bug 1932309

Updated ImageFile to import from App.ImageFile instead of ImageFile as the
latter is deprecated and causes namespace conflicts with PIL.

2008-04-02 15:05:52 Tree
[r537] by adustman

Fix #1808476

2008-04-01 16:16:14 Tree
[r536] by adustman

Fix #1931404

2008-04-01 16:06:57 Tree
Older >