Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.18.0
-
None
-
None
Description
Using PostgreSQL multi-scheme setup, Jackrabbit is struggling to create a table for a repository if a table with the same name (in a different repository) already exists in this database instance.
The issue comes from the method "tableExists(String tableName)" with flag "checkTablesWithUserName" set to false, which makes global search in whole database and find already created table in another repo. As result there is no table created.