| Changed the implementation type in BoolCol under MySQL from TINYINT to BOOL (which is a synonym for TINYINT(1)). |
|
More...
|
over 18 years ago
|
| Changed the implementation type in BoolCol under MySQL from TINYINT to BOOL (which is a synonym for TINYINT(1)). |
|
More...
|
over 18 years ago
|
| Replaced "isinstance(o, t1) or isinstance(o, t2)" with "isinstance(o, (t1, t2))". |
|
More...
|
over 18 years ago
|
| Replaced "isinstance(o, t1) or isinstance(o, t2)" with "isinstance(o, (t1, t2))". |
|
More...
|
over 18 years ago
|
| There were many contributors... |
|
More...
|
over 18 years ago
|
| There were many contributors... |
|
More...
|
over 18 years ago
|
| Replaced "issubclass(o, c1) or issubclass(o, c2)" with "issubclass(o, (c1, c2))". |
|
More...
|
over 18 years ago
|
| Replaced "issubclass(o, c1) or issubclass(o, c2)" with "issubclass(o, (c1, c2))". |
|
More...
|
over 18 years ago
|
| Replaced col.popKey() by dict.pop(). |
|
More...
|
over 18 years ago
|
| Replaced col.popKey() by dict.pop(). |
|
More...
|
over 18 years ago
|
| Fixed startswith/endswith/contains for UnicodeCol. |
|
More...
|
over 18 years ago
|
| Fixed startswith/endswith/contains for UnicodeCol. |
|
More...
|
over 18 years ago
|
| Fixed StringCol and UnicodeCol: use sqlType with MSSQL. |
|
More...
|
over 18 years ago
|
| Fixed StringCol and UnicodeCol: use sqlType with MSSQL. |
|
More...
|
over 18 years ago
|
| never convert to unicode at all for mysql connections at query time. |
|
More...
|
over 18 years ago
|
| never convert to unicode at all for mysql connections at query time. |
|
More...
|
over 18 years ago
|
| Minor code cleanup. |
|
More...
|
over 18 years ago
|
| Minor code cleanup. |
|
More...
|
over 18 years ago
|
| in mysql, altids must have length |
|
More...
|
over 18 years ago
|
| in mysql, altids must have length |
|
More...
|
over 18 years ago
|
| these tests were duplicative |
|
More...
|
over 18 years ago
|
| these tests were duplicative |
|
More...
|
over 18 years ago
|
| Do not send a second signal (after .set() calls ._SO_setValue()). |
|
More...
|
over 18 years ago
|
| Do not send a second signal (after .set() calls ._SO_setValue()). |
|
More...
|
over 18 years ago
|
| check that values roundtrip in unicode |
|
More...
|
over 18 years ago
|
| check that values roundtrip in unicode |
|
More...
|
over 18 years ago
|
| test for mysql unicode and blobs |
|
More...
|
over 18 years ago
|
| test for mysql unicode and blobs |
|
More...
|
over 18 years ago
|
| Removed SelectResults.__nonzero__, which was a design mistake. See the thread http://mail.python.org/pipermail/python-dev/2007-September/074731.html |
|
More...
|
over 18 years ago
|
| Removed SelectResults.__nonzero__, which was a design mistake. See the thread http://mail.python.org/pipermail/python-dev/2007-September/074731.html |
|
More...
|
over 18 years ago
|