| Commit message (Expand) | Author | Age | Files | Lines |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -0/+3 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - The :class:`.exc.StatementError` or DBAPI-related subclass | Mike Bayer | 2013-12-11 | 1 | -2/+11 |
* | Fix references to exceptions | Vraj Mohan | 2013-11-14 | 1 | -3/+3 |
* | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -4/+0 |
* | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -0/+12 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
* | fix markup | Mike Bayer | 2013-02-02 | 1 | -0/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/ | Diana Clarke | 2012-11-19 | 1 | -17/+37 |
* | - get all tests within -w engine + pyodbc:mssql on windows to pass | Mike Bayer | 2012-09-01 | 1 | -0/+2 |
* | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -1/+1 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -28/+28 |
* | start to work on error messages, allow foreign_keys as only argument | Mike Bayer | 2012-02-25 | 1 | -0/+7 |
* | - add a warning regarding tuple.in_(), [ticket:2395] | Mike Bayer | 2012-02-04 | 1 | -7/+16 |
* | another serializable for [ticket:2371] | Mike Bayer | 2012-01-12 | 1 | -2/+9 |
* | further fixes for column/table errors | Mike Bayer | 2012-01-11 | 1 | -0/+7 |
* | some adjustments for py3k | Mike Bayer | 2012-01-11 | 1 | -1/+1 |
* | - [bug] Added __reduce__ to StatementError, | Mike Bayer | 2012-01-10 | 1 | -0/+8 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 1 | -1/+4 |
* | more specific | Mike Bayer | 2011-09-23 | 1 | -3/+4 |
* | document CircularDependencyError. [ticket:2285] | Mike Bayer | 2011-09-23 | 1 | -2/+17 |
* | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -8/+4 |
* | if python 2.4, have DontWrapException be old style | Mike Bayer | 2011-06-26 | 1 | -0/+4 |
* | - Added mixin class sqlalchemy.ext.DontWrapMixin. | Mike Bayer | 2011-06-22 | 1 | -2/+27 |
* | ha - can't do this on 2.4 | Mike Bayer | 2011-05-07 | 1 | -2/+2 |
* | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -0/+9 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -4/+4 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -24/+53 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+2 |
* | py2.4 didn't seem to like super() on an exception | Mike Bayer | 2010-09-29 | 1 | -1/+1 |
* | - CircularDependencyError now has .cycles and .edges | Mike Bayer | 2010-09-29 | 1 | -1/+5 |
* | - add doc pages for exceptions | Mike Bayer | 2010-09-09 | 1 | -2/+2 |
* | - Calling fetchone() or similar on a result that | Mike Bayer | 2010-08-03 | 1 | -0/+4 |
* | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -1/+1 |
* | more fixes to bound parameter exception reportingrel_0_5_4p2 | Mike Bayer | 2009-05-26 | 1 | -2/+2 |
* | - Repaired the printing of SQL exceptions which are not | Mike Bayer | 2009-05-25 | 1 | -1/+1 |
* | - Exception messages are truncated when the list of bound | Mike Bayer | 2009-05-17 | 1 | -0/+5 |
* | 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 |
* | - added NoReferencedColumnError, common base class of NoReferenceError | Mike Bayer | 2008-10-21 | 1 | -1/+7 |
* | 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 branch,... | Mike Bayer | 2008-06-22 | 1 | -0/+2 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -0/+179 |