| 2007-08-21 |
Jason Kirtland | A couple critical path optimizations |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | - omitted 'table' and 'column' from 'from sqlalchemy... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | added stub/import tests for all dialects |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | fix line ending svn prop |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Mike Bayer | pool_threadlocal on by default |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Mike Bayer | removed unnecessary _branch calls |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Mike Bayer | - method call removal |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Mike Bayer | - Engine and TLEngine assume "threadlocal" behavior... |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Ants Aasma | an early out processing insert/update column parameters... |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | light docstring tweaks to the pool |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | CHANGES for r3372 |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | - Connection.begin() no longer accepts nested=True... |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | ReST docstring fix |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Paul Johnston | mssql unit test fixes |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Paul Johnston | One more change of preparer() to identifier_preparer |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | pyflakes mop-up |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Paul Johnston | Use identifier_preparer instead of preparer() |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Paul Johnston | Fix broken imports |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Mike Bayer | docstring compile fixup |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Mike Bayer | adding an "already exists" catch for CREATE DOMAIN |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Mike Bayer | 1. Module layout. sql.py and related move into a packa... |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Jason Kirtland | - fixed prefixes= argument to select() |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Mike Bayer | - modified SQL operator functions to be module-level... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - Added a "legacy" adapter to types, such that user... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | add a test for dupe tables in MetaData |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - added close() method to Transaction. closes out... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | transactional session rolls back bound connection |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - threadlocal TLConnection, when closes for real, force... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Jason Kirtland | update activemapper backrefs for r3340 |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | dont commandeer warnings into logger |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - turned twophase=True on in test |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | reinstated two_phase test. currently it passes on... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Paul Johnston | merge changset [3347] into trunk |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - added extra argument con_proxy to ConnectionListener... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Paul Johnston | Merge [3345] into trunk. Unit test still TODO |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Paul Johnston | Disable MSSQL unicode statements on UCS-4 platforms... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Jason Kirtland | - session transaction closing tweak for threadlocal |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Jason Kirtland | added a testing decorator that mops up wayward connections |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | removed ridiculous LOrderedProp object |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | revert the _DefaultExtension thing, it added function... |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | - moved test/orm/fixtures.py to testlib |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Jason Kirtland | it's a non-stop formatting fiesta |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Jason Kirtland | formatting fiesta |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Jason Kirtland | Added session.prune(), releases unused objects in stron... |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | - fix to bind param processing such that "False" values... |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | new changelog with betas |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | bump |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | needed orm import |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | bump rel_0_4beta3 |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | added remove() coverage.... |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | add length to str for pk usage |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | added support for string date passthru in sqlite |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | added 'inherit_foreign_keys' arg to mapper() |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Jason Kirtland | use threading.local if available |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Jason Kirtland | fix hasattr typo [ticket:744] |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Jason Kirtland | stopgap, need a general strategy for raising readable... |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | -removed print statements |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | mass has_key->__contains__ migration, [ticket:738] |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | - moved unicode schema ORM tests to unitofwork.py tests... |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | - cleanup, converted unitofwork.py to standard fixtures |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | removed init_attr() call, which has shown to not increa... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | - merged "fasttypes" branch. this branch changes the... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | cleanup |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Paul Johnston | revert previous change; had misunderstood context |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Paul Johnston | fudge to make SQL asserts work reliably with MSSQL |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Paul Johnston | Make versioningtest.test_basic only assert when the... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | added sqlite/sa "unprofiled" raw time tests |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | added full fetching of result columns, cut overall... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | a mass insert/ select benchmarking test, from |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | adjustment to table_names test such that the DB can... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | removed assertion for "no tables in db" rel_0_4beta2 |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | commented out unicode foriegn keys for now, not working... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | attempt to get SessionTest to close transactions better |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | - fixed endless loop |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | - base_mapper() becomes a plain attribute |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | added engine_from_config() function for helping to... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Mike Bayer | docstirng... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Mike Bayer | added scoped session test independent of Session.mapper... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Mike Bayer | - a rudimental SessionExtension class has been added... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Mike Bayer | - generalized a SQLCompileTest out of select.py, installed |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Jason Kirtland | adjusted mysql autoload from a named schema, esp. for... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Jason Kirtland | Removed unused imports, other import adjustments per... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Jason Kirtland | Centralized some `try: import foo except: import other... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | Added more unicode foreign key tests for [ticket:729] |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | auto-commit after LOAD DATA INFILE for mysql |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | - got is_subquery() working in the case of compound... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | removed ms-sql unsupporteds |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | - fixed compiler bug in mssql |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Paul Johnston | Close SQLite databases before deleting file, so the... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Paul Johnston | MSSQL: disable new 0.4 tests that cause hangs |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | - scoped_session docs |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Paul Johnston | Fix missing import of 'operator' |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | added "should_commit()" hook to ExecutionContext. ... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | Bump. |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | typos |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | added a brief migration guide rel_0_4beta1 |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | two tests which assumed autoincrement=False for integer... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | Docs. |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | Allow auto_increment on any pk column, not just the... |
commit | commitdiff | tree | snapshot |
| next |