summaryrefslogtreecommitdiff
path: root/test/sql/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-2/+69
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+11
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-121-0/+17
* - Fixed bug in new :paramref:`.MetaData.naming_convention` featureMike Bayer2014-03-121-1/+37
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-11/+1
* - The new dialect-level keyword argument system for schema-levelMike Bayer2014-02-251-0/+133
* - Fixed regression in new "naming convention" feature where conventionsMike Bayer2014-02-051-2/+20
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-168/+308
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-8/+74
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-1/+72
* - alter behavior such that dialect_kwargs is still immutable, butMike Bayer2014-01-191-18/+48
* - some test fixesMike Bayer2014-01-191-12/+5
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-1/+245
* - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-1/+40
* - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-181-1/+41