| Commit message (Expand) | 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 whe... | Mike Bayer | 2006-03-13 | 1 | -1/+2 |
| * | 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 |
| * | 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 colum... | Mike Bayer | 2006-02-18 | 1 | -0/+23 |
| * | 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 withou... | Mike Bayer | 2006-02-14 | 1 | -3/+10 |
| * | some comments for default test | Mike Bayer | 2006-02-12 | 1 | -5/+14 |
| * | more hammering of defaults. ORM will properly execute defaults and post-fetc... | Mike Bayer | 2006-02-11 | 1 | -1/+2 |
| * | streamlined engine.schemagenerator and engine.schemadropper methodology | Mike Bayer | 2006-02-11 | 1 | -5/+18 |
| * | 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 dic... | Robert Leftwich | 2006-01-29 | 1 | -5/+27 |
| * | 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 beha... | Robert Leftwich | 2006-01-28 | 1 | -7/+21 |
| * | 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 |
| * | changed mysql TIMESTAMP->DATETIME | Mike Bayer | 2006-01-02 | 1 | -2/+12 |
| * | 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 |
| * | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -2/+1 |
| * | 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 |