summaryrefslogtreecommitdiff
path: root/test/sql/defaults.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-634/+0
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-13/+13
* - fixed some oracle unit tests in test/sql/Mike Bayer2008-10-241-1/+2
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-201-1/+17
* Verified that Subqueries are not allowed in VALUES. mssql supports a SELECT s...Michael Trier2008-10-191-1/+1
* Removed the visit_function stuff in mssql dialect. Added some tests for the f...Michael Trier2008-10-111-3/+4
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+0
* - Quick cleanup of defaults.py. The main DefaultTest is still a mess.Jason Kirtland2008-05-201-151/+151
* Split out a couple true autoincrement/identity tests from emulated-with-seque...Jason Kirtland2008-05-191-30/+43
* - Removed @unsupportedJason Kirtland2008-05-141-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-34/+131
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-4/+7
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-3/+3
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* - ColumnDefault callables can now be any kind of compliant callable, previous...Jason Kirtland2008-02-041-10/+33
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-27/+27
* - added a mapper() flag "eager_defaults"; when set toMike Bayer2008-01-101-2/+6
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-1/+1
* fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p...Mike Bayer2008-01-011-5/+7
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-64/+65
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-2/+2
* MSSQL doesn't support subqueries in insert values; disable testPaul Johnston2007-11-251-0/+1
* - fixed INSERT statements w.r.t. primary key columns that have SQL-expressionMike Bayer2007-10-281-0/+28
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-231-19/+53
* - 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