summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* - examples passing flake8Mike Bayer2019-01-0511-17/+1
* partial cherry-pick of master flake8. clean cherrypick for lib and test,Mike Bayer2019-01-0532-107/+174
* Straight zimports run on examplesMike Bayer2019-01-0545-321/+418
* step 1, straight black -l 79 runMike Bayer2019-01-0560-1617/+2280
* 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 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
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-083-10/+12
* - add this for testingMike Bayer2015-03-081-0/+109
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-082-0/+11
* Merge branch 'master' into ticket_3100Mike Bayer2014-12-073-74/+204
|\
| * - Updated the :ref:`examples_versioned_history` example such thatMike Bayer2014-11-262-21/+97
| * - formattingMike Bayer2014-11-262-53/+106
| * - Fixed a bug in the examples/generic_assocaitions/discriminator_on_associati...Mike Bayer2014-11-241-0/+1
* | bulk_updatesMike Bayer2014-11-061-0/+54
* | - add differentiating examples of list() vs. iterationMike Bayer2014-09-161-4/+10
* | - try to finish up the performance example for nowMike Bayer2014-09-065-44/+284
* | - add a test that shows query caching.Mike Bayer2014-09-041-0/+19
* | tweakMike Bayer2014-09-032-6/+9
* | refineMike Bayer2014-09-031-23/+43
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-031-2/+0
|\ \ | |/
* | - large resultsetsMike Bayer2014-09-034-20/+337
* | - wipMike Bayer2014-09-032-27/+194
* | - lets start exampling this stuffMike Bayer2014-09-022-0/+148
|/
* Materialized paths example.Jack Zhou2014-06-072-0/+131
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-3/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-1/+1
* - Fixed bug in the versioned_history example where column-level INSERTMike Bayer2014-02-242-5/+38
* - use column.info to detect those cols part of "versioning"Mike Bayer2014-02-162-28/+56
* Merge branch 'patch-1' of https://github.com/jplaverdure/sqlalchemy into tMike Bayer2014-02-161-3/+5
|\
| * Switched to UTC Timestamppr/41jplaverdure2013-11-081-2/+2