jasondentler / Simple.Data.RawSql

Raw sql query extensions to Simple.Data
Other
8 stars 6 forks source link

Wrong database connection is used in SimpleTransaction #4

Open WayneHiller opened 11 years ago

WayneHiller commented 11 years ago

When using the SimpleTransaction extensions the database connection that is tied to the current transaction is not used, a new connection is created. This of coarse causes locking problems.

Wayne

tobiasb commented 10 years ago

This is still a problem. Is there a workaround to avoid locking issues? How can I execute a query in the context of a transaction?

tobiasb commented 10 years ago

@jasondentler