summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
...
* - ensure that sqlalchemy.ext is set up for importlaterMike Bayer2017-04-272-1/+1
* Add selectin loadingMike Bayer2017-04-266-8/+306
* - update relationship loader docs, backport fromMike Bayer2017-04-211-87/+70
* Merge branch 'UnmappedInstanceError_typo_fix' of https://github.com/suever/sq...Mike Bayer2017-04-171-1/+1
|\
| * Fix of minor typo in the UnmappedInstanceError messageJonathan Suever2017-04-061-1/+1
* | Accommodate for query._current_path in subq eager load join_depthMike Bayer2017-04-171-1/+5
* | Use baked lazyloading by defaultMike Bayer2017-04-137-94/+319
* | Warn on _compiled_cache growthMike Bayer2017-04-121-1/+14
* | Compare entities also on chop_pathMike Bayer2017-04-101-1/+2
|/
* Allow aliased() to be passed to Query.select_entity_from().Mike Bayer2017-03-271-47/+71
* Pre-load alias.c within JoinedEagerLoader cached AliasedClassMike Bayer2017-03-251-0/+4
* Support hybrids/composites with bulk updatesMike Bayer2017-03-224-52/+91
* Raise on flag_modified() for non-present attributeMike Bayer2017-03-212-15/+54
* New features from python 2.7Катаев Денис2017-03-173-6/+6
* Add bulk_replace event, integrate with @validatesMike Bayer2017-03-164-19/+96
* Annotate parentmapper in primaryjoin / secondaryjoinMike Bayer2017-03-162-17/+19
* Don't mutate old collection on bulk replaceMike Bayer2017-03-152-4/+7
* Consult _select_from_entity in _adjust_for_single_inheritanceMike Bayer2017-03-141-2/+12
* Emit after_rollback() event before snapshot removalMike Bayer2017-03-141-14/+12
* Performance within instances()Mike Bayer2017-02-232-28/+23
* Memoize AliasedClass, ClauseAdapter objects in joined eager loadMike Bayer2017-02-162-7/+42
* Check for columns not part of mapping, correct mapping for eager_defaultsMike Bayer2017-02-091-4/+11
* Don't post-SELECT columns w/o a server default/onupdate for eager_defaultsMike Bayer2017-02-082-2/+22
* - document Query.with_session(), direct constructor usageMike Bayer2017-02-081-2/+43
* - remove misleading comment, ref #3902Mike Bayer2017-01-271-1/+0
* Merge branch 'doc_typo' of https://bitbucket.org/fredj/sqlalchemyMike Bayer2017-01-241-1/+1
|\
| * Fix typo in documentationFrederic Junod2017-01-201-1/+1
* | Merge branch 'fix-example-re' of https://github.com/demoray/sqlalchemyMike Bayer2017-01-241-1/+1
|\ \ | |/ |/|
| * fix example re such that the listen modifier example worksBrian2016-12-171-1/+1
* | Dont set _set_select_from() for alias objectMike Bayer2017-01-191-2/+5
* | Add "existing" populators for subqueryloadMike Bayer2017-01-161-2/+17
* | Support python3.6Mike Bayer2017-01-1312-132/+133
* | Merge "Adapt from "localparent" in joinedloader"mike bayer2017-01-091-2/+2
|\ \
| * | Adapt from "localparent" in joinedloaderMike Bayer2017-01-091-2/+2
* | | Merge "update for 2017 copyright"mike bayer2017-01-0929-29/+29
|\ \ \ | |/ / |/| |
| * | update for 2017 copyrightMike Bayer2017-01-0429-29/+29
* | | Ensure session.no_autoflush uses finallyplumSemPy2017-01-041-2/+4
|/ /
* | Add real .entities to _BundleEntityMike Bayer2016-12-191-2/+7
|/
* Disable single-inheritance critera on the outside of UNIONMike Bayer2016-11-181-19/+11
* Add missing items to collection.__getstate__Mike Bayer2016-11-141-1/+7
* Use configured props for mapper.attrs, mapper.all_orm_descriptorsMike Bayer2016-11-101-2/+2
* Consider version_id_prop when emitting bulk UPDATEMike Bayer2016-11-101-1/+6
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-1/+3
* Ensure attribute keys used for bulk update pk setMike Bayer2016-11-102-1/+11
* Move setup functionality into _register_attributeMike Bayer2016-11-062-22/+17
* Restore object to the identity_map upon delete() unconditionallyMike Bayer2016-10-272-3/+9
* Ensure .mapper is set on _ColumnEntityMike Bayer2016-10-211-1/+6
* Rewrite migration notes for [ticket:3514]Mike Bayer2016-10-191-0/+6
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-9/+33
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-172-1/+12