Skip to content

Commit cea374a

Browse files
author
Sergey Kvasha
committed
add underscore to postgres fetching
1 parent 5eeab6d commit cea374a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/dialects/postgresql/operators/fetching.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'use strict';
22

3+
var _ = require('underscore');
4+
35
module.exports = function(dialect) {
46
dialect.operators.fetching.add('$json', {
57
fn: function(value, end) {

0 commit comments

Comments
 (0)