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

MySQLdb-SVN Commit Log


Commit Date  
[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
[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
Older >