Reading a model from MS SQL Server 2005 only succeeds for tables in the "dbo"
schema
------------------------------------------------------------------------------------
Key: DDLUTILS-201
URL: https://issues.apache.org/jira/browse/DDLUTILS-201
Project: DdlUtils
Issue Type: Bug
Components: Core - SqlServer
Affects Versions: 1.0
Environment: MS SQL Server 2005
Reporter: rick cameron
Assignee: Thomas Dudziak
When Platform.readModelFromDatabase is used to read the model of a SQL Server
2005 database, it fails for tables that are in a schema other than "dbo".
There are several places in the code where the schema name should be specified,
but is not. For example, in
JdbcModelReader.determineAutoIncrementFromResultSetMetaData the table name
should be qualified by the schema name.
It's also necessary to change the way indices and primary & foreign keys are
read in DatabaseMetaDataWrapper. Currently the schema pattern is always null.
This works for tables in the "dbo" schema, but not for others.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.