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 11{
22 "name" : " @pgsql/parser" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "author" :
" Dan Lynch <[email protected] >" ,
55 "description" : " Multi-version PostgreSQL parser with dynamic version selection" ,
66 "main" : " ./wasm/index.cjs" ,
Original file line number Diff line number Diff line change 66WASM_OUT_DIR := wasm
77WASM_OUT_NAME := libpg-query
88WASM_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
1113
1214CACHE_DIR := .cache
1315
Original file line number Diff line number Diff line change 11{
22 "name" : " @libpg-query/v15" ,
3- "version" : " 15.4.5 " ,
3+ "version" : " 15.4.6 " ,
44 "description" : " The real PostgreSQL query parser" ,
55 "homepage" : " https://github.com/launchql/libpg-query-node" ,
66 "main" : " ./wasm/index.cjs" ,
You can’t perform that action at this time.
0 commit comments