summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - add doc pages for exceptionsMike Bayer2010-09-091-2/+2
* - Calling fetchone() or similar on a result thatMike Bayer2010-08-031-0/+4
* happy new yearMike Bayer2010-01-071-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+1
* more fixes to bound parameter exception reportingrel_0_5_4p2Mike Bayer2009-05-261-2/+2
* - Repaired the printing of SQL exceptions which are notMike Bayer2009-05-251-1/+1
* - Exception messages are truncated when the list of boundMike Bayer2009-05-171-0/+5
* happy new yearMike Bayer2009-01-121-1/+1
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-1/+1
* - added NoReferencedColumnError, common base class of NoReferenceErrorMike Bayer2008-10-211-1/+7
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-2/+2
* And moreJason Kirtland2008-07-131-1/+0
* TypoJason Kirtland2008-07-131-1/+1
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-221-0/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-0/+179