| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -41/+40 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -3/+3 |
| * | - some test fixes | Mike Bayer | 2014-01-19 | 1 | -1/+1 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -1/+0 |
| * | more tests regarding expiry, deferral | Mike Bayer | 2013-08-17 | 1 | -1/+57 |
| * | some tests regarding how newly inserted rows are treated as far as fetch on a... | Mike Bayer | 2013-08-17 | 1 | -1/+91 |
| * | - add predictable_gc to a few more tests showing up on pypy | Mike Bayer | 2013-08-04 | 1 | -5/+5 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -16/+16 |
| * | fix the test | Mike Bayer | 2011-07-31 | 1 | -10/+11 |
| * | - Load of a deferred() attribute on an object | Mike Bayer | 2011-07-31 | 1 | -13/+59 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -13/+23 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -3/+4 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -44/+156 |
| * | blow away some globals in the search for what makes resolve_artifact_names fa... | Mike Bayer | 2011-03-16 | 1 | -2/+0 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -40/+40 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -4/+9 |
| |\ |
|
| | * | - ordering for tests, [ticket:1888] | Mike Bayer | 2010-12-04 | 1 | -4/+9 |
| | * | - Backport of "optimized get" fix from 0.7, | Mike Bayer | 2010-12-04 | 1 | -5/+38 |
| * | | - added strictness to the optimized load, [ticket:1992] | Mike Bayer | 2010-12-03 | 1 | -5/+38 |
| * | | merge backout | Mike Bayer | 2010-11-28 | 1 | -4/+1 |
| |\ \ |
|
| | * | | after some usage, its clear that [ticket:1974] should not be implemented. b... | Mike Bayer | 2010-11-28 | 1 | -4/+1 |
| * | | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -5/+5 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
| | |/ |
|
| * | | - cascade_backrefs flag on relationship() now set to False by default. | Mike Bayer | 2010-11-28 | 1 | -1/+4 |
| |/ |
|
| * | - An object that's been deleted now gets a flag | Mike Bayer | 2010-08-26 | 1 | -0/+4 |
| * | - An instance which is moved to "transient", has | Mike Bayer | 2010-06-30 | 1 | -0/+16 |
| * | fix pk violation error | Mike Bayer | 2010-03-30 | 1 | -1/+1 |
| * | - Session.refresh() now does an equivalent expire() | Mike Bayer | 2010-03-29 | 1 | -3/+55 |
| * | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 1 | -10/+10 |
| * | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -5/+5 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -25/+25 |
| * | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 1 | -2/+130 |
| * | - Now uses sqlalchemy.orm.exc.DetachedInstanceError when an | Mike Bayer | 2010-02-07 | 1 | -5/+5 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -2/+2 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+916 |