summaryrefslogtreecommitdiff
path: root/test/sql/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - adjust the previous checkin a bit. need to transfer sequences over from pi...Mike Bayer2011-03-231-3/+37
* - Fixed regression whereby MetaData() comingMike Bayer2011-03-231-3/+36
* - Added a fully descriptive error message for theMike Bayer2011-02-281-2/+74
* - The Column.references() method now returns TrueMike Bayer2011-02-171-0/+46
* - SchemaItem, SchemaType now descend from common typeMike Bayer2011-01-301-3/+51
* - Column.copy(), as used in table.tometadata(), copies theMike Bayer2011-01-301-2/+3
* - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branchMike Bayer2011-01-081-0/+14
* - whitespace removal bonanzaMike Bayer2011-01-021-32/+31
* combine test/engine/test_metadata.py and test/sql/test_columns.py into newMike Bayer2010-11-281-0/+573