summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exc.py
Commit message (Collapse)AuthorAgeFilesLines
...
* - Repaired the printing of SQL exceptions which are notMike Bayer2009-05-251-1/+1
| | | | based on parameters.
* - Exception messages are truncated when the list of boundMike Bayer2009-05-171-0/+5
| | | | | | parameters is larger than 10, preventing enormous multi-page exceptions from filling up screens and logfiles for large executemany() statements. [ticket:1413]
* happy new yearMike Bayer2009-01-121-1/+1
|
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-1/+1
| | | | | | | | | | | | | - Documentation has been converted to Sphinx. In particular, the generated API documentation has been constructed into a full blown "API Reference" section which organizes editorial documentation combined with generated docstrings. Cross linking between sections and API docs are vastly improved, a javascript-powered search feature is provided, and a full index of all classes, functions and members is provided.
* - added NoReferencedColumnError, common base class of NoReferenceErrorMike Bayer2008-10-211-1/+7
| | | | | | - relation() won't hide unrelated ForeignKey errors inside of the "please specify primaryjoin" message when determining join condition.
* 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 ↵Mike Bayer2008-06-221-0/+2
| | | | branch, [ticket:571]
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-0/+179
0.4 development continues at /sqlalchemy/branches/rel_0_4