-
-
Notifications
You must be signed in to change notification settings - Fork 71
Scaffold table fails with "Sequence contains no matching element" #1188
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Please provide (minimal) DDL for your database. |
I got empty db file which gives same error and which i can share with you. Maybe i can send you download link by email? |
You can put the link here. |
The GetIndexes is failing for expression indexes probably because there is no columns for it.
DDL for testing:
The command line I used:
|
Hello guys,
same command
error
Best Regards! |
Hello,
FirebirdSql.EntityFrameworkCore.Firebird 11.0.0
FirebirdSql.Data.FirebirdClient 10.3.1
Entity framework 8.0.4
firebird db 3.0
I run command:
dotnet ef dbcontext scaffold "User=SYSDBA;Password=***;Database=\tt\tt\tt\tt.fdb;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0;" FirebirdSql.EntityFrameworkCore.Firebird --output-dir Models --context TTDbContext --context-dir DataContext --force
it hangs for some time, but fails with error
The text was updated successfully, but these errors were encountered: