adustman 563ab10307 Added access to various MySQL constants, plus field flags. More specific
exception handling. And a light sprinkling of bug fixes throughout.

I'm thinking this part is done, unless I find the need to add another
feature or two for the Python DBI. All the mysql_* calls are duplicated
either as functions, connection objects, or result objects, with the
exception of deprecated functions and a lot of field_* functions.
Access to the MYSQL_FIELD members is done mostly through
ResultObject.describe(), which returns almost all information for all
the fields. ResultObject.field_flags() returns the flag values.
1999-03-13 09:32:38 +00:00
Description
MySQL/MariaDB connector for Python
GPL-2.0 2.9 MiB
Languages
Python 64%
C 35.9%
Makefile 0.1%