summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
Commit message (Expand)AuthorAgeFilesLines
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+32
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-3/+3
* Spelling fixesVille Skyttä2016-10-081-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-4/+4
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-8/+13
* - Fixed regression due to :ticket:`3282` where the ``tables`` collectionMike Bayer2015-04-271-6/+13
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-14/+32
* Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-031-2/+4
|\
| * make sort_tables order deterministicSebastian Bank2015-03-071-2/+4
* | - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-111-16/+26
* | - copyright 2015Mike Bayer2015-03-101-1/+1
|/
* - 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