Closed mfnztdkt closed 1 month ago
Hi, this issue is closely linked to issue #340, I will do a global fix to handle multiple schema database. Can be confident that the fix will be release in a new version before the end of the week.
Great, thank you !
v1.6.0 should resolve your issue.
Context : a multi-schemas database
The method the_repository_will_contain_with_type launches a Truncate in case of InsertionMode.ONLY . That Truncate does not take schema into account, leading to that error "StatementCallback; bad SQL grammar [TRUNCATE TABLE RESTART IDENTITY CASCADE]", when trying to truncate a table located in another schema than the one defined in the datasource.
I don't know if it is the best solution, however the following solves the issue :
Can you tell if you plan to add that feature in Tzatziki soon ?