summaryrefslogtreecommitdiff
path: root/test/engine/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* - 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