Mariadb Temporal Tables

@JonL , et al

Anybody tried temporal tables yet?

Here’s my first attempt:
Mariadb: 10.3.18
Wappler 2.2.7

Created a new table using mysql terminal command (works fine)

create table contacts ( id int(11) unsigned null, full_name varchar(50) null ) WITH SYSTEM VERSIONING;

I use Datagrip as my db gui, and it sees the new table, and I can add records

But I cannot get Wappler to recognize the new table:

I have refreshed many times in the insert action, and I have re-saved the database connection action several times as well.

@patrick Anything you can adjust on your end?

–Ken

Community Page
Last updated: