| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -3/+0 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Check for supports_execution at ClauseElement base | Mike Bayer | 2016-08-31 | 1 | -0/+14 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 1 | -3/+5 |
* | - tweaks regarding the use_alter update | Mike Bayer | 2015-03-13 | 1 | -2/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - remove the "edges" from the message here. It's illegible | Mike Bayer | 2015-01-01 | 1 | -1/+1 |
* | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -9/+12 |
* | - the test_except test was doing an unnecessary workaround of some kind, | Mike Bayer | 2014-10-12 | 1 | -7/+3 |
* | - roll back part of pr 140 to get exception wrapping working again | Mike Bayer | 2014-10-12 | 1 | -3/+7 |
* | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -3/+3 |
* | - The exception wrapping system for DBAPI errors can now accommodate | Mike Bayer | 2014-07-29 | 1 | -3/+6 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -18/+21 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - 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 |