
If you were logged in you would be able to see more operations.
|
|
|
Importantly how one FbCommand would play in prepared statements when used in multiple FbConnections.
|
Description
|
Importantly how one FbCommand would play in prepared statements when used in multiple FbConnections. |
Show » |
|
DNET-698) the weak reference doesn't make sense. There's no code that would release the statement in finalizer on server side, so it was just a collection. I'm changing it to regular reference and hence even if the command is no disposed (fail #1) it's going to be disposed when the connection is closed (or returned to pool). This does not prevent shooting yourself into foot, but except for edge cases it's good enough.