summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-1/+1
* Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-081-1/+1
|\
| * Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* | Add **kw support to DeclarativeMeta.__init__EwenGillies2020-07-061-1/+1
|/
* Remove _generate_path_cache_key()Mike Bayer2020-06-291-12/+7
* Fix a wide variety of typos and broken linksaplatkouski2020-06-256-19/+19
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+0
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-1/+0
* Convert bulk update/delete to new execution modelMike Bayer2020-06-062-73/+27
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-312-6/+5
* callcount reductions and refinement for cached queriesMike Bayer2020-05-282-52/+50
* Revert 903b18828461bb8cb8dca4acc56809b3df2b14d5Mike Bayer2020-05-251-7/+30
* Small callcount reductions and refinement for cached queriesMike Bayer2020-05-251-30/+7
* Convert execution to move through SessionMike Bayer2020-05-252-185/+141
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-243-47/+80
* Baked query needs to spoil fully on uncachable optionMike Bayer2020-05-041-2/+2
* Integrate new Result into ORM queryMike Bayer2020-05-022-11/+21
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-3/+3
* Set up absolute references for create_engine and relatedMike Bayer2020-04-142-7/+12
* Run search and replace of symbolic module namesMike Bayer2020-04-1411-115/+151
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-142-5/+1
* Remove code deprecated before version 1.1Federico Caselli2020-04-093-35/+1
* Use dot-separated name resolution for relationship targetMike Bayer2020-04-071-13/+43
* Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-1/+2
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-074-7/+7
* Ensure all nested exception throws have a causeMike Bayer2020-03-025-31/+55
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-262-16/+16
* Result initial introductionMike Bayer2020-02-211-1/+2
* Add keywords to MutableList.sort()Mike Bayer2020-01-231-2/+2
* Merge "Use context managers for threading.Lock()"mike bayer2020-01-032-8/+2
|\
| * Use context managers for threading.Lock()Heckad2020-01-032-8/+2
* | happy new yearMike Bayer2020-01-0115-15/+15
|/
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-042-2/+2
* Don't cache a query that has before_compile modificationsMike Bayer2019-10-261-1/+11
* Add result map targeting for custom compiled, text objectsMike Bayer2019-10-071-1/+20
* Move identity_lookup to sessionMike Bayer2019-09-271-34/+41
* Remove unnecessary util.callable usageSteven Loria2019-09-092-5/+4
* Remove threadlocal strategy docs, remaining contextual_connectMike Bayer2019-08-051-1/+1
* Squashed commit of the following:Mike Bayer2019-07-051-1/+1
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-1/+1
* Add QueryableAttribute._impl_uses_objects accessor for AssociationProxyMike Bayer2019-05-191-6/+2
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-182-2/+3
* Mutex the declarative scan/map process against configure_mappers()Mike Bayer2019-05-161-6/+12
* Resolve RST306 issuesMike Bayer2019-05-131-2/+2
* remote_attr and local_attr refer to class bound attributes, notMike Bayer2019-04-251-2/+2
* - formatting typoMike Bayer2019-04-251-1/+1
* Add __reduce_ex__ to MutableList; add compat for older picklesMike Bayer2019-04-091-6/+8
* Refine ambiguous access for unknown attribute typesMike Bayer2019-03-261-2/+21
* Add documentation section for cascade_scalar_deletesMike Bayer2019-03-071-0/+4
* Add missing attribute in hybrid.py docsDaniel Demmel2019-03-041-1/+1