From 4c93ef61fa5ba01c405df5e3dff7b304b8633462 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:51:32 -0500 Subject: [PATCH] docs: mention `scanSync` in "Other improvements" section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ebf893c..9087a71 100644 --- a/readme.md +++ b/readme.md @@ -129,6 +129,7 @@ The type definitions are generated from the [srcdata](https://github.com/pganaly - Uses `prebuild-install` to avoid bundling every platform's binaries into the package. - Added `splitWithScannerSync` for SQL statement splitting. +- Added `scanSync` for token scanning. - [Generated](https://github.com/pg-nano/pg-parser/blob/16-latest/scripts/generateTests.ts) unit tests (see [snapshots](https://github.com/pg-nano/pg-parser/tree/16-latest/test/postgres_regress/__snapshots__) of every SQL case supported by `libpg_query`). ## Contributing