| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -222/+0 |
| | | |||||
| * | restored global_connect() function, default table metadata | Mike Bayer | 2006-06-02 | 1 | -1/+16 |
| | | |||||
| * | brad clement's 0.2 firebird support ! | Mike Bayer | 2006-06-01 | 1 | -1/+1 |
| | | |||||
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -15/+6 |
| | | |||||
| * | ResultProxy has an iterator interface | Mike Bayer | 2006-03-25 | 1 | -0/+11 |
| | | |||||
| * | small tweak to select in order to fix [ticket:112]...the exported columns ↵ | Mike Bayer | 2006-03-13 | 1 | -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 executeable | Mike Bayer | 2006-03-04 | 1 | -57/+1 |
| | | |||||
| * | made SchemaEngine more prominent as the base of Table association | Mike Bayer | 2006-03-01 | 1 | -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 Bayer | 2006-03-01 | 1 | -0/+23 |
| | | |||||
| * | added items() method to RowProxy + unittest, courtesy dialtone@divmod.com | Mike Bayer | 2006-02-28 | 1 | -0/+5 |
| | | |||||
| * | test only for postgres | Mike Bayer | 2006-02-19 | 1 | -0/+3 |
| | | |||||
| * | comment verbiage | Mike Bayer | 2006-02-18 | 1 | -3/+3 |
| | | |||||
| * | postgres needs to explicitly pre-execute PassiveDefaults on primary key ↵ | Mike Bayer | 2006-02-18 | 1 | -0/+23 |
| | | | | | columns, test added | ||||
| * | fix | Mike Bayer | 2006-02-14 | 1 | -0/+1 |
| | | |||||
| * | tweaks for order_by | Mike Bayer | 2006-02-14 | 1 | -4/+7 |
| | | |||||
| * | fixes mostly to get the important unit tests to run for Oracle, boxesw ↵ | Mike Bayer | 2006-02-14 | 1 | -3/+10 |
| | | | | | without wsgi_utils | ||||
| * | some comments for default test | Mike Bayer | 2006-02-12 | 1 | -5/+14 |
| | | |||||
| * | more hammering of defaults. ORM will properly execute defaults and ↵ | Mike Bayer | 2006-02-11 | 1 | -1/+2 |
| | | | | | post-fetch rows that contain passive defaults | ||||
| * | streamlined engine.schemagenerator and engine.schemadropper methodology | Mike Bayer | 2006-02-11 | 1 | -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 constraints | Mike Bayer | 2006-02-11 | 1 | -14/+16 |
| | | |||||
| * | Reworked RowProxy to restore column order preservation and to remove some ↵ | Robert Leftwich | 2006-01-29 | 1 | -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 Leftwich | 2006-01-29 | 1 | -0/+1 |
| | | |||||
| * | RowProxy changes - added keys(), used keys() to add more dictionary-like ↵ | Robert Leftwich | 2006-01-28 | 1 | -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 Leftwich | 2006-01-25 | 1 | -0/+29 |
| | | |||||
| * | added binary unit tests | Mike Bayer | 2006-01-03 | 1 | -27/+0 |
| | | | | | moved datetest to the types module | ||||
| * | changed mysql TIMESTAMP->DATETIME | Mike Bayer | 2006-01-02 | 1 | -2/+12 |
| | | | | | | fixed up date unit test RowProxy __iter__ properly routes columns through type processing | ||||
| * | put an assertion in default test | Mike Bayer | 2005-12-17 | 1 | -5/+14 |
| | | |||||
| * | refactoring of execution path, defaults, and treatment of different paramstyles | Mike Bayer | 2005-12-17 | 1 | -0/+17 |
| | | |||||
| * | added rudimentary support for limit and offset (with the hack version in oracle) | Mike Bayer | 2005-12-07 | 1 | -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 module | Mike Bayer | 2005-11-30 | 1 | -2/+1 |
| | | | | | import scheme | ||||
| * | fix to result processing of date types | Mike Bayer | 2005-11-29 | 1 | -1/+18 |
| | | |||||
| * | more fixes to schema constructor, test suites not conflicting with each other | Mike Bayer | 2005-11-26 | 1 | -1/+1 |
| | | |||||
| * | (no commit message) | Mike Bayer | 2005-09-24 | 1 | -2/+3 |
| | | |||||
| * | (no commit message) | Mike Bayer | 2005-09-24 | 1 | -0/+1 |
| | | |||||
| * | (no commit message) | Mike Bayer | 2005-09-22 | 1 | -1/+1 |
| | | |||||
| * | (no commit message) | Mike Bayer | 2005-08-28 | 1 | -1/+1 |
| | | |||||
| * | (no commit message) | Mike Bayer | 2005-07-08 | 1 | -0/+11 |
| | | |||||
| * | Initial revision | Mike Bayer | 2005-07-01 | 1 | -0/+48 |
