summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-4/+0
* Remove `typing.Self` workaroundYurii Karabas2023-02-081-10/+4
* Correct #7664 to include DropSchemaMike Bayer2023-01-281-0/+2
* fix stringify for CreateSchemaMike Bayer2023-01-241-0/+2
* accept TableClause through mapped selectable chainMike Bayer2023-01-091-2/+5
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-7/+5
* Improve typings of execution optionsFederico Caselli2022-11-021-4/+4
* Make if_exists and if_not_exists flags on ddl statements match compilerJesse Bakker2022-10-041-34/+36
* support create/drop events for all CREATE/DROPMike Bayer2022-08-201-128/+140
* Comments on (named) constraintscheremnov2022-06-291-0/+19
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-1/+2
* pep484: schema APIMike Bayer2022-04-151-40/+69
* update DDL examples removing execute_ifMike Bayer2022-04-091-2/+4
* generalize conditional DDL throughout schema / DDLMike Bayer2022-03-251-55/+151
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-5/+15
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Properly type _generative, decorator, public_factoryFederico Caselli2021-12-301-2/+10
* Replace raise_ with raise fromFederico Caselli2021-12-271-20/+13
* 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