summaryrefslogtreecommitdiff
path: root/test/sql/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-0/+22
* The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-4/+9
* - these tests now fail on a normalize name DB, as they should! because we're ...Mike Bayer2013-08-281-0/+6
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-12/+20
* tweak this for now, would need a testMike Bayer2013-06-231-11/+0
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-231-33/+317
* Fixed bug whereby joining a select() of a table "A" with multipleMike Bayer2013-06-031-0/+24
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* - :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` willMike Bayer2013-03-021-0/+1
* - some linter cleanup, though have disabled the newer linter rules which are ...Mike Bayer2013-03-021-40/+45
* Added a new argument to :class:`.Enum` and its baseMike Bayer2013-02-011-1/+98
* Fixed bug where :meth:`.Table.tometadata` would fail if aMike Bayer2013-01-271-0/+12
* Fixed bug where using server_onupdate=<FetchedValue|DefaultClause>Mike Bayer2012-12-081-0/+31
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-8/+8
* - [bug] When the primary key column of a TableMike Bayer2012-09-231-1/+16
* - [feature] An explicit error is raised whenMike Bayer2012-09-231-0/+28
* - clean pyflakesMike Bayer2012-09-231-50/+48
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-211-0/+1
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-0/+42
* fixes to prevent the new MyISAM engine from breaking other testsMike Bayer2012-08-291-0/+1
* - adjustments for py3.3 unit tests, [ticket:2542]Mike Bayer2012-08-111-1/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-52/+52
* - [bug] Index will raise when arguments passedMike Bayer2012-02-121-1/+1
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-281-0/+11
* - [feature] Added new support for remote "schemas":Mike Bayer2011-10-231-28/+164
* - Modified Column.copy() to use _constructor(),Mike Bayer2011-09-231-0/+15
* - Added a slightly nicer __repr__() to SchemaItemMike Bayer2011-08-141-17/+39
* - Added an informative error message whenMike Bayer2011-07-211-0/+33
* - Fixed bug whereby if FetchedValue was passedMike Bayer2011-04-231-0/+78
* - Added explicit check for when Column .nameMike Bayer2011-04-201-3/+25
* - Before/after attach events for PrimaryKeyConstraintMike Bayer2011-04-171-4/+48
* - The 'useexisting' flag on Table has been supercededMike Bayer2011-04-051-6/+222
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-8/+10
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+1