The generated metadata script by using CreateDatabaseScript from a context only uses defined entity types
---------------------------------------------------------------------------------------------------------
Key: DNET-829
URL: http://tracker.firebirdsql.org/browse/DNET-829
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 6.0.0.0
Environment: Firebird 2.5.7
Reporter: Leonard Wennekers
Assignee: Jiri Cincura
I'm using the following code to generate my metadata script:
var adapter = ((IObjectContextAdapter)context).ObjectContext;
var script = adapter.CreateDatabaseScript();
Earlier versions of the provider were generating the complete script of my database for the tables, views, indexes and triggers.
Now it's only creating the tables I configured as entitytypes. Even the extra tables I create by using the migrator are not
inside the script anymore.
Is this a result of a breaking issue????
Thanks already in advance for your support and kind regards,
Leonard Wennekers
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|