summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
Commit message (Expand)AuthorAgeFilesLines
* - test failures:Mike Bayer2015-01-021-1/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-37/+227
* correctionsMike Bayer2014-12-271-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-53/+56
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* Fix indentation issues in docstringspr/43Vraj Mohan2013-11-121-1/+1
* Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-251-0/+3
* more seealsos...Mike Bayer2013-08-271-3/+4
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-251-5/+10
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-241-0/+29
* - header commentsMike Bayer2013-08-121-1/+1
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+826