5 Commits

Author SHA1 Message Date
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