summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exc.py
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-0/+4
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-0/+2
* Add version token to error URLMike Bayer2020-06-111-1/+3
* Update transaction / connection handlingMike Bayer2020-05-171-0/+9
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-0/+23
* Run search and replace of symbolic module namesMike Bayer2020-04-141-6/+8
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-0/+9
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-2/+15
* happy new yearMike Bayer2020-01-011-1/+1
* pass executemany context to _repr_paramsMike Bayer2019-10-111-1/+15
* Run row value processors up frontMike Bayer2019-10-011-1/+1
* Add hide_parameters flag to create_engineMike Bayer2019-08-221-6/+42
* Enhance documentation for string compilation use casesMike Bayer2019-04-041-0/+7
* Include newlines in StatementError formattingNate Clark2019-02-201-3/+9
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-3/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-10/+33
* Post black reformattingMike Bayer2019-01-061-1/+1
* Run black -l 79 against all source filesMike Bayer2019-01-061-43/+78
* happy new yearMike Bayer2018-01-121-1/+1
* Implement an error lookupMike Bayer2017-12-271-12/+79
* 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