summaryrefslogtreecommitdiff
path: root/test/sql/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Make a common approach for "emulated" typesMike Bayer2017-09-251-0/+18
* | Add table / column comments into tometadata()Mike Bayer2017-09-231-5/+22
|/
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-0/+15
* Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+23
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-071-5/+40
* Repair missing "checkfirst" for test suiteMike Bayer2017-03-071-0/+1
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+1
* Support python3.6Mike Bayer2017-01-131-3/+3
* Ensure TypeDecorator delegates _set_parent_with_dispatchMike Bayer2016-10-201-0/+67
* Add explicit copy() to EnumMike Bayer2016-10-171-6/+41
* Ensure post-__clause_element__() expression are used in IndexMike Bayer2016-07-311-0/+14
* Index should extract __clause_element__() earlyMike Bayer2016-07-301-1/+23
* - Consoliate test/sql/test_constraint ConstraintAPITestMike Bayer2016-07-301-29/+370
* Allow Table._reset_exported to silently passMike Bayer2016-07-241-0/+15
* Deprecate FromClause.count()Mike Bayer2016-06-141-12/+0
* Skip UniqueConstraint marked by unique=True in tometadataMike Bayer2016-06-021-0/+28
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-1/+4
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-0/+19
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-1/+2