summaryrefslogtreecommitdiff
path: root/test/sql/test_columns.py
Commit message (Collapse)AuthorAgeFilesLines
* combine test/engine/test_metadata.py and test/sql/test_columns.py into newMike Bayer2010-11-281-95/+0
| | | | test/sql/test_metadata.py, [ticket:1970]
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
|
* - "out" parameters require a type that is supported byMike Bayer2010-02-231-3/+40
| | | | | | | | cx_oracle. An error will be raised if no cx_oracle type can be found. - Column() requires a type if it has no foreign keys (this is not new). An error is now raised if a Column() has no type and no foreign keys. [ticket:1705]
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+58
See README.unittests for information on how to run the tests. [ticket:970]