Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit acb20a6

Browse filesBrowse files
committed
Fix 'not equal' parameter
1 parent 0b6deb3 commit acb20a6
Copy full SHA for acb20a6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎jsquery--1.1.sql

Copy file name to clipboardExpand all lines: jsquery--1.1.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ CREATE OPERATOR = (
158158
CREATE OPERATOR <> (
159159
LEFTARG = jsquery,
160160
RIGHTARG = jsquery,
161-
PROCEDURE = jsquery_eq,
161+
PROCEDURE = jsquery_ne,
162162
COMMUTATOR = '<>',
163163
NEGATOR = '=',
164164
RESTRICT = neqsel,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.