summaryrefslogtreecommitdiff
path: root/test/query.py
Commit message (Collapse)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 ↵Mike Bayer2006-03-131-1/+2
| | | | when doing select on a select() will be the column names, not the keys. this is with selects that have use_labels=False. which makes sense since using the "key" and not the name implies a label has to be used.
* 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
| | | | | | | | | BaseProxyEngine descends from SchemaEngine fixes to sqlite/postgres reflection to use the correct engine for table lookups Table engine can be none which will default to schema.default_engine (although its still positional for now, so still needs to be explicit to make room for Columns) __init__ sets default_engine to be a blank ProxyEngine fixes to test suite to allow --db proxy.<dbname> to really test proxyengine
* 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 ↵Mike Bayer2006-02-181-0/+23
| | | | columns, test added
* 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 ↵Mike Bayer2006-02-141-3/+10
| | | | without wsgi_utils
* some comments for default testMike Bayer2006-02-121-5/+14
|
* more hammering of defaults. ORM will properly execute defaults and ↵Mike Bayer2006-02-111-1/+2
| | | | post-fetch rows that contain passive defaults
* streamlined engine.schemagenerator and engine.schemadropper methodologyMike Bayer2006-02-111-5/+18
| | | | | | added support for creating PassiveDefault (i.e. regular DEFAULT) on table columns postgres can reflect default values via information_schema added unittests for PassiveDefault values getting created, inserted, coming back in result sets
* crazy postgres and its foreign key constraintsMike Bayer2006-02-111-14/+16
|
* Reworked RowProxy to restore column order preservation and to remove some ↵Robert Leftwich2006-01-291-5/+27
| | | | dictionary-like behaviour that was unnecessary and caused breakage in existing code. Added tests for column preservation.
* 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 ↵Robert Leftwich2006-01-281-7/+21
| | | | behaviour (values(), iteritems(), iterkeys(), etc). Made parent and row private. Modified tests that used RowProxy.row to use values().
* 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
| | | | moved datetest to the types module
* changed mysql TIMESTAMP->DATETIMEMike Bayer2006-01-021-2/+12
| | | | | fixed up date unit test RowProxy __iter__ properly routes columns through type processing
* 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
| | | | | fixed up order_by to support a list/scalar of columns or asc/desc fixed up query.py unit test
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-2/+1
| | | | import scheme
* 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