summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated elementsAsif Saif Uddin (Auvi)2019-10-111-124/+4
* Remove unnecessary util.callable usageSteven Loria2019-09-091-1/+1
* Implement checkfirst for Index.create(), Index.drop()Mike Bayer2019-08-061-3/+30
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+2
* Fix many spell glitchesLele Gaifax2019-01-251-2/+2
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-7/+9
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-11/+0
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-3/+9
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-3/+9
* | happy new yearMike Bayer2019-01-111-1/+1
* | Render correct DDL for unsetting table commentsMike Bayer2019-01-091-1/+5
|/
* Post black reformattingMike Bayer2019-01-061-5/+11
* Run black -l 79 against all source filesMike Bayer2019-01-061-126/+180
* Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-5/+11
* happy new yearMike Bayer2018-01-121-1/+1
* 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