Commit ce871e0
1 parent a9b3cd0 commit ce871e0
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+16-7
- .github/workflows/gh-pages.yml+1-1
- CHANGELOG.md+27
- 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_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+96-24
- package-lock.json+10-6
- package.json+10-22
- pyproject.toml+8-7
- queries/highlights.scm+4-7
- src/scanner.c+2-2
- test/corpus/insert.txt+67-3
- test/corpus/select.txt+66
- test/corpus/show.txt+95
- test/corpus/unload.txt+71
- tree-sitter.json+37
0 commit comments