summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exc.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-26/+11
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* deprecation warnings: with_parent, aliased, from_joinpointMike Bayer2021-10-271-3/+12
* Merge "Ensure all SQLAlchemy exception can be properly pickled"mike bayer2021-10-011-2/+20
|\
| * Ensure all SQLAlchemy exception can be properly pickledFederico Caselli2021-10-011-2/+20
* | warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-6/+6
|/
* Replace all http:// links to https://Federico Caselli2021-07-041-3/+3
* Improve cascade backrefs warning and add `code` to deprecation warningsStephen Rosen2021-05-101-5/+21
* Detect non async driver on engine creationFederico Caselli2021-02-061-1/+1
* Improve error message when await_ call errorsFederico Caselli2021-01-211-0/+9
* Use UnsupportedCompilationError for no default compilerMike Bayer2021-01-141-3/+3
* happy new yearMike Bayer2021-01-041-1/+1
* Detect non compatible execution in async modeFederico Caselli2020-12-081-4/+9
* Use preloaded for sql.util import in excMike Bayer2020-10-061-1/+3
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+5
* Stringify correctly for non-str exception argumentAndrzej BartosiƄski2020-09-201-2/+10
* Make :class:`_orm.registry` ``bind`` a private parameter.Federico Caselli2020-09-151-1/+1
* 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