| Commit message (Expand) | Author | Age | Files | Lines |
* | dont warn for dictionary passed positionally | Mike Bayer | 2021-07-21 | 1 | -2/+2 |
* | Use explicit names for mapper _get_clause parameters | Mike Bayer | 2021-03-17 | 1 | -8/+8 |
* | remove more bound metadata | Mike Bayer | 2021-01-05 | 1 | -214/+216 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -1/+1 |
* | internal test framework files for standardization of is_not/not_in; | jonathan vanasco | 2020-08-29 | 1 | -3/+3 |
* | Pass connection to TablesTest.insert_data() | Mike Bayer | 2020-04-15 | 1 | -2/+2 |
* | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -10/+10 |
* | Hold implicitly created collections in a pending area | Mike Bayer | 2019-05-27 | 1 | -0/+33 |
* | Warn on merge of already-pending object | Mike Bayer | 2019-04-28 | 1 | -0/+31 |
* | Add deprecation warnings to all deprecated APIs | Mike Bayer | 2019-01-23 | 1 | -14/+2 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -23/+31 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -531/+918 |
* | Consider merge key with (None, ) as non-persistent | Mike Bayer | 2017-08-31 | 1 | -0/+36 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -221/+213 |
* | Memoize load_path in all cases, run quick populators for path change | Mike Bayer | 2016-10-17 | 1 | -1/+1 |
* | - don't load deferred columns on unexpire for merge with load=False, | Diana Clarke | 2016-04-06 | 1 | -4/+100 |
* | - Fixed bug in :meth:`.Session.merge` where an object with a composite | Mike Bayer | 2016-02-11 | 1 | -1/+50 |
* | - The :meth:`.Session.merge` method now tracks pending objects by | Mike Bayer | 2015-12-04 | 1 | -0/+95 |
* | 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 |