View Issue Details

IDProjectCategoryView StatusLast Update
0006248SymmetricDSBugpublic2024-05-03 16:29
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status assignedResolutionopen 
Product Version3.15.0 
Target Version3.15.7 
Summary0006248: H2 should check if auto increment will work instead of just always using a sequence for autoincrement implementation
DescriptionFor DDL for H2, the following checks should be used to determine what should be generated:
1. If H2 version 2, and mode legacy, specify autoincrement.
2. If H2 version 2 and not mode legacy, specify sequence.
3. Else specify autoincrement.
Tagsdialect: h2

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-02-14 18:55 pmarzullo New Issue
2024-02-14 18:55 pmarzullo Status new => assigned
2024-02-14 18:55 pmarzullo Assigned To => pmarzullo
2024-02-14 18:55 pmarzullo Tag Attached: dialect: h2
2024-02-14 19:17 pmarzullo Summary H2 upgrade should check if auto increment will work instead of just always using a sequence for autoincrement implementation => H2 should check if auto increment will work instead of just always using a sequence for autoincrement implementation
2024-03-18 14:50 pmarzullo Target Version 3.15.4 => 3.15.5
2024-04-22 14:38 elong Target Version 3.15.5 => 3.15.6
2024-05-03 16:29 elong Target Version 3.15.6 => 3.15.7