Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to #761, preventing incorrect disposed command object
This addresses a race condition where a new PreparedSqliteInsertCommand object was returned in a disposed state if a second object was created and inserted into the command map during its creation. The fix always returns the item inserted into the command map.
- Loading branch information