summaryrefslogtreecommitdiff
path: root/examples/versioned_history/history_meta.py
Commit message (Expand)AuthorAgeFilesLines
* support DeclarativeBase for versioned history exampleMike Bayer2023-03-271-15/+24
* port history meta to 2.0Mike Bayer2023-02-061-75/+90
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-1/+2
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-1/+1
* Integrate mapper-level version_id_col with versioned_historyMike Bayer2020-01-101-0/+5
* Fix typosMin ho Kim2019-07-211-1/+1
* Post black reformattingMike Bayer2019-01-061-8/+16
* Run black -l 79 against all source filesMike Bayer2019-01-061-37/+52
* Set autoincrement to False; use sqlite_autoincrement in versioned_historyCarlos GarcĂ­a Montoro2017-01-091-0/+5
* - Fixed two issues in the "history_meta" example where history trackingMike Bayer2015-08-241-4/+4
* - Updated the :ref:`examples_versioned_history` example such thatMike Bayer2014-11-261-13/+32
* - formattingMike Bayer2014-11-261-17/+42
* - Fixed bug in the versioned_history example where column-level INSERTMike Bayer2014-02-241-4/+8
* - use column.info to detect those cols part of "versioning"Mike Bayer2014-02-161-13/+29
* Merge branch 'patch-1' of https://github.com/jplaverdure/sqlalchemy into tMike Bayer2014-02-161-3/+5
* - Added a tweak to the "history_meta" example where the check forMike Bayer2014-02-021-1/+2
* - start reworking examples to include more code from the wiki.Mike Bayer2013-11-291-0/+187