File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pgsql/parser" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"author" : " Dan Lynch <pyramation@gmail.com>" ,
5
5
"description" : " Multi-version PostgreSQL parser with dynamic version selection" ,
6
6
"main" : " ./wasm/index.cjs" ,
Original file line number Diff line number Diff line change 6
6
WASM_OUT_DIR := wasm
7
7
WASM_OUT_NAME := libpg-query
8
8
WASM_MODULE_NAME := PgQueryModule
9
- LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
10
- LIBPG_QUERY_TAG := 15-4.2.4
9
+ # LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
10
+ # LIBPG_QUERY_TAG := 15-4.2.4
11
+ LIBPG_QUERY_REPO := https://github.com/launchql/libpg_query.git
12
+ LIBPG_QUERY_TAG := fix/negative-int-pg15
11
13
12
14
CACHE_DIR := .cache
13
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @libpg-query/v15" ,
3
- "version" : " 15.4.5 " ,
3
+ "version" : " 15.4.6 " ,
4
4
"description" : " The real PostgreSQL query parser" ,
5
5
"homepage" : " https://github.com/launchql/libpg-query-node" ,
6
6
"main" : " ./wasm/index.cjs" ,
You can’t perform that action at this time.
0 commit comments