]> Cypherpunks repositories - gostls13.git/commit
database/sql: add String method to IsolationLevel
authorAlexey Palazhchenko <alexey.palazhchenko@gmail.com>
Tue, 6 Feb 2018 05:56:53 +0000 (08:56 +0300)
committerDaniel Theophanes <kardianos@gmail.com>
Thu, 22 Feb 2018 15:17:52 +0000 (15:17 +0000)
commitef3ab3f5e2e612532733b3cdd38eefa387595fe3
treeaee728a2770cc19702fa24db65c0ce3c5832cd03
parent1e05924cf53c3cfe84114f4bf7a31b8632fdc608
database/sql: add String method to IsolationLevel

Fixes #23632

Change-Id: I7197e13df6cf28400a6dd86c110f41129550abb6
Reviewed-on: https://go-review.googlesource.com/92235
Reviewed-by: Daniel Theophanes <kardianos@gmail.com>
src/database/sql/sql.go