97683ade62
CHANGELOG
2002-08-01 05:18:08 +00:00
865f3f4ffc
Not supporting GC for python < 2.2
2002-08-01 05:09:51 +00:00
b86c7c0fca
Memory API updates
2002-08-01 04:49:14 +00:00
b302b3ba69
Ignore exception from close() in __del__
2002-08-01 04:48:48 +00:00
e46dbaf59f
GC for Python 2.2+
2002-08-01 04:29:54 +00:00
43994da567
0.9.2 (finally)
2002-07-21 04:05:17 +00:00
98c1aa154e
Revert execute behavior: Do not use % operator when there are no args
2002-07-16 16:26:40 +00:00
fdd2cbc4fe
Rewrite
2002-07-10 20:28:03 +00:00
21e840ae38
Packaging cleanups
2002-07-10 19:00:59 +00:00
b6323b0477
Version 0.9.2c3, see CHANGELOG
2002-07-10 15:18:13 +00:00
f373ab0097
Revert returning BLOBs as arrays, since MySQL doesn't distinquish
...
between TEXT and BLOB types. (Skip Montanaro)
2002-07-03 15:49:12 +00:00
d0e94fb15b
Passing both conv and unicode to connect was broken (Skip Montanaro)
2002-07-03 14:40:12 +00:00
6165f9d2f7
FreeBSD/OpenBSD update
2002-07-02 03:55:58 +00:00
d259831f73
Fix dumb (but working) iterator implementation
2002-07-01 14:50:24 +00:00
92ccca2fbe
Doc updates
2002-07-01 03:36:17 +00:00
2d41a8b609
Add _mysql.thread_safe() (boolean, true if linked with thread-safe lib)
2002-06-26 05:50:11 +00:00
0983b391d7
Smack my version up
2002-06-24 18:27:39 +00:00
3500b3d191
Some errorhandler cleanups
2002-06-23 20:25:55 +00:00
07d1188b20
*** empty log message ***
2002-06-20 23:27:18 +00:00
86692002e9
Make the new unicode option actually work
2002-06-20 23:17:48 +00:00
fce0d7a61b
Add nextset() dummy stub
2002-06-20 21:31:27 +00:00
06f1f1fc9a
BLOBs as array support
2002-06-20 21:30:49 +00:00
632ea4471c
More Python 2.2 and doc updates. Return blobs as array.
...
The unicode option to connect() causes (VAR)CHAR columns
to be returned as unicode stings.
2002-06-20 21:27:51 +00:00
d742d2139a
Lots of Python 2.2 updates, especially documentation
2002-06-20 21:12:56 +00:00
05199fb0f9
Mostly documentation updates, and some code cleanups
2002-06-18 01:01:47 +00:00
58866a76fa
Make executemany iterate over queries that don't use multiple VALUES
2002-06-15 23:38:54 +00:00
0b5cdd48b0
packaging changes, pre-emptive version bump
2002-04-28 19:55:08 +00:00
f1905e4605
Bump version
2002-04-28 19:26:19 +00:00
326c7ff3fb
Errorhandler was broken in cursor
...
CVSr ----------------------------------------------------------------------
2002-04-28 19:23:50 +00:00
08d8d2625c
changelog
2002-04-28 19:07:55 +00:00
17bbd326a9
Version bump
2002-04-28 18:32:06 +00:00
ad438b2343
Macro cleanups
2002-04-28 18:31:46 +00:00
1409c8d0da
Fix memory leak in _mysql_escape_dict. (Danny Yoo)
...
SSCursor.fetchall() (_mysql_ResultObject_fetch_row) didn't properly
increase the size of the result tuple if the result set was more than
1000 rows. (Danny Yoo)
2002-04-27 00:12:57 +00:00
f24fde089a
More (de)allocation cleanups, based on suggestions from
...
python-dev and Skip Montanaro
2002-03-19 16:31:23 +00:00
1376bfc40a
Use modern allocation with modern Python
2002-03-19 06:16:21 +00:00
1de7c8be15
Elminate debugging statement.
2002-03-14 20:44:42 +00:00
127059fa73
Bump version. Minor Alpha Linux update. Clear errorhandler on close.
2002-03-14 20:43:51 +00:00
21a41c915c
Fix a memory leak if the connect fails
2002-03-01 22:27:12 +00:00
3bc6fb42af
Stricter regex for finding INSERT values
...
([ #505295 ] Wrong regexp in executemany() function.)
2002-01-29 01:21:21 +00:00
c5acfe5ace
changes
2002-01-25 20:20:42 +00:00
72f38a531b
Verision bump.
2002-01-25 20:18:18 +00:00
132655cf17
Use modern memory deallocation on modern versions of Python.
2002-01-25 20:17:03 +00:00
c73bd78dd9
Rework platform config a bit, default to thread-safe client.
2002-01-25 19:50:35 +00:00
18ef0ec67d
Fix fetchmany().
2001-12-29 02:28:18 +00:00
2467c49b83
Fix version.
2001-12-24 01:26:50 +00:00
7214eaa31e
Version 0.9.2a1. Unicode + DB-API extensions.
2001-12-24 01:23:55 +00:00
a18138516e
0.9.2 alpha 1
2001-12-23 21:39:31 +00:00
209703c532
Unicode support.
2001-12-23 21:37:33 +00:00
6520df9af9
str() can fail in some cases, particularly unicode.
...
Watch for it to prevent core dumps.
2001-12-22 19:25:28 +00:00
913aea00f6
Fix cursor.rownumber for CursorStoreResultMixIn.fetchmany()
...
and implement cursor.rownumber for CursorUseResultMixIn.fetchXXX().
2001-12-03 15:05:39 +00:00