Alan Braga
Alan Braga
It would be great if during the database creation, using Entity Framework, we could define the default collation. ```ModelBuilder``` has a method ```UseCollation```. But it doesn't work with Firebird. Another...
Hi! Does anyone knows if it's possible to connect to a database encrypted with IBSurgeon's "Firebird Encryption Plugin Framework" using fibplus? I connected using KeyHolder.conf on plugins folder, however this...
Modifications to avoid error: "The LINQ expression ... could not be translated" Without this modification I've got the exception below when QuartzJob try to prune Tokens # Exception ## Depth...
I’ve created the following test project to illustrate my problem: https://github.com/alansbraga/DatabaseTest In my real project, I initially created the structure using .NET 6 and have since migrated to .NET 8....