-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
BugA problem or regression with an existing featureA problem or regression with an existing featurewaiting on upstreamIssues blocked by a third-partyIssues blocked by a third-party
Description
Reference: https://mariadb.com/kb/en/library/system-versioned-tables/
Steps to reproduce
- Create a table with SYSTEM VERSIONING and manually specify the
tsandtecolumns. - Go to the "Insert" tab in phpMyAdmin for the that table
- Attempt to insert any valid data
Expected behaviour
New row INSERTed into table
Actual behaviour
SQL query error: 1906 - The value specified for generated column 'ts' in table 'tbl' ignored.
Generated columns should not show up on the Insert tab in phpMyAdmin. They also should not attempt to be populated by phpMyAdmin when generating the INSERT query.
Server configuration
Operating system: Debian Stretch 9.5
Web server: Apache 2.4.25-3+deb9u5
Database: 10.3.8-MariaDB-1:10.3.8+maria~stretch-log - mariadb.org binary distribution
PHP version: 7.0.30-0+deb9u1
phpMyAdmin version: 4.8.2
Client configuration
Browser: Opera 54
Operating system: Windows 10 1803
Metadata
Metadata
Assignees
Labels
BugA problem or regression with an existing featureA problem or regression with an existing featurewaiting on upstreamIssues blocked by a third-partyIssues blocked by a third-party