summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+3
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-89/+8
* Clean up most py3k compatFederico Caselli2021-11-241-2/+2
* fully implement future engine and remove legacyMike Bayer2021-11-071-47/+2
* Avoid mutable object as default valuestsimafeip2021-08-241-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Fix error in documentation of DDLElementFederico Caselli2021-04-101-2/+2
* Allow dropping a schema with a sequence shared by more than one table.Federico Caselli2021-03-201-5/+17
* happy new yearMike Bayer2021-01-041-1/+1
* Emit deprecation warning for general DDLElement.bind argumentMike Bayer2020-12-141-7/+54
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-141-3/+69
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-3/+69
* | Send deterministic ordering into unit of work topologicalMike Bayer2020-12-111-2/+0
|/
* Allow dialect-specific stringificationMike Bayer2020-11-081-0/+4
* Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-1/+16
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+3
* Repair documentation issuesMike Bayer2020-09-091-4/+36
* added semicolon (;) to improve warning message clarityjonathan vanasco2020-06-301-1/+1
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-8/+8
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-0/+3
* Warn when sorted_tables is not actually sortingMike Bayer2020-05-071-14/+43
* Create initial 2.0 engine implementationMike Bayer2020-04-161-2/+6
* Run search and replace of symbolic module namesMike Bayer2020-04-141-30/+46
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-2/+3
* happy new yearMike Bayer2020-01-011-1/+1
* Source base cleanupsMike Bayer2020-01-011-1/+1
* 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