summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exc.py
Commit message (Expand)AuthorAgeFilesLines
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-0/+8
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-0/+17
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-0/+14
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-3/+5
* - tweaks regarding the use_alter updateMike Bayer2015-03-131-2/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - remove the "edges" from the message here. It's illegibleMike Bayer2015-01-011-1/+1
* - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-9/+12
* - the test_except test was doing an unnecessary workaround of some kind,Mike Bayer2014-10-121-7/+3
* - roll back part of pr 140 to get exception wrapping working againMike Bayer2014-10-121-3/+7
* cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+3
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-3/+6
* PEP8 style fixesBrian Jarrett2014-07-131-18/+21
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+3
* - happy new yearMike Bayer2014-01-051-1/+1
* - The :class:`.exc.StatementError` or DBAPI-related subclassMike Bayer2013-12-111-2/+11
* Fix references to exceptionsVraj Mohan2013-11-141-3/+3
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-4/+0
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-121-0/+12
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* fix markupMike Bayer2013-02-021-0/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-191-17/+37
* - get all tests within -w engine + pyodbc:mssql on windows to passMike Bayer2012-09-011-0/+2
* - document the inspection systemMike Bayer2012-07-181-1/+1
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-28/+28
* start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-251-0/+7
* - add a warning regarding tuple.in_(), [ticket:2395]Mike Bayer2012-02-041-7/+16
* another serializable for [ticket:2371]Mike Bayer2012-01-121-2/+9
* further fixes for column/table errorsMike Bayer2012-01-111-0/+7
* some adjustments for py3kMike Bayer2012-01-111-1/+1
* - [bug] Added __reduce__ to StatementError,Mike Bayer2012-01-101-0/+8
* happy new yearMike Bayer2012-01-041-1/+1
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-1/+4
* more specificMike Bayer2011-09-231-3/+4
* document CircularDependencyError. [ticket:2285]Mike Bayer2011-09-231-2/+17
* - Improvement to multi-param statement logging,Mike Bayer2011-08-221-8/+4
* if python 2.4, have DontWrapException be old styleMike Bayer2011-06-261-0/+4
* - Added mixin class sqlalchemy.ext.DontWrapMixin.Mike Bayer2011-06-221-2/+27
* ha - can't do this on 2.4Mike Bayer2011-05-071-2/+2
* - Changed the handling in determination of joinMike Bayer2011-05-071-0/+9
* corrected a bunch of spelling typosDiana Clarke2011-02-281-4/+4
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-24/+53
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+2
* py2.4 didn't seem to like super() on an exceptionMike Bayer2010-09-291-1/+1
* - CircularDependencyError now has .cycles and .edgesMike Bayer2010-09-291-1/+5