summaryrefslogtreecommitdiff
path: root/test/orm/test_events.py
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-0/+12
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-3/+3
* Test execution_options on Query object before compilationRamonWill2020-08-131-0/+19
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-0/+166
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+5
* Create initial 2.0 engine implementationMike Bayer2020-04-161-18/+0
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-2/+2
* Warn for runid changing in load events; add restore_load_context flagMike Bayer2020-01-311-0/+95
* Implement explicit autobegin step for SessionMike Bayer2020-01-031-4/+6
* Don't cache a query that has before_compile modificationsMike Bayer2019-10-261-0/+15
* Enable F841Mike Bayer2019-06-201-4/+3
* Merge "Turn FlushError for identity already exists into a warning."mike bayer2019-05-161-2/+2
|\
| * Turn FlushError for identity already exists into a warning.Mike Bayer2019-05-071-2/+2
* | Document and test modification of .values in before_compile_updateMike Bayer2019-05-151-1/+5
|/
* run a black runMike Bayer2019-03-051-1/+1
* Don't run pending_to_persistent for non-new objectsMike Bayer2019-02-091-0/+9
* Merge "Add deprecation warnings to all deprecated APIs"mike bayer2019-01-241-465/+0
|\
| * Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-465/+0
* | Add QueryEvents before_compile_update / before_compile_deleteMike Bayer2019-01-221-1/+54
|/
* Post black reformattingMike Bayer2019-01-061-23/+32
* Run black -l 79 against all source filesMike Bayer2019-01-061-614/+774
* Add before_mapper_configured eventChris Wilson2018-12-101-1/+61
* Emit after_rollback() event before snapshot removalMike Bayer2017-03-141-0/+44
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-6/+5
* Support python3.6Mike Bayer2017-01-131-6/+6
* Ensure strong ref to obj before calling persistent_to_deleted, othersMike Bayer2016-10-031-1/+64
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-0/+500
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-141-0/+37
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-10/+85
* flake8 some testsMike Bayer2015-05-211-170/+210
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-1/+39
* - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-261-1/+22
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-101-1/+37
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-7/+11
* - re-establish and test some behavior from previous versions, thatMike Bayer2014-08-291-0/+44
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-81/+16
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-6/+12
* - Added support for the not-quite-yet-documented ``insert=True``Mike Bayer2014-03-161-1/+53
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-111-0/+36
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-1/+1
* - Fixed an 0.9 regression where ORM instance or mapper events appliedMike Bayer2014-02-091-0/+57
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-11/+69
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-13/+55
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-21/+72
* - cover additional cases for [ticket:2585], where events are applied to base ...Mike Bayer2012-10-281-7/+97
* - [feature] Improvements to event listening forMike Bayer2012-10-121-3/+260
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - [feature] New session events after_transaction_createMike Bayer2012-09-201-12/+28
* - rework scoped_session and sessionmaker, [ticket:2500]Mike Bayer2012-09-101-4/+4
* -whitespace bonanza, contdMike Bayer2012-07-281-23/+23