summaryrefslogtreecommitdiff
path: root/test/sql/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Warn when sorted_tables is not actually sortingMike Bayer2020-05-071-0/+87
* Handle non-string, non column expression in index for deferred attachMike Bayer2020-05-011-0/+18
* Clean up .execute in test/sql/test_functions.pyGord Thompson2020-04-201-1/+1
* Add ``comment`` attribute to :class:`.Column` ``__repr__`` method.Federico Caselli2020-04-111-0/+17
* Remove support for python 3.4Federico Caselli2020-03-301-12/+0
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-8/+3
* Remove ORM elements from annotations at the schema level.Mike Bayer2019-11-261-4/+81
* Support for generated columnsCaselIT2019-11-081-0/+2
* Use separate label generator for column_label naming conventionMike Bayer2019-10-141-6/+112
* Catch set_parent_w_dispatch missingMike Bayer2019-09-061-0/+31
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-1/+2
* SelectBase no longer a FromClauseMike Bayer2019-07-061-5/+5
* Enable F841Mike Bayer2019-06-201-4/+4
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-3/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-12/+0
* Post black reformattingMike Bayer2019-01-061-54/+58
* Run black -l 79 against all source filesMike Bayer2019-01-061-1760/+2019
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-2/+2
* Add new "all columns" naming convention tokensMike Bayer2018-11-101-0/+187
* Copy create_constraint flag for EnumMike Bayer2018-09-251-1/+23
* Lookup index columns in parent table by key for copyMike Bayer2018-06-141-0/+32
* Fully copy index expressionsMike Bayer2017-12-141-2/+5
* Propagate attachment events for ARRAYMike Bayer2017-12-041-1/+9
* Accommodate tuples for ColumnDefault.__repr__Nicolas CANIART2017-10-311-0/+1
* Merge "Make a common approach for "emulated" types"mike bayer2017-09-261-0/+18
|\