Mercurial > p > mysql-python > mysqldb-2
comparison _mysql.h @ 8:fa8974a41c76 MySQLdb
New error handling code, plus some small fixes from 1.2
author | adustman |
---|---|
date | Sun, 11 Feb 2007 21:36:29 +0000 |
parents | b6ecc521453f |
children | d55bfb1a4701 |
comparison
equal
deleted
inserted
replaced
7:b1e508854b27 | 8:fa8974a41c76 |
---|---|
73 PyObject *_mysql_OperationalError; | 73 PyObject *_mysql_OperationalError; |
74 PyObject *_mysql_IntegrityError; | 74 PyObject *_mysql_IntegrityError; |
75 PyObject *_mysql_InternalError; | 75 PyObject *_mysql_InternalError; |
76 PyObject *_mysql_ProgrammingError; | 76 PyObject *_mysql_ProgrammingError; |
77 PyObject *_mysql_NotSupportedError; | 77 PyObject *_mysql_NotSupportedError; |
78 PyObject *_mysql_error_map; | |
78 | 79 |
79 extern PyObject * | 80 extern PyObject * |
80 _mysql_Exception(_mysql_ConnectionObject *c); | 81 _mysql_Exception(_mysql_ConnectionObject *c); |
81 | 82 |
82 extern int | 83 extern int |