10 Commits

Author SHA1 Message Date
abfd616405 Add some support for MySQL-3.23 features.
Fixed a few miscellaneous things.
2000-03-14 04:47:52 +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
517727b2c4 Minor updates. 2000-02-18 03:47:47 +00:00
fc1b1a27e4 Minor doc updates. 1999-09-14 21:21:28 +00:00
f88e77d033 Minor tweaks.
ZMySQLDA.patch makes Zope's ZMySQLDA compatible with MySQLdb (maybe).
1999-07-20 04:04:20 +00:00
c3d23b6858 _mysql: Move type converter initialization outside of module. When opening
the connection, a mapping of MySQL types to Python functions may be passed
as the keyword argument conv. This is stored as the converter attribute
on the connection object, and may be modified, assigned, etc.

MySQLdb: Build full converter dictionary, pass along to _mysql when
creating a connection.

MySQL_doc: Fixed a minor documentation bug.
1999-07-15 22:14:42 +00:00
00ba949e48 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 +00:00
d127e1d969 Minor changes. 1999-04-08 01:45:41 +00:00
b5386a028a Adds doc generator, license agreement.
Minor bugfix on _mysqlmodule.c.
1999-04-06 20:03:17 +00:00