| Commit message (Expand) | Author | Age | Files | Lines |
| * | added support for string date passthru in sqlite | Mike Bayer | 2007-08-16 | 2 | -1/+23 |
| * | added 'inherit_foreign_keys' arg to mapper() | Mike Bayer | 2007-08-16 | 4 | -1/+110 |
| * | use threading.local if available | Jason Kirtland | 2007-08-15 | 3 | -22/+28 |
| * | fix hasattr typo [ticket:744] | Jason Kirtland | 2007-08-15 | 1 | -1/+1 |
| * | stopgap, need a general strategy for raising readable exceptions for unicode ... | Jason Kirtland | 2007-08-15 | 1 | -1/+2 |
| * | -removed print statements | Mike Bayer | 2007-08-15 | 2 | -3/+0 |
| * | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 19 | -52/+54 |
| * | - moved unicode schema ORM tests to unitofwork.py tests. mostly | Mike Bayer | 2007-08-15 | 4 | -37/+77 |
| * | - cleanup, converted unitofwork.py to standard fixtures | Mike Bayer | 2007-08-15 | 4 | -246/+136 |
| * | removed init_attr() call, which has shown to not increase performance | Mike Bayer | 2007-08-15 | 2 | -15/+0 |
| * | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 20 | -534/+789 |
| * | cleanup | Mike Bayer | 2007-08-14 | 1 | -8/+4 |
| * | revert previous change; had misunderstood context | Paul Johnston | 2007-08-14 | 1 | -2/+0 |
| * | fudge to make SQL asserts work reliably with MSSQL | Paul Johnston | 2007-08-14 | 1 | -0/+2 |
| * | Make versioningtest.test_basic only assert when the dbapi support sane_rowcount | Paul Johnston | 2007-08-14 | 1 | -1/+0 |
| * | added sqlite/sa "unprofiled" raw time tests | Mike Bayer | 2007-08-14 | 1 | -1/+28 |
| * | added full fetching of result columns, cut overall size to 50000 | Mike Bayer | 2007-08-14 | 1 | -2/+4 |
| * | a mass insert/ select benchmarking test, from | Mike Bayer | 2007-08-14 | 1 | -0/+31 |
| * | adjustment to table_names test such that the DB can have extra tables around | Mike Bayer | 2007-08-14 | 1 | -1/+1 |
| * | removed assertion for "no tables in db"rel_0_4beta2 | Mike Bayer | 2007-08-14 | 1 | -1/+0 |
| * | commented out unicode foriegn keys for now, not working on mysql or postgres | Mike Bayer | 2007-08-14 | 1 | -4/+13 |
| * | attempt to get SessionTest to close transactions better | Mike Bayer | 2007-08-14 | 1 | -0/+2 |
| * | - fixed endless loop | Mike Bayer | 2007-08-14 | 3 | -4/+6 |
| * | - base_mapper() becomes a plain attribute | Mike Bayer | 2007-08-14 | 9 | -91/+132 |
| * | added engine_from_config() function for helping to create_engine() | Mike Bayer | 2007-08-14 | 4 | -10/+62 |
| * | docstirng... | Mike Bayer | 2007-08-13 | 1 | -2/+2 |
| * | added scoped session test independent of Session.mapper test | Mike Bayer | 2007-08-13 | 1 | -1/+34 |
| * | - a rudimental SessionExtension class has been added, allowing user-defined | Mike Bayer | 2007-08-13 | 3 | -4/+79 |
| * | - generalized a SQLCompileTest out of select.py, installed | Mike Bayer | 2007-08-13 | 7 | -256/+321 |
| * | adjusted mysql autoload from a named schema, esp. for windows | Jason Kirtland | 2007-08-13 | 1 | -8/+7 |
| * | Removed unused imports, other import adjustments per pyflakes | Jason Kirtland | 2007-08-13 | 9 | -19/+21 |
| * | Centralized some `try: import foo except: import other as foo` imports in util | Jason Kirtland | 2007-08-13 | 4 | -21/+10 |
| * | Added more unicode foreign key tests for [ticket:729] | Jason Kirtland | 2007-08-12 | 1 | -3/+31 |
| * | auto-commit after LOAD DATA INFILE for mysql | Jason Kirtland | 2007-08-12 | 3 | -6/+19 |
| * | - got is_subquery() working in the case of compound selects, test for ms-sql | Mike Bayer | 2007-08-12 | 2 | -7/+37 |
| * | removed ms-sql unsupporteds | Mike Bayer | 2007-08-12 | 1 | -2/+0 |
| * | - fixed compiler bug in mssql | Mike Bayer | 2007-08-12 | 6 | -12/+57 |
| * | Close SQLite databases before deleting file, so the lock is released, importa... | Paul Johnston | 2007-08-12 | 1 | -0/+2 |
| * | MSSQL: disable new 0.4 tests that cause hangs | Paul Johnston | 2007-08-12 | 3 | -6/+8 |
| * | edits | Mike Bayer | 2007-08-12 | 1 | -2/+2 |
| * | - scoped_session docs | Mike Bayer | 2007-08-12 | 2 | -2/+127 |
| * | Fix missing import of 'operator' | Paul Johnston | 2007-08-12 | 1 | -0/+1 |
| * | added "should_commit()" hook to ExecutionContext. dialects can override with... | Mike Bayer | 2007-08-12 | 2 | -4/+14 |
| * | Bump. | Jason Kirtland | 2007-08-12 | 1 | -1/+1 |
| * | typos | Mike Bayer | 2007-08-12 | 1 | -3/+3 |
| * | added a brief migration guiderel_0_4beta1 | Mike Bayer | 2007-08-12 | 1 | -0/+80 |
| * | two tests which assumed autoincrement=False for integer PK columns now requir... | Mike Bayer | 2007-08-12 | 1 | -2/+2 |
| * | Docs. | Jason Kirtland | 2007-08-12 | 1 | -0/+19 |
| * | Allow auto_increment on any pk column, not just the first. | Jason Kirtland | 2007-08-12 | 2 | -7/+74 |
| * | Added an exception hierarchy shadowing DB-API exc types | Jason Kirtland | 2007-08-11 | 5 | -39/+90 |