-
-
Couldn't load subscription status.
- Fork 155
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi.
We have an issue when using Ktorm with SQL Server. The queries do not work with a db user which has no default schema, since the schema defined in the connection (e.g. via spring data source) is ignored / not supported by the SQL server driver.
It would be good to be able to enforce a schema prefix in the queries / pass a schema in the entity definition.
E.g.
object DimDate : Table<Nothing>("DimDate", "MySchema") { ... }
=>
SELECT * FROM MySchema.DimDate
It seems this is not possible right now. Is there a suggested work around?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request