Code generator to switch between non-temporal, uni-temporal and bi-temporal models while preserving data.
4
stars
1
forks
source link
Invalid code generated with CRUD compatibility for original table = yes #12
Open
PhilippSalvisberg opened 6 years ago
Configuration
Wrong generated code
Table
DEPT
instead ofDEPT_LT
is used.here (
table_name = 'DEPT'
)and here (
FROM dept
)