FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://www.firebirdsql.org/en/net-provider/
Other
152 stars 63 forks source link

is longer than Firebird's 31 characters limit for object names. #1127

Closed ddisante closed 10 months ago

ddisante commented 10 months ago

Hi, I have this error in my C# ASP .Net project with Update-Database EF command for a ForeignKey, my configuration is:

All Nuget packages are up to date.

In firebird.conf and database.conf I've enable support for 63 char.

I tried with Flamerobin and DBeaver to create object with name over 31 char and no error issue.

Thanks in advance.

cincuranet commented 10 months ago

EF6 provider here is in maintenance/legacy mode here (see https://groups.google.com/g/firebird-net-provider/c/_0Hwoh5XG_I). If somebody feels like tackling this with good PR, it will be reopened.