summaryrefslogtreecommitdiff
path: root/test/sql/defaults.py
Commit message (Expand)AuthorAgeFilesLines
* - Rewrote autoincrement tests: added new scenarios, changed the orm fetchid t...Jason Kirtland2007-10-071-40/+63
* Avoid tickling the MySQL-python 1.2.2 executemany parsing bug on a couple tests.Jason Kirtland2007-09-261-0/+10
* - got all examples workingMike Bayer2007-09-011-1/+1
* - merged inline inserts branchMike Bayer2007-09-011-20/+34
* Adjusted ColumnDefault default function fitness check to only insure that a g...Jason Kirtland2007-08-221-7/+20
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-2/+1
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-6/+33
* - oracle reflection of case-sensitive names all fixed upMike Bayer2007-08-101-4/+4
* - assurances that context.connection is safe to use by column default functio...Mike Bayer2007-07-311-8/+17
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-34/+95
* - improved ability to get the "correct" and most minimal set of primary keyMike Bayer2007-07-141-0/+10
* Fix setup for standalone sequence testJason Kirtland2007-07-131-1/+1
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-5/+5
* - oracle:Mike Bayer2007-03-101-3/+3
* reverted unit test changeMike Bayer2007-02-191-1/+1
* Completed previously missed patches from tickets 422 and 415Rick Morrison2007-02-181-1/+28
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-0/+1
* - sequences on a non-pk column will properly fire off on INSERT for PG/oracleMike Bayer2007-02-021-4/+19
* further fixes to sqlite booleans, weren't working as defaultsMike Bayer2006-10-291-3/+6
* - added autoincrement=True to Column; will disable schema generationMike Bayer2006-09-231-6/+37
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+168