We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e8dd8 commit aed0c10Copy full SHA for aed0c10
test/json_equal.sql
@@ -1,4 +1,4 @@
1
-.load ./dist/json_equal
+.load './dist/json_equal'
2
3
-- Test for identical JSON objects
4
select '2_01', json_equal('{"key": "value"}', '{"key": "value"}') = 1;
0 commit comments