2
0

Replace BeginIso with BeginEx

Adds support for read/write mode and deferrable modes.
This commit is contained in:
Jack Christensen
2016-12-31 11:48:45 -06:00
parent 93e5c68f69
commit 430d4943c7
5 changed files with 88 additions and 39 deletions
+4
View File
@@ -12,6 +12,10 @@ Rename Uuid to UUID in accordance with Go naming conventions.
Logger interface reduced to single Log method.
Replace BeginIso with BeginEx. BeginEx adds support for read/write mode and deferrable mode.
Transaction isolation level constants are now typed strings instead of bare strings.
## TODO / Possible / Investigate
Organize errors better