NETProvider
NETProvider copied to clipboard
Firebird ADO.NET Data Provider
`FbStringStartsWithTranslator` and `FbStringEndsWithTranslator`
Is year 2024 year for dropping .NET 4.8 support? There's multiple reasons why it would be nice. The codebase would be simpler and also allow use of "modern" .NET and...
This exception seems to be thrown for every statement and every client creation (`CallIfExists` function), which slows down the application. I propose a workaround that remembers which action did work...
Now, i have found the tests within the sources and have corrected the ReadObject-Function with adding of DBNull.Value. Some tests fails because of my current environment with parallel installations of...
... and classes around. Same reasoning as in https://github.com/FirebirdSQL/jaybird/issues/782.
There are two files representing FbErrorCodes static class. I have taken codes and messages from https://ib-aid.com/download/docs/firebird-language-reference-2.5/fblangref25-appx02-sqlcodes.html. Might close #1148 .
This is needed to avoid unnecessary EntryPointNotFoundException exceptions, as they massively slow down program execution - especially in development environments. Fixes #1146
Our ASP.NET Core application has been crashing about once a week lately with a lot of open threads and a deadlock when using the FbConnection.OpenAsync() function. I now found the...
Change schema reading Change GetValues() Advantage: - GetValues() with less checks and calls, performance increase until 20% - Rewrite GetSchema/GetSchemaAysnc, single request for all fields, Performance enhancement with less server...