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 fb5d782 commit e3805a6Copy full SHA for e3805a6
.github/workflows/build.yml
@@ -17,7 +17,8 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
strategy:
19
matrix:
20
- os: [ubuntu-20.04, windows-latest, macos-latest]
+ # os: [ubuntu-20.04, windows-latest, macos-latest]
21
+ os: [windows-latest]
22
23
steps:
24
- uses: actions/checkout@v4
test/json_equal.sql
@@ -1,7 +1,7 @@
1
-- Copyright (c) 2024 StackQL Studios, MIT License
2
-- https://github.com/stackql
3
4
-.load dist/json_equal
+.load ./dist/json_equal.dll
5
6
-- Test for identical JSON objects
7
select '2_01', json_equal('{"key": "value"}', '{"key": "value"}') = 1;
0 commit comments