Skip to content

Commit c3203bd

Browse files
committed
fix: integers for PG15
1 parent 781299e commit c3203bd

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/parser",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Multi-version PostgreSQL parser with dynamic version selection",
66
"main": "./wasm/index.cjs",

versions/15/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
WASM_OUT_DIR := wasm
77
WASM_OUT_NAME := libpg-query
88
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
1113

1214
CACHE_DIR := .cache
1315

versions/15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)