]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement an error lookup
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Dec 2017 23:08:40 +0000 (18:08 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Dec 2017 15:33:22 +0000 (10:33 -0500)
commit064f82986ca3573b124fc88518e99d3d43874b61
treee3d4fa7c0983c4a0b36b4b2af2ee9ce4e11c2789
parent1abc8e5500f23e0cfdf4d125d354065dad28aa7a
Implement an error lookup

Add codes to commonly raised error messages and classes
that link back to fixed documentation sections
giving background on these messages.

Change-Id: I78d0660add7026bb662e20305a59283b20616954
doc/build/changelog/unreleased_12/errlookup.rst [new file with mode: 0644]
lib/sqlalchemy/exc.py
lib/sqlalchemy/orm/exc.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/sql/compiler.py
test/base/test_except.py