Skip to content

Commit 063cda0

Browse files
author
Scott Tadman
committed
Clearing up modifications to postgres.js
1 parent 86c88af commit 063cda0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/dialect/postgres.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ Postgres.prototype.visit = function(node) {
142142
case 'CASE' : return this.visitCase(node);
143143
case 'AT' : return this.visitAt(node);
144144
case 'SLICE' : return this.visitSlice(node);
145-
case 'CONTAINS' : return this.visitContains(node);
146-
case 'CONTAINED BY' : return this.visitContainedBy(node);
147-
case 'OVERLAP' : return this.visitOverlap(node);
148145

149146
case 'LIMIT' :
150147
case 'OFFSET':

0 commit comments

Comments
 (0)