summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update dogpile.cache example to be compatible with baked query.Mike Bayer2018-05-171-2/+41
* - modernize versioning examplesMike Bayer2018-05-055-72/+246
* - add space invaders exampleMike Bayer2018-04-272-0/+778
* Add an identity_token to the identity keyMike Bayer2017-12-221-99/+106
* modernize and repair inheritance examplesMike Bayer2017-05-164-173/+334
* fix pep8 errors in association examplePaul Brown2017-03-184-20/+33
* fix pep8 errors in adjacency_list examplePaul Brown2017-03-182-30/+30
* Set autoincrement to False; use sqlite_autoincrement in versioned_historyCarlos García Montoro2017-01-092-1/+50
* spelling: Postgis -> PostGISVille Skyttä2016-10-081-2/+2
* Add an init_scalar event for attributesMike Bayer2016-06-022-1/+109
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-291-1/+1
* Repair dictlike-polymorphicMike Bayer2016-05-241-1/+1
* Simplify directed graph exampleMike Bayer2016-04-261-47/+43
* Docstring Fixpr/254Patrick2016-03-301-2/+2
* - Fixed two issues in the "history_meta" example where history trackingMike Bayer2015-08-242-4/+69
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-112-1/+26
* - add a callers optionMike Bayer2015-03-091-1/+7
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-1/+1