Top "Temporal-database" questions

a temporal database has built-in time aspects, usually including valid-time and transaction-time.

How to re-save the entity as another row in Doctrine 2

Let's say I have entity $e. Is there any generic way to store it as another row, which would have …

php doctrine doctrine-orm temporal-database
Why do we need a temporal database?

I was reading about temporal databases and it seems they have built in time aspects. I wonder why would we …

database temporal-database
How to implement a temporal table using JPA?

I would like to know how to implement temporal tables in JPA 2 with EclipseLink. By temporal I mean tables who …

java jpa-2.0 eclipselink temporal-database
How to implement temporal data in MySQL

I currently have a non-temporal MySQL DB and need to change it to a temporal MySQL DB. In other words, …

mysql database implementation temporal-database
Entity Framework not working with temporal table

I'm using database first entity framework 6. After changing some of the tables in my schema to be temporal tables, I …

c# sql-server entity-framework-6 sql-server-2016 temporal-database
How do you modify a temporal table in SQL Server 2016 or Azure?

I've created some temporal tables in SQL Azure but I can't figure out how to modify them. What is the …

azure azure-sql-database temporal-database