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
961e135324
Argh
2000-08-16 19:29:58 +00:00
4f8e1183f2
A little support for old-style dictionary fetching.
2000-08-09 21:47:48 +00:00
fac4a53f24
Update for new features.
2000-08-09 21:46:13 +00:00
9eaee1765b
Modify quoting for MySQL-3.23.
...
Implement mysql_options() as keyword options to the connect method.
2000-08-09 20:21:08 +00:00
6e7c139b0d
Modify quoting for MySQL-3.23.
2000-08-09 20:19:10 +00:00
da045c5eec
Minor doc fix.
2000-07-21 15:26:51 +00:00
47edf13df1
Fix memory leak (maybe).
2000-07-11 20:56:29 +00:00
b7c2b7cbdd
Version update.
2000-06-23 20:18:29 +00:00
3fa59b1ee5
It seems that MySQL-3.23 clients must be linked against libz.
2000-06-23 20:15:10 +00:00
2056478d85
Documentation updates.
2000-06-23 20:06:25 +00:00
4eb68e9f05
Make commit and rollback truly functional.
2000-06-23 18:55:10 +00:00
8e3ad9b07c
Add missing casts.
2000-05-03 02:07:25 +00:00
ad5a4e3056
Optimization (I hope).
2000-05-02 04:39:51 +00:00
bdb3b8948d
Remove debugging statement.
2000-04-20 00:21:27 +00:00
4dcca6779b
Bug fixes.
2000-04-20 00:10:42 +00:00
dee24e5754
Fix DOS formatting, some minor nits.
2000-04-19 23:51:34 +00:00
727b0d2122
Rename some hidden attributes.
2000-04-13 21:29:19 +00:00
b43f6a50ae
For the RPM.
2000-04-08 03:23:51 +00:00
7bb113c6eb
A teensy optimization.
2000-04-08 03:07:57 +00:00
3bc2e7a9d3
A big (I hope) optimization and hooks for transaction support.
2000-03-28 17:09:29 +00:00
a57d4c439c
Make keys for rows returned as dictionary unique by using
...
"table.column" instead of "column" when there are two columns
in the result set with the same name.
2000-03-24 05:47:17 +00:00
d4529e5d15
Break up the various cursor variations into MixIn classes.
...
Found a work-around for the way MySQL treats TIME literals with
dates and/or fractional seconds.
Added a mutex into the cursor so that connections can be shared between
threads. threadsafety=2
I could easily make the cursors sharable as well (threadsafety=3) but
I hardly see the point. Even sharing connections is not a good idea,
because you don't get the benefit of multiple mysqld threads.
2000-03-24 05:46:00 +00:00