summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ``comment`` attribute to :class:`.Column` ``__repr__`` method.Federico Caselli2020-04-111-0/+2
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-1/+3
* The :meth:`.Inspector.reflecttable` was renamed to :meth:`.Inspector.reflect_...Federico Caselli2020-04-101-1/+1
* Merge "Remove code deprecated before version 1.1"mike bayer2020-04-101-10/+0
|\
| * Remove code deprecated before version 1.1Federico Caselli2020-04-091-10/+0
* | Modernize test_defaultsMike Bayer2020-04-101-1/+8
|/
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+1
* Convert schema_translate to a post compileMike Bayer2020-03-241-56/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-11/+15
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-19/+6
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-10/+15
* Discontinue dynamic __visit_name__Mike Bayer2020-03-011-15/+5