Commit 43f16e3
1 parent ca28bd8 commit 43f16e3
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+16-7
- .github/workflows/gh-pages.yml+1-1
- CHANGELOG.md+43
- CMakeLists.txt+60
- CONTRIBUTING.md+2
- Cargo.toml+15-14
- Package.swift+29-26
- bindings/c/tree-sitter-sql.pc.in+8-8
- bindings/go/binding.go+1-1
- bindings/go/binding_test.go+2-2
- bindings/go/go.mod-5
- bindings/node/binding.cc+1-1
- bindings/node/binding_test.js+9
- bindings/python/tests/test_binding.py+11
- bindings/python/tree_sitter_sql/__init__.py+39-2
- bindings/python/tree_sitter_sql/__init__.pyi+10-1
- bindings/python/tree_sitter_sql/binding.c+2-2
- bindings/rust/build.rs+5-9
- bindings/rust/lib.rs+22-21
- bindings/swift/TreeSitterSql/sql.h+1-1
- bindings/swift/TreeSitterSqlTests/TreeSitterSqlTests.swift+12
- go.mod+5
- grammar.js+112-30
- package-lock.json+3-14
- package.json+11-24
- pyproject.toml+8-7
- queries/highlights.scm+4-7
- src/scanner.c+3-4
- test/corpus/alter.txt+29
- test/corpus/comment_stat.txt+44
- test/corpus/create.txt+27
- test/corpus/delete.txt+19
- test/corpus/drop.txt+36
- test/corpus/insert.txt+67-3
- test/corpus/literals.txt+73
- test/corpus/select.txt+97-4
- test/corpus/show.txt+95
- test/corpus/unload.txt+71
- tree-sitter.json+37
0 commit comments