summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* ensure anon_map is passed for most annotated traversalsMike Bayer2022-11-111-0/+13
* fix formatting problemsMike Bayer2022-07-031-4/+5
* Merge "Normalize postgresql docs links to point to current" into rel_1_4mike bayer2022-06-181-2/+2
|\
| * Normalize postgresql docs links to point to currentFederico Caselli2022-06-181-2/+2
* | Allow NUMERIC()/DECIMAL() IDENTITY columnsGord Thompson2022-06-181-1/+5
|/
* graceful degrade for FKs not reflectableMike Bayer2022-06-071-3/+27
* fix most sphinx warningsMike Bayer2022-05-161-8/+7
* backport 6f02d5edd88fe247 to 1.4Mike Bayer2022-04-241-16/+22
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
* further changelog / doc fixesMike Bayer2022-03-301-1/+1
* changelog fixesMike Bayer2022-03-301-1/+9
* support BLANK_SCHEMA, RETAIN_SCHEMA FK schema on copyMike Bayer2022-03-261-4/+15
* 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
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Add new sections regarding schemas and reflectionjonathan vanasco2021-11-171-2/+2
* Fixes: #7295jonathan vanasco2021-11-081-8/+8
* 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
* Fix missing None handling of Table.prefixesKai Mueller2021-06-281-1/+1
* Add Executable to DefaultGeneratorMike Bayer2021-06-231-2/+3
* removing unavailable parameters from documentationCalli Rogers2021-06-021-5/+0
* Fix ForeignKeyConstraint.copy() errorGord Thompson2021-04-291-6/+6
* Table arguments name and metadata are positional onlyFederico Caselli2021-04-061-2/+5
* Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-6/+70
* Further refine labeling for renamed columnsMike Bayer2021-02-121-0/+1
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-041-3/+4
* Merge "Use schema._copy_expression() fully in column collection constraints"mike bayer2021-01-291-7/+17
|\
| * Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-7/+17
* | Clarify Column.index / Column.unique parametersMike Bayer2021-01-291-12/+95
|/
* Document Table/Column accessorsMike Bayer2021-01-191-1/+103
* ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-161-15/+44
* remove more bound metadataMike Bayer2021-01-051-3/+6
* happy new yearMike Bayer2021-01-041-1/+1
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-2/+2
* improve cross-linking between Core /ORM for schema argMike Bayer2020-11-301-41/+3
* Allow MetaData as the target for column_reflect eventMike Bayer2020-11-181-2/+8
* Data type is supported only on sequences, not indentityFederico Caselli2020-11-171-7/+4
* Allow dialect-specific stringificationMike Bayer2020-11-081-0/+2
* Merge "tutorial 2.0 WIP"mike bayer2020-10-311-26/+29
|\
| * tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-26/+29
* | Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-0/+3
|/
* Merge "Deprecate bound metadata"mike bayer2020-10-121-2/+31
|\
| * Deprecate bound metadataMike Bayer2020-10-121-2/+31
* | Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-30/+54
|/