ab8a2a9e8c
Fix some very old MySQLdb release tags
MySQLdb-0.3.3
2006-04-02 16:57:05 +00:00
0e8b7aa985
This commit was manufactured by cvs2svn to create tag
...
'release-0_3_3'.
2001-02-09 16:56:20 +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
8545e05c00
Clean up.
2000-03-24 05:42:37 +00:00
028cc4e7be
New documentation. Linuxdoc is a little easier to maintain.
2000-03-18 03:19:09 +00:00
abfd616405
Add some support for MySQL-3.23 features.
...
Fixed a few miscellaneous things.
2000-03-14 04:47:52 +00:00
b48664d4c9
Attempt to save my sanity.
2000-03-11 22:04:58 +00:00
46b9270bb3
Clarify/update a few points.
2000-03-09 00:31:46 +00:00
dfac8d7742
Document new features.
2000-03-08 23:16:47 +00:00
7571b7fdc0
Updates to match reality.
2000-03-08 23:03:02 +00:00
9aead60fe3
Support for fetching rows as dictionaries, a la MySQLmodule.
2000-03-08 22:50:06 +00:00
ad6b9b7b39
Add support for returning values as dictionaries a la MySQLmodule.
2000-03-08 22:29:35 +00:00
83643b4935
Bug fixes.
2000-03-08 21:53:06 +00:00
8c84fe617e
Some user-contributed examples.
2000-02-24 23:06:50 +00:00