Skip to content

Commit

Permalink
forgot snapshot isolation level
Browse files Browse the repository at this point in the history
  • Loading branch information
rossipedia committed Jun 17, 2014
1 parent e504fc0 commit 02efee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connection.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ set transaction isolation level #{@getIsolationLevelText @config.options.connect
when ISOLATION_LEVEL.READ_UNCOMMITTED then 'read uncommitted'
when ISOLATION_LEVEL.REPEATABLE_READ then 'repeatable read'
when ISOLATION_LEVEL.SERIALIZABLE then 'serializable'
when ISOLATION_LEVEL.SNAPSHOT then 'snapshot'
else 'read committed'


Expand Down

0 comments on commit 02efee4

Please sign in to comment.