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

MySQLdb-SVN Commit Log


Commit Date  
[r144] by adustman

Fix the case where there is no mx.DateTime.

2001-05-23 03:16:34 Tree
[r143] by adustman

Remove a debug string.

2001-05-23 03:16:12 Tree
[r142] by adustman

0.9.0c1 minor edit.

2001-05-23 02:12:10 Tree
[r141] by adustman

PyObject_Length() == -1 on error. Thanks, Jon Ribbens.

2001-05-14 18:49:27 Tree
[r140] by adustman

Smash data into two separate modules: sets and times. I never liked
that name anyway.

Set has been extended somewhat. The comparision operators really only
work properly with Python 2.1, due to the limitations of __cmp__.
Set also uses the binary operators (&, |, ^), since these make somewhat
more sense than the arithmetic ones, though there is no good analog for
- (if only there were a nand operator...)

Bump the version to 0.9.0b3. This is not the actual 0.9.0b3 release yet,
however. I want to do some more insanity checking. But almost ready for
some candidate releases.

2001-05-12 04:30:34 Tree
[r139] by adustman

More major code heaving.

All the threading stuff is ripped out and burned.
Too much code for not enough benefit. Still thread-safe,
just don't share connections.

Made a nice Set class for SET columns.

Updated the docs.

2001-05-11 05:07:33 Tree
[r138] by adustman

Revamped docs.

2001-05-10 05:31:50 Tree
[r137] by adustman

Changes for MySQLdb-0.9.0+ compatibility.

2001-05-09 04:22:11 Tree
[r136] by adustman

Really work around short timestamps.

2001-05-09 02:49:47 Tree
[r135] by adustman

Work around short timestamps.

2001-05-09 02:48:51 Tree
Older >