@trenskow/pged
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -46,4 +46,4 @@ 'use strict'; | ||
this._cache = {}; | ||
this._cacheHits = {}; | ||
this._cacheQueue = {}; | ||
this._cacheHits = 0; | ||
@@ -87,3 +87,3 @@ this._commit = options.commit !== false || process.env.PG_COMMIT !== 'false'; | ||
} | ||
} else{ | ||
} else { | ||
this._cacheHits++; | ||
@@ -90,0 +90,0 @@ } |
{ | ||
"name": "@trenskow/pged", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Just a silly little db management and query builder for Postgresql.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |