Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a new EntityStoreSchemaGenerator raises a ProviderIncompatibleException [DNET828] #763

Closed
firebird-automations opened this issue Jun 13, 2018 · 3 comments

Comments

@firebird-automations
Copy link

Submitted by: Leonard Wennekers (l.wennekers)

Duplicates DNET827

I added the problem at first as an EF6 problem, but perhaps ii's just and http://ADO.NET Provider problem.
Hopefully you can tell me if this is the right place to report. I would like to retrieve all tables/views and there columns without making all entities.
This was possible with the EntityStoreSchemaGenerator class.

The following function will now raise a ProviderIncompatibleException
while this was functioning with the 5.12 version

var mConnectionString = @"Data Source=localhost;Initial Catalog=\"C:\Data\Database\UnitTest.FDB\";User Id=SYSDBA;Password=masterkey;"
var storeGenerator = new EntityStoreSchemaGenerator("FirebirdSql.Data.FirebirdClient", mConnectionString, "namespace");
storeGenerator.GenerateStoreMetadata();

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Link: This issue duplicates DNET827 [ DNET827 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

No, this is not a right place to ask. Ask in mailing list.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Closed [ 6 ]

resolution: Duplicate [ 3 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants