summaryrefslogtreecommitdiff
path: root/test/engine/test_ddlevents.py
Commit message (Expand)AuthorAgeFilesLines
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-5/+2
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-8/+9
* with statementMike Bayer2012-09-011-0/+1
* - get all tests within -w engine + pyodbc:mssql on windows to passMike Bayer2012-09-011-13/+20
* -whitespace bonanza, contdMike Bayer2012-07-281-9/+9
* - Fixed bug whereby adaptation of old append_ddl_listener()Mike Bayer2011-06-301-0/+57
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-4/+6
* fix arg in ddl eventsMike Bayer2011-02-131-2/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-12/+12
* - removes the "on_" prefix.Mike Bayer2010-12-301-32/+32
* - apply pep8 to compiler.pyMike Bayer2010-12-211-1/+1
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-35/+34
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-5/+5
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* | - post_process_text() is called for DDL() constructs, in particular allowingMike Bayer2010-11-281-2/+26
* | - reorganizationMike Bayer2010-09-141-4/+8
* | - refinements to DDL events, including new execute_if(), got pickling to workMike Bayer2010-09-031-27/+128
* | doh, forgot about ddl events. need some work with the pickling.Mike Bayer2010-08-311-32/+38
|/
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-35/+44
* - Table.create() and Table.drop() no longer apply metadata-Mike Bayer2010-04-161-3/+0
* - added "ddl" argument to the "on" callable of DDLElement [ticket:1538]Mike Bayer2009-10-121-4/+4
* all about DDL eventsMike Bayer2009-09-111-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-21/+51
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+342