| Commit message (Expand) | Author | Age | Files | Lines |
* | Always check that discarded state is the expected one | Mike Bayer | 2017-09-04 | 1 | -1/+62 |
* | Additional fixes to sane rowcount | Mike Bayer | 2017-08-31 | 1 | -0/+1 |
* | Add with_for_update() support in session.refresh() | Mike Bayer | 2017-05-24 | 1 | -1/+32 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -70/+71 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -3/+3 |
* | Ensure session.no_autoflush uses finally | plumSemPy | 2017-01-04 | 1 | -1/+12 |
* | Restore object to the identity_map upon delete() unconditionally | Mike Bayer | 2016-10-27 | 1 | -1/+32 |
* | Update usages of getargspec to compat version.pr/210 | Jacob MacDonald | 2015-10-29 | 1 | -1/+2 |
* | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 1 | -19/+86 |
* | - Fixed bug where the session attachment error "object is already | Mike Bayer | 2015-03-10 | 1 | -1/+20 |
* | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 1 | -0/+3 |
* | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-11-06 | 1 | -194/+59 |
|\ |
|
| * | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 1 | -1/+49 |
| * | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 1 | -5/+10 |
| * | - move BindTest into orm/test_binds | Mike Bayer | 2014-10-14 | 1 | -188/+0 |
* | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-09-02 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -0/+1 |
* | | - skip these methods | Mike Bayer | 2014-08-20 | 1 | -1/+3 |
|/ |
|
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 1 | -1/+46 |
* | - add some more rules to make sure all tests run if DBs are available | Mike Bayer | 2014-03-24 | 1 | -6/+2 |
* | - fix the uuid routine here to not run out of uuids | Mike Bayer | 2014-03-24 | 1 | -4/+0 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+13 |
* | Don't barf on Session(info=...) from sessionmaker(info=None) | Robin Schoonover | 2013-12-31 | 1 | -0/+4 |
* | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -1/+0 |
* | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -0/+17 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
* | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -0/+144 |
* | move this test to have its own data, avoid FK violations | Mike Bayer | 2013-02-21 | 1 | -18/+21 |
* | - Added new helper function :func:`.was_deleted`, returns True | Mike Bayer | 2013-02-20 | 1 | -1/+19 |
* | - pep8 cleanup | Mike Bayer | 2013-02-20 | 1 | -36/+32 |
* | - [bug] Continuing [ticket:2566] regarding extra | Mike Bayer | 2012-10-06 | 1 | -0/+42 |
* | - break session tests into smaller suites. still some ambiguity what | Mike Bayer | 2012-10-06 | 1 | -417/+439 |
* | - [feature] The Session will produce warnings | Mike Bayer | 2012-10-04 | 1 | -0/+93 |
* | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -7/+7 |
* | - add a test to make sure we've tested session.execute(stmt, multiparams) | Mike Bayer | 2012-09-09 | 1 | -0/+15 |
* | - add req's for predictable gc | Mike Bayer | 2012-09-05 | 1 | -3/+6 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
* | remove deprecateds | Mike Bayer | 2012-06-08 | 1 | -1/+0 |
* | - [bug] The "passive" flag on Session.is_modified() | Mike Bayer | 2012-04-24 | 1 | -1/+4 |
* | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -1/+1 |
* | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 1 | -0/+17 |
* | move most tests that are specific to SessionTransaction over to test_transaction | Mike Bayer | 2012-01-27 | 1 | -382/+0 |
* | - [bug] Fixed issue where modified session state | Mike Bayer | 2012-01-27 | 1 | -7/+56 |
* | -re-document the is_modified method, and place significant caveats | Mike Bayer | 2011-12-04 | 1 | -47/+107 |
* | - When an open Session is garbage collected, the objects | Mike Bayer | 2011-09-24 | 1 | -0/+29 |
* | - Fixed bug where transaction-level "deleted" | Mike Bayer | 2011-06-05 | 1 | -0/+15 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -10/+15 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -5/+6 |