Differences From Artifact [5fb47ad768]:
- File gluon/contrib/pymysql/cursors.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 7681) [annotate] [blame] [check-ins using]
To Artifact [1d181823ec]:
- File gluon/contrib/pymysql/cursors.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 7682) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
244 245 246 247 248 249 250 |
DatabaseError = DatabaseError
DataError = DataError
OperationalError = OperationalError
IntegrityError = IntegrityError
InternalError = InternalError
ProgrammingError = ProgrammingError
NotSupportedError = NotSupportedError
| > | 244 245 246 247 248 249 250 251 |
DatabaseError = DatabaseError
DataError = DataError
OperationalError = OperationalError
IntegrityError = IntegrityError
InternalError = InternalError
ProgrammingError = ProgrammingError
NotSupportedError = NotSupportedError
|