Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

MySQLdb-SVN Commit Log


Commit Date  
[r16] by adustman

IP: Add ip.masked() method to return the address with the mask applied
as a string.

smeat: Use IP and ipalloc database (startup only). Smeat now does it's
stats using a netmask of /24.

mysql: minor stuff

1999-04-28 04:23:51 Tree
[r15] by adustman

Whoops.

1999-04-21 03:49:32 Tree
[r14] by adustman

Fix a typo.

Make it a bit more robust if DateTime can't be imported.

1999-04-08 01:48:33 Tree
[r13] by adustman

Minor changes.

1999-04-08 01:45:41 Tree
[r12] by adustman

Adds doc generator, license agreement.

Minor bugfix on _mysqlmodule.c.

1999-04-06 20:03:17 Tree
[r11] by adustman

__doc__ strings.

1999-04-01 06:45:02 Tree
[r10] by adustman

Minor bugfix on _mysql: Set exception if non-sequence is passed to
escape_row().

Updating for version 2.0 of the API.

1999-03-30 07:59:51 Tree
[r9] by adustman

Modified to use new _mysql result object methods.

A few changes to bring back into line with the (still-changing) API.

1999-03-25 07:13:06 Tree
[r8] by adustman

Added some new result object methods for fetching many or all rows,
which should speed things up a bit. Not that it's slow...

Records whether the result was obtained by mysql_store_result or
mysql_use_result so it can avoid giving up the global interpreter
lock when store was used. I'm assuming the other functions which
return a result set (i.e. mysql_list_dbs, mysql_list_tables, etc.)
effectively use mysql_store_result.

1999-03-25 07:11:24 Tree
[r7] by adustman

Finally chased down an ugly memory leak in _mysql. Tested with a script
I got from mxODBC author Marc-Andre Lemburg, which revealed the leak in
the first place.

Added a connection.rollback() method that always raises an
OperationalError, since MySQL doesn't have transactions.
connection.commit() still succeeds without doing anything.

1999-03-18 06:20:14 Tree
Older >