summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* Improve some documentationsFederico Caselli2020-09-291-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-7/+9
* new docs WIPMike Bayer2020-09-241-20/+16
* Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-031-3/+9
* Improve docs of Identity columns.Federico Caselli2020-08-241-1/+1
* Add support for identity columnsFederico Caselli2020-08-191-6/+161
* Merge "Rename Table.tometadata to to_metadata"mike bayer2020-06-291-5/+34
|\
| * Rename Table.tometadata to to_metadataGord Thompson2020-06-291-5/+34