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

MySQLdb-SVN Commit Log


Commit Date  
[r301] by adustman

Version bump (1.0.0c2)

2004-05-19 03:39:59 Tree
[r300] by adustman

Fix bug #933911

2004-05-18 04:52:21 Tree
[r299] by adustman

Fix bug #955031

2004-05-18 02:56:49 Tree
[r298] by adustman

Fix bug #955032

2004-05-18 02:55:15 Tree
[r297] by adustman

Version Bump

2004-05-16 05:14:22 Tree
[r296] by --none--

This commit was manufactured by cvs2svn to create branch 'branch-1-0'.

2004-02-29 02:28:20 Tree
[r295] by adustman

Fix bug #897344

2004-02-29 02:28:20 Tree
[r294] by adustman

Fix bug #902024

2004-02-29 02:22:59 Tree
[r293] by --none--

This commit was manufactured by cvs2svn to create tag 'r_0_9_3_b_3'.

2003-12-30 01:30:36 Tree
[r292] by adustman

* Check for module initialization failure (extremely rare)

* The MySQL FIELD_TYPE converter can now be a sequence of 2-tuples.
Item 0 is a bit mask (using FLAG.*) which must be matched. This should
be an integer. Item 1 is the conversion function. If item 0 is not an
integer, then this function is considered the default converter for
this FIELD_TYPE. Note that these tuples are considered when the query
has been executed and the result is available, so it doesn't add a
per-row overhead.

* As a result of the above, BINARY BLOB fields are now returned as
character arrays using the array.array class. Non-BINARY BLOB fields
(i.e. TEXT) are returned as strings. If unicode is enabled, they are
returned as unicode strings.

* Bump version to 0.9.3b3.

2003-12-30 01:30:36 Tree
Older >