first of all thank´s for this amazing project.
I am working with mariadb versioned-tables to see my changes on the
database.
See following link:
https://mariadb.com/kb/en/system-versioned-tables/
I want to get all objects using the following select query:
SELECT [TABLE] FROM t FOR SYSTEM_TIME ALL;
--
Ticket URL: <https://code.djangoproject.com/ticket/33997>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "create_version-table-database.sql" added.
This is the sql create for the versionable table
* status: new => closed
* type: Uncategorized => New feature
* resolution: => needsinfo
Comment:
I'm not sure what kind of a new feature you're proposing. Please provide
more details and take into account that new ORM features should be widely
support (by most of databases). Also,
[https://docs.djangoproject.com/en/stable/internals/contributing/bugs-and-
features/#requesting-features follow the guidelines with regards to
requesting features].
--
Ticket URL: <https://code.djangoproject.com/ticket/33997#comment:1>