summaryrefslogtreecommitdiff
path: root/test/sql/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Validate metadata schema argFederico Caselli2023-03-011-0/+13
* ensure single import per lineMike Bayer2023-02-281-3/+2
* Allow custom sorting of column in the ORM.Federico Caselli2023-02-161-0/+3
* Correct #7664 to include DropSchemaMike Bayer2023-01-281-0/+17
* fix stringify for CreateSchemaMike Bayer2023-01-241-0/+28
* warn and skip for FKs that refer to invisible cols for OracleMike Bayer2023-01-091-5/+6
* disallow same-named columns, unchecked replacement in TableMike Bayer2022-12-041-31/+154
* update for mypy 1.0 devFederico Caselli2022-11-291-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-17/+13
* Make if_exists and if_not_exists flags on ddl statements match compilerJesse Bakker2022-10-041-0/+8
* add "index", "unique" to Column.merge() attrsMike Bayer2022-09-261-0/+2
* Column._copy() duplicates "user defined" nullable state exactlyMike Bayer2022-08-211-22/+74
* implement column._merge()Mike Bayer2022-07-161-0/+128
* Comments on (named) constraintscheremnov2022-06-291-0/+32
* pep484 ORM / SQL result supportMike Bayer2022-04-271-0/+15
* forwards port test cases and changelog for #7958 to 2.0Mike Bayer2022-04-241-0/+23
* support BLANK_SCHEMA, RETAIN_SCHEMA FK schema on copyMike Bayer2022-03-261-0/+22
* pep484 - SQL internalsMike Bayer2022-03-241-1/+44
* pep 484 for typesMike Bayer2022-03-191-1/+3
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-1/+0
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-21/+25
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-2/+0
* Remove object in class definitionFederico Caselli2021-11-221-9/+9
* Fixes: #7295jonathan vanasco2021-11-061-0/+25
* Fix missing None handling of Table.prefixesKai Mueller2021-06-281-0/+6
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+5
* have SchemaType inherit schema from metadataMike Bayer2021-04-271-0/+21
* Table arguments name and metadata are positional onlyFederico Caselli2021-04-061-0/+15
* Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-011-0/+6
* TypeDecorator passes "outer" flag to itself for set_parent accountingMike Bayer2021-03-301-25/+13
* Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-061-24/+20
* Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-15/+15
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-041-0/+67
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-1/+49
* ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-161-0/+24
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-1/+1
* Convert to autoload_with internallyMike Bayer2020-11-071-25/+35
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-3/+3
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-71/+116
* raise on lower-case column shared to multiple tablesMike Bayer2020-09-301-1/+15
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+10
* Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-121-0/+6
|\
| * Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-031-0/+6
* | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-6/+6
|/
* Genericize str() for typesMike Bayer2020-08-011-10/+6
* Rename Table.tometadata to to_metadataGord Thompson2020-06-291-44/+44
* Apply dialect_options copy fixGord Thompson2020-06-181-0/+79
* Default create_constraint to FalseMike Bayer2020-06-031-8/+27
* Add immutabledict C codeMike Bayer2020-05-231-0/+1