summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-243-5/+0
* Remove object in class definitionFederico Caselli2021-11-2224-37/+37
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-093-3/+3
* First round of removal of python 2Federico Caselli2021-11-011-6/+0
* Apply minor update to async_orm exampleGord Thompson2021-10-201-1/+2
* update versioned rows examples for 1.4Mike Bayer2021-10-094-28/+20
* References: #4426jonathan vanasco2021-09-283-18/+18
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-112-2/+2
* add asyncio.gather() example; add connection optsMike Bayer2021-09-021-0/+118
* accommodate for untracked boundparam lambda in offline_stringMike Bayer2021-08-051-1/+0
* update local_session_caching.py example for 1.4Mike Bayer2021-08-051-3/+7
* update case statement in dictlike-polymorphicMike Bayer2021-07-141-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-045-5/+5
* Update black flak8 and zimportsFederico Caselli2021-05-123-3/+3
* Document implicit IO points in ORMMike Bayer2021-02-071-1/+17
* Revise attribute refresh for with_loader_criteria, relatedMike Bayer2020-12-111-1/+2
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-1/+2
* upgrade to black 20.8b1Mike Bayer2020-09-286-23/+31
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-086-40/+32
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-134-0/+258
* Documentation updates for 1.4Mike Bayer2020-08-057-64/+749
* introduce deferred lambdasMike Bayer2020-07-031-54/+36
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+4
* Add a test / comment about test_orm_queryMike Bayer2020-06-011-0/+19
* callcount reductions and refinement for cached queriesMike Bayer2020-05-282-12/+26
* Updates for examples / performanceMike Bayer2020-05-251-23/+14
* Convert execution to move through SessionMike Bayer2020-05-256-183/+149
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-4/+16
* Performance fixes for new result setMike Bayer2020-05-211-8/+18
* Consider aliased=True, from_joinpoint as legacyMike Bayer2020-05-042-35/+70
* Integrate new Result into ORM queryMike Bayer2020-05-021-32/+13
* Rename py.test to pytestGord Thompson2020-04-161-3/+3
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+26
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-1/+1
* Remove the deprecated loader optionsFederico Caselli2020-03-031-2/+5
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-265-6/+6
* Integrate mapper-level version_id_col with versioned_historyMike Bayer2020-01-103-2/+26
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-18/+2
* Fix typosMin ho Kim2019-07-212-3/+3
* Enable F841Mike Bayer2019-06-205-16/+11
* Use py.test for versioned_history tests, nose no longer runsMike Bayer2019-05-251-3/+6
* Resolve RST306 issuesMike Bayer2019-05-131-1/+1
* Fix large_resultsets performance example field nameMatt Schuchhardt2019-03-061-2/+2
* Reinstate elementtree exampleVraj Mohan2019-01-164-25/+16
* Post black reformattingMike Bayer2019-01-0652-423/+593
* Run black -l 79 against all source filesMike Bayer2019-01-0662-1742/+2435
* Add versioned_update_old_row exampleMike Bayer2018-12-071-0/+279
* - fix formatting on examples to list the description first, some flake8Mike Bayer2018-12-0716-126/+107
* Clarify init_scalar event use caseMike Bayer2018-09-061-0/+5
* Add Query.lazy_load_from attribute for shardingMike Bayer2018-06-041-1/+7