summaryrefslogtreecommitdiff
path: root/test/defaults.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-168/+0
|
* connection more careful about checking if its closed before operationsMike Bayer2006-05-291-1/+1
| | | | | small fix to table sort if no tables unit test tweaks
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-16/+19
|
* added 'supports', 'unsupports' decorators to unittests so that they can all ↵Mike Bayer2006-04-291-1/+4
| | | | pass on all DBs
* fix for [ticket:169], moves the creation of "default" parameters more accuratelyMike Bayer2006-04-281-0/+14
| | | | where theyre supposed to be
* tweak to mysql default testMike Bayer2006-03-131-3/+10
|
* got column onupdate workingMike Bayer2006-03-051-17/+36
| | | | improvement to Function so that they can more easily be called standalone without having to throw them into a select().
* got column defaults to be executeableMike Bayer2006-03-041-10/+21
|
* moved name to 'defaults', going to put more default stuff inMike Bayer2006-03-041-0/+111