summaryrefslogtreecommitdiff
path: root/test/sql/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed an assertion that would raise somewhat inappropriatelyMike Bayer2015-12-231-0/+7
* - fix missing argument in TypeDecorator.copy(), fixes #3584, references #2919Mike Bayer2015-11-131-1/+15
* - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-081-12/+7
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-0/+122
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-121-1/+1
|\
| * PEP8 cleanup in /test/sqlEric Streeper2015-03-181-1/+1
* | - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-101-0/+13
* | make sort_tables order deterministicSebastian Bank2015-03-071-0/+15
|/
* - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-301-0/+21
* - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-0/+92
* - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+40
* - enhance only_on() to work with compound specsMike Bayer2014-12-061-1/+2
* Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-011-0/+2
|\
| * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-031-3/+83
| |\
| * | Added requirement for temporary tablesScott Dugas2014-10-301-0/+1
| * | require check constraints for testsScott Dugas2014-10-231-0/+1
* | | - Fixed bug in :meth:`.Table.tometadata` method where theMike Bayer2014-11-291-0/+40
* | | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-251-0/+44
| |/ |/|
* | - changelog for pullreq github:139Mike Bayer2014-10-211-0/+36
* | Merge remote-tracking branch 'origin/pr/139' into pr139Mike Bayer2014-10-211-0/+44
|\ \
| * | add simple tests for new name argument for Table.tometadata()pr/139ndparker2014-10-041-0/+44
* | | - "column already assigned" message has been updated in 7f82c55fMike Bayer2014-09-251-1/+1
|/ /
* | - use compat.u for python3.2, fixes #3198Mike Bayer2014-09-151-2/+2
|/
* - don't add the parent attach event within _on_table_attachMike Bayer2014-08-151-0/+14
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-0/+65
* - update the flake8 rules againMike Bayer2014-07-181-423/+521
* - wrestle with conv() and tests some moreMike Bayer2014-07-141-4/+24
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-141-0/+19
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-141-6/+80
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-141-0/+13
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-131-0/+57
* - The :paramref:`.Column.nullable` flag is implicitly set to ``False``Mike Bayer2014-06-201-0/+18
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1