126 Commits

Author SHA1 Message Date
119560e585 Fix MySQLdb release tags MySQLdb-0.9.0b1 2006-04-02 17:03:52 +00:00
b863954402 This commit was manufactured by cvs2svn to create tag 'r_0_9_0_b_1'. 2001-05-09 02:23:15 +00:00
cea2894790 This commit was manufactured by cvs2svn to create branch 'import'. 2001-05-09 02:23:14 +00:00
fce05481aa Initial revision 2001-05-09 02:23:14 +00:00
38075e7264 Duh. 2001-05-01 02:05:40 +00:00
94735d8743 Add _mysql_const.converters. 2001-04-28 03:31:11 +00:00
74ecb7ece6 Move type conversion dictionaries to _mysql_const.converters. 2001-04-28 03:30:40 +00:00
56a78c60ff Type conversion dictionaries, factored out from MySQLdb.py. 2001-04-28 03:28:40 +00:00
3e2c672724 Documentation updates. 2001-04-28 03:27:58 +00:00
76e8266a19 Doc updates. 2001-04-28 01:46:03 +00:00
d72f605a67 Calls to _mysql__fetch_row() might move the row tuple, so use a PyObject **.
Thanks to Andy Martin for finding this.
2001-04-28 00:39:06 +00:00
30fca0e176 Move the documentation around. 2001-04-28 00:35:59 +00:00
b3835bce09 Metadata for packaging (PEP-241) 2001-04-26 19:56:31 +00:00
3a7ac36509 Be extra-paranoid about default instance quoting. 2001-04-22 01:56:55 +00:00
3fbda72e18 Some experimental support for quoting instances. 2001-04-22 01:54:14 +00:00
67327283fb Revert to 1.2 and then properly fix EOLs. 2001-04-22 00:33:40 +00:00
8f4d8a05d5 Whoops. 2001-04-22 00:21:13 +00:00
a537e7a578 Update exception generation. 2001-04-22 00:13:33 +00:00
35408e6928 A tip for Zope users. 2001-04-22 00:11:09 +00:00
40c7a6383e Mark connection open, even if open failed, for proper error reporting.
Then mark it closed so we don't try to close it.
2001-04-19 17:41:22 +00:00
27292d7dfa Bump version. 2001-04-19 17:33:58 +00:00
233217ce24 Be more paranoid about operating on closed connections. 2001-04-19 17:32:53 +00:00
915bad12fc Break a cycle that prevented GC. 2001-04-19 17:31:15 +00:00
31fb50202d Lots of new __doc__ strings and other odds and ends
for new pydoc module in Python 2.1.

Exceptions have been moved into _mysql_const/exc.py.
Mostly this is for documentation purposes. Mostly.
2001-04-18 04:06:04 +00:00
9ea4cb311b Doc updates. 2001-04-14 02:20:14 +00:00
4a8a2104a1 Correctly handle port in connection strings. 2001-04-12 01:26:28 +00:00
959c832fa3 Apparently DateTime() can't convert TIME 2001-04-10 16:27:46 +00:00
759ef1c987 Work around MySQL zero date conflict with DateTime. 2001-04-10 15:19:50 +00:00
935a34173c Transaction fixes. 2001-04-06 21:25:13 +00:00
a2555be689 Forgot to commit this. 2001-03-31 05:57:36 +00:00
a3bbc56112 ARGH! 2001-03-26 01:17:58 +00:00
bfbc41aaa8 Missed a Py_INCREF()! Does not seem to affect Python 1.5.2.
Does affect Python 2.1b1.
2001-03-17 01:52:05 +00:00
64b201fe09 Horrible, stupid error 2001-03-17 01:03:24 +00:00
e17cb128f7 Clean up insignificant compiler warnings. 2001-03-17 00:39:25 +00:00
c0548b10fc Distutils finds __init__.py automatically? 2001-03-16 17:46:26 +00:00
ce137a31c2 Watch for PEBKAC problems. 2001-03-14 23:34:16 +00:00
25e70e8a38 Browser cleanups. 2001-03-13 17:21:26 +00:00
aeae226132 Fix transaction semantics. 2001-03-13 15:37:17 +00:00
7986083fad Update for new transaction semantics 2001-03-12 20:15:48 +00:00
2c438ba0f1 Initial revision 2001-03-12 19:20:18 +00:00
e00de5823c Finally, a definitive way to determine if transactions are available. 2001-03-12 18:08:02 +00:00
84bedad4a4 Find and plug memory leak. 2001-03-12 02:58:03 +00:00
eb93d359e4 Bump version number, freebsd4 setup. 2001-03-12 01:29:07 +00:00
7fde6af818 Fix mxDateTime import for version 2.0.0 (now mx.DateTime). 2001-03-12 01:28:29 +00:00
05bbca4215 Move constants to external package. 2001-03-12 01:27:45 +00:00
89dc243327 More cruft removal. 2001-03-12 01:11:20 +00:00
eeed1e833f Cruft removal. 2001-03-12 01:08:53 +00:00
112bdc25e2 initial checkin 2001-03-08 22:11:23 +00:00
0d2838f5a4 Bugfix. 2001-02-09 16:56:20 +00:00
d480ad766a Update docs.
result.fetch_row(0,how) returns all rows of the rsult set as a tuple.
2001-01-27 02:32:00 +00:00