Opened 2 years ago
Closed 2 years ago
#33997 closed New feature (needsinfo)
Possible to change default select statemant for objects.all()
Reported by: | Stefan Schlipfinger | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 2.1 |
Severity: | Normal | Keywords: | versioned tables default sql query |
Cc: | stefan.schlipfinger@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi there,
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;
Attachments (1)
Change History (2)
by , 2 years ago
Attachment: | create_version-table-database.sql added |
---|
comment:1 by , 2 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Type: | Uncategorized → New feature |
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, follow the guidelines with regards to requesting features.
This is the sql create for the versionable table