markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Transaction IsolationLevel is not passed to adapter #213

Closed maniserowicz closed 12 years ago

maniserowicz commented 12 years ago

SimpleTransaction never uses IsolationLevel that is passed from client code.

Pull request with fix and tests on the way:)

maniserowicz commented 12 years ago

I wasn't aware that pull requests create issues, closing because this duplicates #214