Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Repaired the printing of SQL exceptions which are not | Mike Bayer | 2009-05-25 | 1 | -1/+1 | |
| | | | | based on parameters. | |||||
* | - Exception messages are truncated when the list of bound | Mike Bayer | 2009-05-17 | 1 | -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 year | Mike Bayer | 2009-01-12 | 1 | -1/+1 | |
| | ||||||
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -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 NoReferenceError | Mike Bayer | 2008-10-21 | 1 | -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 Kirtland | 2008-07-15 | 1 | -2/+2 | |
| | ||||||
* | And more | Jason Kirtland | 2008-07-13 | 1 | -1/+0 | |
| | ||||||
* | Typo | Jason Kirtland | 2008-07-13 | 1 | -1/+1 | |
| | ||||||
* | - merged r4868, disallow overly long names from create/drop, from 0.4 ↵ | Mike Bayer | 2008-06-22 | 1 | -0/+2 | |
| | | | | branch, [ticket:571] | |||||
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -0/+179 | |
0.4 development continues at /sqlalchemy/branches/rel_0_4 |