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

Big model (Code first Entity Framework) and Firebird 3.0 [DNET817] #752

Closed
firebird-automations opened this issue May 10, 2018 · 3 comments

Comments

@firebird-automations
Copy link

Submitted by: Peter Barbanyaga (barbanyaga)

Duplicates DNET769

We try to use the approach of Code First (Entity Framework 6.2) with the DBMS Firebird 3.0. For a small model (up to 10 tables) migrations are generated and executed.
The problem arises when there is a large model (in our case 153 tables) - in this case we are faced with a "limit on the maximum length of a BINARY type" (because full EF-model (Code first) is written in the field 'Model'):

FirebirdSql.Data.FirebirdClient.FbException (0x80004005):
Dynamic SQL Error Dynamic SQL Error SQL error code = -104
String literal with 66866 characters exceeds the maximum length of 65535 characters for the BINARY character set

Related issue: CORE5821

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

This is probably a duplicate of DNET769

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Link: This issue duplicates DNET769 [ DNET769 ]

@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