| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -5/+2 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -8/+9 |
| * | with statement | Mike Bayer | 2012-09-01 | 1 | -0/+1 |
| * | - get all tests within -w engine + pyodbc:mssql on windows to pass | Mike Bayer | 2012-09-01 | 1 | -13/+20 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -9/+9 |
| * | - Fixed bug whereby adaptation of old append_ddl_listener() | Mike Bayer | 2011-06-30 | 1 | -0/+57 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -4/+6 |
| * | fix arg in ddl events | Mike Bayer | 2011-02-13 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -12/+12 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -32/+32 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -1/+1 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -35/+34 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -5/+5 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
| * | | - post_process_text() is called for DDL() constructs, in particular allowing | Mike Bayer | 2010-11-28 | 1 | -2/+26 |
| * | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -4/+8 |
| * | | - refinements to DDL events, including new execute_if(), got pickling to work | Mike Bayer | 2010-09-03 | 1 | -27/+128 |
| * | | doh, forgot about ddl events. need some work with the pickling. | Mike Bayer | 2010-08-31 | 1 | -32/+38 |
| |/ |
|
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -35/+44 |
| * | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 1 | -3/+0 |
| * | - added "ddl" argument to the "on" callable of DDLElement [ticket:1538] | Mike Bayer | 2009-10-12 | 1 | -4/+4 |
| * | all about DDL events | Mike Bayer | 2009-09-11 | 1 | -1/+1 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -21/+51 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+342 |