NETProvider
NETProvider copied to clipboard
Firebird ADO.NET Data Provider
Because I found the read speed slow in Firebird, I tested it with other databases. The read speed results for a single-column table with 10M records were as follows: -...
Single()
Entity Core Single() function produces 👍 Select s.Value from ( actual query here ) as s but Value is reserved word
Not sure if you're still actively supporting .NetFramework but I have a couple of issues when accessing Firebird embedded databases in my BlackbirdSql DDEX and SqlEditor extension. I have built-in...
**Actual Result** - _System.InvalidOperationException: 'InitializeClientSecurity not called'_ exception when try to _fbConnection.Open()_ with invalid ConnectionString password **Expected Result** - _FbException_ exception should happen instead of _System.InvalidOperationException_ exception **Steps to Reproduce...