188 Commits

Author SHA1 Message Date
b476fe9a00 Fix MySQLdb release tags MySQLdb-0.9.2a1 2006-04-02 17:03:52 +00:00
e8fa3dba72 This commit was manufactured by cvs2svn to create tag 'r_0_9_2_a_1'. 2001-12-24 01:26:50 +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
8f9be6a090 Catch more *bsd platforms. (Suggested by Ragnar Beer) 2001-11-28 16:42:45 +00:00
302c82c2a6 Simplify the various configurations.
Solaris might be fixed for gcc and broken for standard compiler.
2001-11-07 03:32:20 +00:00
b8be33da61 Some additional Zope notes. 2001-10-31 04:41:34 +00:00
1d579aa8ae Mac OS X updates 2001-10-31 04:29:21 +00:00
302a6958f0 Link with -flat_namespace on Mac OS X/darwin. (Dan Grassi) 2001-10-31 04:25:02 +00:00
380dd24868 Do some renaming suggested by recent DB-SIG discussions.
This should not break anything unless you are using private members.
2001-10-25 15:06:35 +00:00
c65992c31b netbsd config 2001-10-23 04:54:00 +00:00
1f9f5ded7a 0.9.0 updates 2001-10-17 03:21:22 +00:00
b0b1a82c59 import Set 2001-10-13 14:06:27 +00:00
00684f0b3d Catch more Linux platforms in the config. 2001-09-29 15:40:27 +00:00
55e82ee207 Solaris config (Bent NAgstrup Terp) 2001-09-21 13:33:32 +00:00
2b9f8ace34 Good to update this at least once a year. 2001-09-20 17:26:22 +00:00
aad9f23a54 Update to 0.9.1c2. 2001-09-20 17:15:02 +00:00
73f7dcf29f Fix exception handling in connect() (broken by 0.9.1.c1) 2001-09-13 12:53:07 +00:00
19527b3c95 Added CHANGELOG. (John Bowe) 2001-09-12 17:29:27 +00:00
658b38a889 Return DECIMAL/NUMERIC columns as floats 2001-09-07 03:45:35 +00:00
75a37feb2d Does anyone actually read these? 2001-09-07 03:45:06 +00:00
21cd402e11 The diff is bigger than the file, so why not the log message too? 2001-09-07 03:44:03 +00:00
fafcfef16b Expiring minds want to know. 2001-09-07 03:43:35 +00:00
0d4c84f78b OSX config (Paul DuBois); tab/space cleanups; more package info 2001-09-07 01:24:04 +00:00
6757137992 Generated by distutils. 2001-09-07 01:12:06 +00:00
5dbb2cddb3 More stuff I forgot about. 2001-09-07 01:08:17 +00:00
67e1c83069 Use two arg _PyTuple_Resize() for Python 2.2 and newer. 2001-09-07 01:07:01 +00:00
955613dbe0 Version 0.9.1c1 2001-09-07 01:06:08 +00:00
8a73359bc2 Return DECIMAL/NUMERIC as floating point. 2001-09-07 01:05:50 +00:00
8586fa945d Added a CHANGELOG, for people who like that sort of thing. 2001-09-06 23:08:14 +00:00
0957370bbf Kill bastardly refcount bug that occurs starting with Python 2.0.1.
PyArgs_ParseTupleAndKeywords() returns borrowed references for O format
starting in 2.0.1, prior to that it returns new references, so it's
necessary to test the Python version to determine whether or not we
should Py_INCREF() it. If we always Py_INCREF() it, this produces a
memory leak in versions prior to 2.0.1.
2001-09-06 06:29:21 +00:00
70afb08b30 Change version number, back out memory changes. 2001-09-06 03:04:26 +00:00
ce1a58efb9 Memory allocation cleanups. Add missing newline in docstring. 2001-09-06 02:02:57 +00:00
3f9e73cfab Return a lot of extra junk in the column information. 2001-08-17 02:17:38 +00:00
1eb29e6849 Decruftification. 2001-08-09 20:16:36 +00:00
750fea04d3 ER_PARSE_ERROR -> ProgrammingError;
#ifdef around some recent error types
2001-07-29 03:08:11 +00:00
d5053c60e2 Fix leak on converter dictionary. (Ted Wright) 2001-07-12 17:10:59 +00:00
c613b7a1c0 Minor fixes for 1.0.0. 2001-07-11 18:13:09 +00:00
54bd0b4e77 Import the exceptions earlier. 2001-06-30 00:23:59 +00:00
7287d7389e Some minor fixes for Zope 2.4 2001-06-26 03:24:54 +00:00
fa43614411 Clarify use of host parameter to connect(). 2001-06-20 22:48:54 +00:00
c738a9efca Some corrections courtesy of Paul DuBois. 2001-06-20 21:58:59 +00:00
c0324ddcd3 New initialization, help. 2001-06-13 00:15:37 +00:00
8a123d5526 Update version number. 2001-06-04 16:55:04 +00:00
0b8262c115 Ignore stuff. 2001-05-28 19:07:07 +00:00
a610dd3f63 Improve table browser. 2001-05-25 22:44:29 +00:00