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
4 changes: 2 additions & 2 deletions full/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ 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 := 18.0.0
# LIBPG_QUERY_TAG := 17-6.1.0
LIBPG_QUERY_REPO := https://github.com/constructive-io/libpg_query.git
LIBPG_QUERY_TAG := 18-constructive
LIBPG_QUERY_TAG := 17-constructive

CACHE_DIR := .cache

Expand Down
2 changes: 1 addition & 1 deletion full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ pnpm run test

## Versions

Built with the `18-latest` branch from libpg_query (tag `18.0.0`), based on PostgreSQL 18.
Built from the `17-constructive` branch of [constructive-io/libpg_query](https://github.com/constructive-io/libpg_query) (PostgreSQL 17, with PL/pgSQL serializer fixes).


## Troubleshooting
Expand Down
4 changes: 2 additions & 2 deletions full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libpg-query/parser",
"version": "17.6.9",
"version": "17.6.10",
"description": "The real PostgreSQL query parser",
"homepage": "https://github.com/constructive-io/libpg-query-node",
"main": "./wasm/index.cjs",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@yamlize/cli": "^0.8.0"
},
"dependencies": {
"@pgsql/types": "^18.0.0"
"@pgsql/types": "^17.6.2"
},
"keywords": [
"sql",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading