dbflute / dbflute-core

DBFlute core libraries for Java8
http://dbflute.seasar.org/
24 stars 18 forks source link

DBFlute Engine: option to avoid H2 random sequence name #148

Open jflute opened 2 years ago

jflute commented 2 years ago

H2 database provides random sequence names on default value for IDENTITY.

default="NEXT VALUE FOR "PUBLIC"."SYSTEM_SEQUENCE_F2E9EB37_3FA5_426C_87CC_410AF3DD4099""

So my test project is always confused when test-generating.