Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgsql/parser",
"version": "1.1.1",
"version": "1.1.4",
"author": "Dan Lynch <[email protected]>",
"description": "Multi-version PostgreSQL parser with dynamic version selection",
"main": "./wasm/index.cjs",
Expand Down
6 changes: 4 additions & 2 deletions versions/15/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
WASM_OUT_DIR := wasm
WASM_OUT_NAME := libpg-query
WASM_MODULE_NAME := PgQueryModule
LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
LIBPG_QUERY_TAG := 15-4.2.4
# LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
# LIBPG_QUERY_TAG := 15-4.2.4
LIBPG_QUERY_REPO := https://github.com/launchql/libpg_query.git
LIBPG_QUERY_TAG := fix/negative-int-pg15

CACHE_DIR := .cache

Expand Down
2 changes: 1 addition & 1 deletion versions/15/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libpg-query/v15",
"version": "15.4.5",
"version": "15.4.8",
"description": "The real PostgreSQL query parser",
"homepage": "https://github.com/launchql/libpg-query-node",
"main": "./wasm/index.cjs",
Expand Down