summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Docuemnt current workarounds for MySQL TIMESTAMPMike Bayer2020-06-291-0/+6
|/
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-21/+24
* Apply dialect_options copy fixGord Thompson2020-06-181-3/+29
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-0/+2
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-1/+17
* Convert execution to move through SessionMike Bayer2020-05-251-0/+1
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-1/+4
* Add immutabledict C codeMike Bayer2020-05-231-2/+2
* Merge "Introduce :class:`.IdentityOptions` to store common parameters for seq...mike bayer2020-05-191-17/+73
|\
| * Introduce :class:`.IdentityOptions` to store common parameters forFederico Caselli2020-05-151-17/+73
* | Streamline visitors.iterateMike Bayer2020-05-181-29/+0
|/
* Warn when sorted_tables is not actually sortingMike Bayer2020-05-071-9/+23
* Handle non-string, non column expression in index for deferred attachMike Bayer2020-05-011-2/+3
* Create initial 2.0 engine implementationMike Bayer2020-04-161-2/+6
* Run search and replace of symbolic module namesMike Bayer2020-04-141-297/+424