| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -3/+3 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -3/+3 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -45/+45 |
| * | - [removed] Deprecated identifiers removed: | Mike Bayer | 2012-06-21 | 1 | -77/+87 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -3/+3 |
| * | - [bug] Fixed bug whereby polymorphic_on | Mike Bayer | 2012-03-31 | 1 | -2/+61 |
| * | - [bug] Fixed bug where "merge" cascade could | Mike Bayer | 2012-01-28 | 1 | -2/+50 |
| * | - add tests to try to find the case that [ticket:2221] is looking for. | Mike Bayer | 2011-11-13 | 1 | -3/+133 |
| * | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 1 | -1/+1 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -23/+34 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -5/+6 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -32/+122 |
| * | - Session constructor emits a warning when autoflush=True | Mike Bayer | 2011-02-07 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -55/+55 |
| * | - add QueryContext to load(), refresh() | Mike Bayer | 2010-12-31 | 1 | -1/+1 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -55/+55 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -1/+1 |
| * | merge backout | Mike Bayer | 2010-11-28 | 1 | -16/+6 |
| |\ |
|
| | * | after some usage, its clear that [ticket:1974] should not be implemented. b... | Mike Bayer | 2010-11-28 | 1 | -16/+6 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
| |\ \
| |/
|/| |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| * | | - cascade_backrefs flag on relationship() now set to False by default. | Mike Bayer | 2010-11-28 | 1 | -6/+16 |
| * | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -2/+2 |
| * | | - pretty much all tests passing, maybe some callcounts are off | Mike Bayer | 2010-07-25 | 1 | -1/+1 |
| |/ |
|
| * | - session.merge() will not expire attributes on the returned | Mike Bayer | 2010-05-08 | 1 | -0/+13 |
| * | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -1/+1 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -24/+24 |
| * | - session.merge() will not expire existing scalar attributes | Mike Bayer | 2010-02-23 | 1 | -3/+93 |
| * | - The "allow_null_pks" flag is now called "allow_partial_pks", | Mike Bayer | 2010-02-22 | 1 | -3/+35 |
| * | Fixed bug in session.merge() blocking dict-like collections from merging. | Jason Kirtland | 2010-02-11 | 1 | -1/+17 |
| * | - merge() will not issue a needless merge of attributes if the | Mike Bayer | 2010-01-10 | 1 | -0/+58 |
| * | - Session.merge() is performance optimized, using half the | Mike Bayer | 2010-01-07 | 1 | -1/+39 |
| * | - Session.merge() now properly overwrites a many-to-one or | Mike Bayer | 2009-12-14 | 1 | -0/+22 |
| * | - Fixed a needless select which would occur when merging | Mike Bayer | 2009-12-07 | 1 | -0/+10 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -33/+53 |
| * | - Fixed bug whereby list-based attributes, like pickletype | Mike Bayer | 2009-06-15 | 1 | -3/+33 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+735 |