Hi, > In almost all cases MS SQL Server is referred to with the schema name > 'mssql' [1,2,3,4] except for the DbDataStore [5] for which the schema is > called 'sqlserver'.
I didn't think about that. I added support for 'mssql' in https://issues.apache.org/jira/browse/JCR-1835 The reason for 'sqlserver' is: in the DbDataStore the database type is auto-detected when using JDBC (the second part in the database URL, so for jdbc:sqlserver:xyz the default database type is 'sqlserver'. > The property to set the schema is also not called > 'schema', but 'databaseType'. I have logged a bug https://issues.apache.org/jira/browse/JCR-1836 "Persistence: support property databaseType" What do you think about that? Regards, Thomas
