This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Conversation
This fixes the warnings that arise in #81
…#84) In passing, add an explanatory note on why the warnings are being ignored, and that we can remove this once upgrading the parser to PG 16.
This was still referencing `?` replacement characters, which haven't been used for many years now.
In passing this updates the structure of the include files, as done in the libpg_query source. Windows support requires Go 1.20+ due to golang/go#57455
These were accidentally copied over from the Ruby library, and don't apply to Go.
* Bump libpg_query tag * Update sources * Remove invalid comment in testdata JSON * Update expected parse test results * Update module to v6 * Update benchmarks * Update CHANGELOG
This adds extra `gokeep.go` files into each directory that only contains C source code, to ensure Go's "go mod vendor" command retains the source files correctly. Previously this required use of other vendor tools like modvendor, which are now no longer required.
This fixes strchrnul compatibility on macOS 15.4+
This fails the build and needs to be adjusted in libpg_query, but for now just remove it manually.
Co-authored-by: Gui Lin <guileen@gmail.com>
…#146) This avoids having to deal with Protobuf serialization/deserialization when the caller is only interested to know if the input statements are utility statements. As a side effect, this method also allows inferring the number of statements (separated by ";") in the input.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.