NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

Firebird ADO.NET Data Provider

Results 164 NETProvider issues
Sort by recently updated
recently updated
newest added

After transaction is commited or rolled back, the method CompleteTransaction set null to _transaction, after that the method TransactionCommitted of class LogMessages is called and a NullReferenceException is thrown.

component: ado.net provider
type: bug
priority: minor

This issue is very similar to #914 but in a networked environment. (My sample code is based on the code by silveraid) I try to connect to an unreachable Firebird...

component: ado.net provider

Refactor common/similar methods in `FbBatchCommand` and `FbCommand` into some helpers/shared code.

ado.net

In `GdsArray` around `EncodeSliceArray`, etc. Looks like these are not implemented: - [ ] BOOLEAN - [ ] DECFLOAT - [ ] INT128 - [ ] TIME WITH TIME ZONE...

ado.net

I think adding the `Test` suffix adds no value. Change my mind. :)

ado.net

Hi, Are the property attributes correct? Does the test tests the property properly? Please let me know if you see an issue. Thank you Best regards Daniel Trubač

Hi, would it be feasible to add public getter to _namedParameters field in FbCommand ? My use case is to get names of the parameters for a query which I...

component: ado.net provider
type: new feature
priority: minor

priority: major
type: task
component: entity framework core

When i configure model with InsertUsingStoredProcedure and try to save changes, i get an error: SQL error code = -104 Token unknown - line 1, column 1 CALL

type: bug
component: entity framework core

Hi, This is not an issue but not sure where else to ask this. Hope you can help. I have been struggling to make sense of some of the values...

component: ado.net provider
type: bug