1 file changed
+1
-1
lines changed- .gitattributes+4
- .github/workflows/ci.yml+17-8
- .github/workflows/gh-pages.yml+7-1
- .github/workflows/tag.yml+33
- .gitignore+52
- CHANGELOG.md+74
- CMakeLists.txt+65
- CONTRIBUTING.md+15-2
- Cargo.toml+15-14
- Package.swift+29-26
- bindings/c/tree-sitter-sql.pc.in+8-8
- bindings/c/tree_sitter/tree-sitter-sql.h
- 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/node/index.js+5-1
- 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+13-5
- 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+160-32
- package-lock.json+3-14
- package.json+11-24
- pyproject.toml+8-7
- queries/highlights.scm+5-7
- setup.py+38-21
- 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+70
- test/corpus/expressions.txt+19
- test/corpus/functions.txt+52
- test/corpus/insert.txt+67-3
- test/corpus/literals.txt+106
- test/corpus/select.txt+165-6
- test/corpus/show.txt+95
- test/corpus/unload.txt+71
- tree-sitter.json+37
0 commit comments