New Fabricate interpolation variables for SQL - You can now use the following variables when you use SQL in a column definition:
- {{parent(n)}}
gets the nth parent of the column. Both {{parent}}
and{{parent(0)}}
retrieve the immediate parent.
-
{{root_table}}
gets the root table of an object or array.
For a Foreign Key generator that uses the Until column <= 0 distribution type, you can now configure whether to generate a foreign key for the first value of 0 or less.
Fixed an issue with importing tables when there were multiple spaces between CREATE
and TABLE
.