| Commit message (Expand) | Author | Age | Files | Lines |
* | adapt pytest plugin to support pytest v7 | Federico Caselli | 2021-11-29 | 1 | -1/+0 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -10/+5 |
* | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 1 | -0/+2 |
* | Ensure all SQLAlchemy exception can be properly pickled | Federico Caselli | 2021-10-01 | 1 | -0/+133 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -9/+10 |
* | Add version token to error URL | Mike Bayer | 2020-06-11 | 1 | -9/+28 |
* | pass executemany context to _repr_params | Mike Bayer | 2019-10-11 | 1 | -0/+2 |
* | Include newlines in StatementError formatting | Nate Clark | 2019-02-20 | 1 | -29/+51 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -3/+4 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -75/+145 |
* | Implement an error lookup | Mike Bayer | 2017-12-27 | 1 | -7/+69 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -0/+1 |
* | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 1 | -0/+57 |
* | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -13/+21 |
* | pep8 | Mike Bayer | 2014-10-17 | 1 | -38/+54 |
* | - the test_except test was doing an unnecessary workaround of some kind, | Mike Bayer | 2014-10-12 | 1 | -8/+1 |
* | - fix unit test affected by #3075 | Mike Bayer | 2014-07-29 | 1 | -5/+8 |
* | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -6/+5 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+16 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -11/+11 |
* | who knew we already had a test for that | Mike Bayer | 2011-08-22 | 1 | -12/+19 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -16/+15 |
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
* | restore py2k directive that got whacked by python tidy | Mike Bayer | 2010-07-13 | 1 | -3/+3 |
* | tidy test/base, test/ex, test/ext | Mike Bayer | 2010-07-11 | 1 | -45/+77 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -6/+10 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+119 |