When using custom insert/update/delete queries, they are used as they are entered by the user. There is no replacement of {h-schema} placeholder for the schema. A simple test would be to annotate any entity with _@SQLDelete_ and define a query with _ {h-schema} _ preceding the tables. |
|