112 Commits

Author SHA1 Message Date
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
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
aeae226132 Fix transaction semantics. 2001-03-13 15:37:17 +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
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
57319a3928 Finishing touches. 2000-12-01 02:25:12 +00:00
5ea99b0b76 Minor updates. 2000-12-01 01:46:43 +00:00
7100769c8c New quoting mechanism. 2000-10-31 19:53:43 +00:00
0540b4022d Better support for new features.
Improved quoting.
2000-10-31 19:51:20 +00:00
5cc54cde96 Make a litle easier to customize. 2000-10-31 19:48:05 +00:00
d924d7ea20 Update for 0.3.0a2 2000-10-24 23:01:51 +00:00
02c9b5bc8c *** empty log message *** 2000-10-24 22:57:17 +00:00
b72817b74e Rewrite. 2000-10-24 22:56:46 +00:00
21846c7d2a Move escape_dict functionality into _mysql.
str(long) in Python 2.0 doesn't add a trailing L.
2000-10-23 22:52:01 +00:00
6e92970678 Forgot to add these 2000-10-17 21:16:52 +00:00
1d7e1a35d0 Add function prototypes to appease compiler. 2000-10-17 17:41:02 +00:00
33aba3b0a5 *** empty log message *** 2000-10-17 16:44:47 +00:00
8f57a15d57 *** empty log message *** 2000-10-17 16:29:45 +00:00