summaryrefslogtreecommitdiff
path: root/test/orm/test_relationships.py
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-0/+275
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-4/+5
* Merge "Imply `sync_backref` flag in a viewonly relationship"mike bayer2020-07-291-60/+26
|\
| * Imply `sync_backref` flag in a viewonly relationshipFederico Caselli2020-07-071-60/+26
* | Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-10/+4
* | Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-3/+3
|/
* Add sync_backref flag in a relationshipFederico Caselli2020-05-051-6/+187
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-10/+10
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-1/+1
* Deprecate :func:`.eagerload` and :func:`.relation`Federico Caselli2020-03-101-3/+2
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-2/+144
* Begin to disallow back_populates with viewonly=TrueMike Bayer2020-02-111-0/+18
* Fix newly found rst issueMike Bayer2019-12-301-5/+5
* Don't raise w/ raiseload strategy for many-to-one history in flushMike Bayer2019-11-221-0/+11
* Introduce flag combinations fixtureMike Bayer2019-11-221-197/+151
* Exclude local columns when adapting secondary in a join conditionMike Bayer2019-11-101-1/+157
* Fix typosMin ho Kim2019-07-211-1/+1
* Enable F841Mike Bayer2019-06-201-8/+8
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-3/+2
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-1/+1
* Post black reformattingMike Bayer2019-01-061-47/+49
* Run black -l 79 against all source filesMike Bayer2019-01-061-1806/+2801
* Add new NO_RAISE attribute flag and specify for m2o history loadMike Bayer2018-11-021-0/+217
* support functions "as binary comparison"Mike Bayer2018-07-091-0/+60
* Improve check for overlapping FK targets on sibling classesMike Bayer2017-10-031-0/+162
* - fix one test for STRICT, which may be turned on by defaultMike Bayer2017-08-041-1/+2
* Flatten operator precedence for comparison operatorsMichael Birtwell2017-05-251-5/+5
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-12/+14
* Support python3.6Mike Bayer2017-01-131-4/+4
* Move setup functionality into _register_attributeMike Bayer2016-11-061-1/+49
* Deprecate FromClause.count()Mike Bayer2016-06-141-3/+4
* Deprecate Mapper.order_byMike Bayer2016-04-191-2/+2
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-7/+4
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-021-3/+50
* - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-191-1/+79
* - flake8Mike Bayer2014-10-181-919/+1097
* - ensure all tests are named test_*Mike Bayer2014-07-301-3/+3
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-231-0/+110
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-4/+4
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-191-1/+149
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-311-0/+39
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-1/+186
* - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+114
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-4/+4
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-271-0/+2
* - the raw 2to3 runMike Bayer2013-04-271-13/+13
* - need autoincrement hereMike Bayer2013-02-061-1/+2
* Fixed the consideration of the ``between()`` operatorMike Bayer2013-02-021-0/+67
* Allow use of synonyms in primaryjoin / secondaryjoin conditionsRichard Mitchell2012-11-271-1/+57
* mergeMike Bayer2012-09-291-2/+27
|\