Files
sqlalchemy/lib/sqlalchemy
Mike Bayer 6b60d3a9e6 - The MySQL dialect will now disable :meth:.ConnectionEvents.handle_error
events from firing for those statements which it uses internally
to detect if a table exists or not.   This is achieved using an
execution option ``skip_user_error_events`` that disables the handle
error event for the scope of that execution.   In this way, user code
that rewrites exceptions doesn't need to worry about the MySQL
dialect or other dialects that occasionally need to catch
SQLAlchemy specific exceptions.
2014-07-25 12:14:22 -04:00
..
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00