Skip to content

Commit 2497e83

Browse files
authoredJan 31, 2025
chore: upgrade pg query and drop deprecated crates (#188)
* chor: upgrade pg query * i cant be bothered * fix: bring back windows tests in ci * fix: leftover dep update * update lexer to support carriage returns for windoof * chore: drop deprecated crates * chore: pin pg_query on worksapce level * fix: normalize snaphots * fix: lets try it with unicde normalisaation * fix: dont print source for typecheck bc no one cares about the c code in the server anyways * fix: cleanup
1 parent afd3d19 commit 2497e83

File tree

206 files changed

+16
-6455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+16
-6455
lines changed
 

‎.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
matrix:
123123
include:
124124
# reactive once we upgrade to the latest version of pg_query that is windows-compatible
125-
# - os: windows-latest
125+
- os: windows-latest
126126
- os: ubuntu-latest
127127
steps:
128128
- name: Checkout PR branch

‎.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[submodule "libpg_query"]
22
path = libpg_query
33
url = https://github.com/pganalyze/libpg_query.git
4+
branch = 17-latest
45
[submodule "crates/tree_sitter_sql/tree-sitter-sql"]
56
path = lib/tree_sitter_sql/tree-sitter-sql
67
url = https://github.com/DerekStride/tree-sitter-sql

0 commit comments

Comments
 (0)
Please sign in to comment.