summaryrefslogtreecommitdiff
path: root/test/query.py
Commit message (Expand)AuthorAgeFilesLines
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-222/+0
* restored global_connect() function, default table metadataMike Bayer2006-06-021-1/+16
* brad clement's 0.2 firebird support !Mike Bayer2006-06-011-1/+1
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-15/+6
* ResultProxy has an iterator interfaceMike Bayer2006-03-251-0/+11
* small tweak to select in order to fix [ticket:112]...the exported columns whe...Mike Bayer2006-03-131-1/+2
* making sequences, column defaults independently executeableMike Bayer2006-03-041-57/+1
* made SchemaEngine more prominent as the base of Table associationMike Bayer2006-03-011-3/+3
* added schema support for postgres column defaults, fix for [ticket:88]Mike Bayer2006-03-011-0/+23
* added items() method to RowProxy + unittest, courtesy dialtone@divmod.comMike Bayer2006-02-281-0/+5
* test only for postgresMike Bayer2006-02-191-0/+3
* comment verbiageMike Bayer2006-02-181-3/+3
* postgres needs to explicitly pre-execute PassiveDefaults on primary key colum...Mike Bayer2006-02-181-0/+23
* fixMike Bayer2006-02-141-0/+1
* tweaks for order_byMike Bayer2006-02-141-4/+7
* fixes mostly to get the important unit tests to run for Oracle, boxesw withou...Mike Bayer2006-02-141-3/+10
* some comments for default testMike Bayer2006-02-121-5/+14
* more hammering of defaults. ORM will properly execute defaults and post-fetc...Mike Bayer2006-02-111-1/+2
* streamlined engine.schemagenerator and engine.schemadropper methodologyMike Bayer2006-02-111-5/+18
* crazy postgres and its foreign key constraintsMike Bayer2006-02-111-14/+16
* Reworked RowProxy to restore column order preservation and to remove some dic...Robert Leftwich2006-01-291-5/+27
* Added __len__ to RowProxy to allow len(r) and test for same.Robert Leftwich2006-01-291-0/+1
* RowProxy changes - added keys(), used keys() to add more dictionary-like beha...Robert Leftwich2006-01-281-7/+21
* Added column accessor to RowProxy, tests and note in documentation for same.Robert Leftwich2006-01-251-0/+29
* added binary unit testsMike Bayer2006-01-031-27/+0
* changed mysql TIMESTAMP->DATETIMEMike Bayer2006-01-021-2/+12
* put an assertion in default testMike Bayer2005-12-171-5/+14
* refactoring of execution path, defaults, and treatment of different paramstylesMike Bayer2005-12-171-0/+17
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-10/+28
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-2/+1
* fix to result processing of date typesMike Bayer2005-11-291-1/+18
* more fixes to schema constructor, test suites not conflicting with each otherMike Bayer2005-11-261-1/+1
* (no commit message)Mike Bayer2005-09-241-2/+3
* (no commit message)Mike Bayer2005-09-241-0/+1
* (no commit message)Mike Bayer2005-09-221-1/+1
* (no commit message)Mike Bayer2005-08-281-1/+1
* (no commit message)Mike Bayer2005-07-081-0/+11
* Initial revisionMike Bayer2005-07-011-0/+48