@trenskow/pged
Advanced tools
Comparing version 5.0.29 to 5.0.30
@@ -153,6 +153,6 @@ import Puqeue from 'puqeue'; | ||
if (this._transactions.count == 1) { | ||
await this._query('begin;'); | ||
if (this._transactions.mode !== 'readCommitted') { | ||
await this.set.transactionMode[this._transactions.mode](); | ||
} | ||
await this._query('begin;'); | ||
await this.emit('startedTransaction'); | ||
@@ -159,0 +159,0 @@ } |
{ | ||
"name": "@trenskow/pged", | ||
"version": "5.0.29", | ||
"version": "5.0.30", | ||
"description": "Just a silly little db management and query builder for PostgreSQL.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |