| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tabs to spaces | Robert Leftwich | 2006-01-29 | 1 | -2/+2 |
* | Reworked RowProxy to restore column order preservation and to remove some dic... | Robert Leftwich | 2006-01-29 | 1 | -23/+10 |
* | Added __len__ to RowProxy to allow len(r) and test for same. | Robert Leftwich | 2006-01-29 | 1 | -0/+2 |
* | RowProxy changes - added keys(), used keys() to add more dictionary-like beha... | Robert Leftwich | 2006-01-28 | 1 | -8/+24 |
* | ai more reasonable hash_key that works across serializations | Mike Bayer | 2006-01-26 | 1 | -0/+5 |
* | Added column accessor to RowProxy, tests and note in documentation for same. | Robert Leftwich | 2006-01-25 | 1 | -1/+5 |
* | added some echo arguments for uow, pool, propigated from the engine | Mike Bayer | 2006-01-21 | 1 | -3/+4 |
* | added explicit bind parameters and column type maps to text type | Mike Bayer | 2006-01-20 | 1 | -0/+4 |
* | dispose() added to pool/engine to allow engines to fall out of scope | Mike Bayer | 2006-01-18 | 1 | -0/+5 |
* | misc commenty type stuff | Mike Bayer | 2006-01-08 | 1 | -0/+3 |
* | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
* | type objects pass engine around to get a hold of DBAPI type objects | Mike Bayer | 2006-01-03 | 1 | -2/+3 |
* | rowid->oid | Mike Bayer | 2006-01-02 | 1 | -2/+2 |
* | changed mysql TIMESTAMP->DATETIME | Mike Bayer | 2006-01-02 | 1 | -1/+2 |
* | factoring out mysql's rowid stuff since its down in the base engine class now | Mike Bayer | 2006-01-01 | 1 | -1/+1 |
* | rowid_column becomes more like the "order by column". 'default_ordering' fla... | Mike Bayer | 2006-01-01 | 1 | -2/+3 |
* | postgres oids say byebye by default, putting hooks in for engines to determin... | Mike Bayer | 2006-01-01 | 1 | -5/+9 |
* | fix to ansisql when it tries to determine param-based select clause that its | Mike Bayer | 2005-12-31 | 1 | -9/+19 |
* | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |
* | reworking concept of column lists, "FromObject", "Selectable"; | Mike Bayer | 2005-12-30 | 1 | -2/+4 |
* | arg fix in create_engine | Mike Bayer | 2005-12-24 | 1 | -2/+1 |
* | docstrings | Mike Bayer | 2005-12-24 | 1 | -21/+157 |
* | move execute parameter processing from sql.ClauseElement to engine.execute_co... | Mike Bayer | 2005-12-23 | 1 | -4/+11 |
* | fix to parameter thing in insert | Mike Bayer | 2005-12-20 | 1 | -1/+1 |
* | refactoring of execution path, defaults, and treatment of different paramstyles | Mike Bayer | 2005-12-17 | 1 | -35/+94 |
* | factored "sequence" execution in postgres in oracle to be generalized to the ... | Mike Bayer | 2005-12-16 | 1 | -25/+59 |
* | rethinking sequences model to allow any default values | Mike Bayer | 2005-12-15 | 1 | -1/+37 |
* | echo can now be False, True or 'debug'. result sets are printed only if echo ... | Mike Bayer | 2005-12-12 | 1 | -2/+2 |
* | primary_keys => primary_key | Mike Bayer | 2005-12-04 | 1 | -1/+1 |
* | added string-based URLS to create connections | Mike Bayer | 2005-12-03 | 1 | -1/+9 |
* | more tweaks to import scheme | Mike Bayer | 2005-11-30 | 1 | -0/+2 |
* | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -1/+1 |
* | strips possible schema/table info from a column name returned in cursor metadata | Mike Bayer | 2005-11-28 | 1 | -3/+5 |
* | rowcount doesnt work on MySQL, so disabled concurrency check with mysql | Mike Bayer | 2005-11-27 | 1 | -0/+4 |
* | docstring maintenance | Mike Bayer | 2005-11-10 | 1 | -35/+53 |
* | moving sqlite filename into named options | Mike Bayer | 2005-11-05 | 1 | -0/+8 |
* | (no commit message) | Mike Bayer | 2005-11-05 | 1 | -1/+2 |
* | (no commit message) | Mike Bayer | 2005-11-01 | 1 | -1/+7 |
* | (no commit message) | Mike Bayer | 2005-10-31 | 1 | -1/+1 |
* | (no commit message) | Mike Bayer | 2005-10-31 | 1 | -1/+5 |
* | (no commit message) | Mike Bayer | 2005-10-27 | 1 | -11/+21 |
* | (no commit message) | Mike Bayer | 2005-10-27 | 1 | -3/+9 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -6/+48 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -19/+30 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -2/+2 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -3/+5 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -8/+0 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -0/+8 |
* | sequences, oracle | Mike Bayer | 2005-10-23 | 1 | -4/+6 |
* | oids rows insert sort orders galore | Mike Bayer | 2005-10-22 | 1 | -0/+4 |