Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0b6deb3

Browse files
committed
Fix 'greater than' operator for jsquery type
1 parent 656ddcc commit 0b6deb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsquery--1.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ CREATE OPERATOR >= (
178178
CREATE OPERATOR > (
179179
LEFTARG = jsquery,
180180
RIGHTARG = jsquery,
181-
PROCEDURE = jsquery_ge,
181+
PROCEDURE = jsquery_gt,
182182
COMMUTATOR = '<',
183183
NEGATOR = '<=',
184184
RESTRICT = scalargtsel,

0 commit comments

Comments
 (0)