summaryrefslogtreecommitdiff
path: root/test/sql/test_defaults.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-2/+2
* Regarding reflection for this case, reflection of an int PK colMike Bayer2011-01-151-5/+0
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-7/+138
* - dont count server_default absense as part of autoincrement, PGMike Bayer2011-01-121-1/+0
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-3/+82
* - whitespace removal bonanzaMike Bayer2011-01-021-13/+13
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - new oursql dialect added. [ticket:1613]Mike Bayer2009-11-101-2/+2
* - The "start" and "increment" attributes on Sequence nowMike Bayer2009-11-031-4/+64
* - an executemany() now requires that all bound parameterMike Bayer2009-10-151-3/+12
* - unit test fixesMike Bayer2009-10-101-1/+1
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-2/+3
* merge 0.6 series to trunk.Mike Bayer2009-08-061-65/+46
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+641