summaryrefslogtreecommitdiff
path: root/test/engine/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* - Added an informative error message whenMike Bayer2011-07-211-0/+33
* - Fixed bug whereby if FetchedValue was passedMike Bayer2011-04-231-0/+79
* - Column.copy(), as used in table.tometadata(), copies theMike Bayer2011-01-301-2/+3
* - CheckConstraint will copy its 'initially', 'deferrable',Mike Bayer2011-01-081-0/+14
* -whitespace removal bonanzaMike Bayer2011-01-021-20/+20
* - The 'info' attribute of Column is copied duringMike Bayer2010-11-141-1/+2
* - use "key in dict" rather than KeyError if the usual caseMike Bayer2010-09-181-13/+10
* d.uhChris Withers2010-09-171-0/+1
* add warning about dodgy use of tometadataChris Withers2010-09-161-1/+24
* tometadata now copies indexes as wellChris Withers2010-09-161-1/+26
* make sure kwargs are copied by tometadataChris Withers2010-09-161-0/+13
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-33/+60
* - Column.copy() takes along the "unique" attributeMike Bayer2010-06-151-1/+2
* - Added table.add_is_dependent_on(othertable), allows manualMike Bayer2010-05-131-0/+19
* - Fixed "table" argument on constructor of ForeginKeyConstraintMike Bayer2010-04-261-1/+8
* - the copy() method of Column now copies over uninitializedMike Bayer2010-03-111-1/+14
* Added the ability to strip the schema when using tometadata by passing schema...Michael Trier2010-02-251-2/+51
* - "out" parameters require a type that is supported byMike Bayer2010-02-231-24/+1
* merge r6616 of 0.5 branch, allow DefaultGenerators as "default" and "onupdate"Mike Bayer2010-01-071-2/+13
* - The copy() method on Column now supports uninitialized,Mike Bayer2010-01-021-0/+18
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-1/+1
* - ForeignKey(constraint=some_parent) is now private _constraintMike Bayer2009-11-091-2/+27
* - the `__contains__()` method of `MetaData` now acceptsMike Bayer2009-11-011-1/+16
* - unit test fixesMike Bayer2009-10-101-6/+6
* fix, comes back funky on PG reflectionMike Bayer2009-08-281-1/+1
* - Fixed column.copy() to copy defaults and onupdates.Mike Bayer2009-08-281-2/+10
* merge 0.6 series to trunk.Mike Bayer2009-08-061-20/+21
* - Fixed bug in Table and Column whereby passing emptyMike Bayer2009-07-251-0/+26
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+163