Skip to content

SqlServer/MSSQL compatibility

Compare
Choose a tag to compare
@ohader ohader released this 23 Mar 16:26
[BUGFIX] Include all tables for data insertion

This commit doesn't exclude tables without TCA anymore for data insertion.
This fixes an issue with mssql where inserting values into an identity
column fails due to missing TCA.

Resolves: #127