summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure schema-level table includes annotations in cachingMike Bayer2020-02-241-1/+1
* Deprecate connection branchingMike Bayer2020-02-211-3/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Merge "Remove ORM elements from annotations at the schema level."mike bayer2019-11-261-49/+29
|\
| * Remove ORM elements from annotations at the schema level.Mike Bayer2019-11-261-49/+29
* | Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-0/+2
|/
* Support for generated columnsCaselIT2019-11-081-5/+98
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-0/+18
* Use separate label generator for column_label naming conventionMike Bayer2019-10-141-1/+6
* Remove deprecated elementsAsif Saif Uddin (Auvi)2019-10-111-108/+0
* Remove unnecessary util.callable usageSteven Loria2019-09-091-3/+3
* Use compat.raise_from_cause() for re-raise of schema item errorMike Bayer2019-09-071-3/+5
* Catch set_parent_w_dispatch missingMike Bayer2019-09-061-1/+9
* Implement checkfirst for Index.create(), Index.drop()Mike Bayer2019-08-061-4/+4
* Modernize internal reflectionMike Bayer2019-08-061-47/+46
* Don't assume key when matching cloned columns in _make_proxyMike Bayer2019-08-011-1/+1
* Ensure all Index arguments are counted when matching expr/columnsMike Bayer2019-07-241-10/+17
* Fix typosMin ho Kim2019-07-211-1/+1
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-25/+19
* Clear proxy_set cache when creating an annotated columnMike Bayer2019-07-021-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-27/+18
* - repair param inject to work around code examples to some degreeMike Bayer2019-03-051-5/+5
* Add resolve_fks=False option for reflectionMike Bayer2019-02-281-1/+52
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-1/+7
* Fix some long lines that sneaked in with the spelling fixes changeMike Bayer2019-01-251-2/+2
* Fix many spell glitchesLele Gaifax2019-01-251-4/+4
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-34/+44
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-16/+0
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-7/+22
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-7/+22
* | happy new yearMike Bayer2019-01-111-1/+1
|/
* Post black reformattingMike Bayer2019-01-061-30/+34
* Run black -l 79 against all source filesMike Bayer2019-01-061-465/+664
* typoRaphael2018-11-291-1/+1
* Merge "Add new "all columns" naming convention tokens"mike bayer2018-11-111-10/+27
|\
| * Add new "all columns" naming convention tokensMike Bayer2018-11-101-10/+27
* | Implement SQLite ON CONFLICT for constraintsDenis Kataev2018-11-071-6/+7
|/
* Lookup index columns in parent table by key for copyMike Bayer2018-06-141-1/+2
* happy new yearMike Bayer2018-01-121-1/+1
* Fully copy index expressionsMike Bayer2017-12-141-16/+28
* Accommodate tuples for ColumnDefault.__repr__Nicolas CANIART2017-10-311-1/+1
* Add table / column comments into tometadata()Mike Bayer2017-09-231-0/+2
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-1/+10
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-051-2/+17
* Don't erase reflected comment in _init_existingEloy Felix2017-06-201-2/+3
* Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+16