Add column names to (default) CREATE statement

Description

As per https://shibboleth.atlassian.net/browse/JJDBC-5 the the table has a mismatched number of columns the create fails, which is needless.

so we need to say something like

INSERT INTO StorageRecords ('context', 'id, 'expires', 'value', 'version' ) VALUES (?, ?, ?, ?, 1)

Environment

None

Activity

Completed

Details

Affects versions

Fix versions

Assignee

Reporter

Created June 27, 2022 at 12:27 PM
Updated June 27, 2022 at 12:34 PM
Resolved June 27, 2022 at 12:34 PM

Flag notifications