summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Allow NUMERIC()/DECIMAL() IDENTITY columnsGord Thompson2022-06-181-1/+5
* graceful degrade for FKs not reflectableMike Bayer2022-06-071-3/+38
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-4/+7
* fix most sphinx warnings (1.4)Mike Bayer2022-05-161-8/+7
* update for flake8-future-imports 0.0.5Mike Bayer2022-05-141-1/+0
* pep484 ORM / SQL result supportMike Bayer2022-04-271-5/+4
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-116/+19
* pep484: schema APIMike Bayer2022-04-151-459/+769
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-10/+10
* pep484 - sql.selectableMike Bayer2022-04-041-13/+31
* Merge "pep-484: the pep-484ening, SQL part three" into mainmike bayer2022-03-301-33/+62
|\
| * pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-33/+62
* | further changelog / doc fixesMike Bayer2022-03-301-1/+1
* | changelog fixesMike Bayer2022-03-301-1/+9
* | Remove "autoload" references in Table docsGord Thompson2022-03-291-26/+5
|/
* bump black to 22.3.0Mike Bayer2022-03-281-8/+4
* support BLANK_SCHEMA, RETAIN_SCHEMA FK schema on copyMike Bayer2022-03-261-4/+15
* generalize conditional DDL throughout schema / DDLMike Bayer2022-03-251-2/+69
* pep484 - SQL internalsMike Bayer2022-03-241-143/+293
* pep 484 for typesMike Bayer2022-03-191-3/+3
* pep-484 - SQL column operationsMike Bayer2022-03-151-0/+1
* pep-484: sqlalchemy.sql pass oneMike Bayer2022-03-131-1/+5
* additional mypy strictnessMike Bayer2022-03-121-0/+1
* pep-484 for engineMike Bayer2022-03-011-3/+9
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-354/+390
* fix bullet indentation, clarify insert independent of DDLMike Bayer2022-01-231-8/+12
* make the autoincrement doc a lot more clearMike Bayer2022-01-231-37/+112
* initial reorganize for static typingMike Bayer2022-01-121-1/+111
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-7/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-17/+17
* replace Variant with direct feature inside of TypeEngineMike Bayer2021-12-291-3/+7
* Replace raise_ with raise fromFederico Caselli2021-12-271-25/+16
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-270/+28
* Clean up most py3k compatFederico Caselli2021-11-241-15/+11
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* Add new sections regarding schemas and reflectionjonathan vanasco2021-11-171-2/+2
* removals: all unicode encoding / decodingMike Bayer2021-11-101-7/+0
* Merge "Fixes: #7295" into mainmike bayer2021-11-091-8/+8
|\
| * Fixes: #7295jonathan vanasco2021-11-061-8/+8
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-1/+1
* | fully implement future engine and remove legacyMike Bayer2021-11-071-2/+2
|/
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-13/+0
* Add missing deprecation to ``MetaData.bind`` argumentFederico Caselli2021-10-181-0/+6
* Add missing note: bind arg will be required in 2.0 (#7195)Sergey Golitsynskiy2021-10-161-0/+6
* Fix typo introduced in #3086/I44c1a021a3e7ab7d66fea2d79a36cb2195a1969djonathan vanasco2021-09-271-1/+1
* Fixes: #3086jonathan vanasco2021-09-231-0/+27
* add note to "quote" regarding case insensitive table reflectionMike Bayer2021-09-211-0/+6
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1