When using {h-schema} tags in @Formula query, they should be replaced by the value of the "hibernate.default_schema" property. {noformat} However, there is no correct replacement happens: {noformat} "SELECT * FROM {h-schema}Foo foo" -> "SELECT * FROM h-formulatem0_.schema Foo formulatem0_.foo" {noformat} |
|