Add gqlite CLI improvements and release binary builds#7
Merged
dylanbstorey merged 2 commits intomainfrom Jan 5, 2026
Merged
Conversation
6405759 to
39492bf
Compare
- Fix multi-line statement handling with semicolon delimiter (Issue #5) - Add continuation prompt for multi-line input in interactive mode - Add TTY detection for different behavior in piped vs interactive mode - Create comprehensive CLI test suite (19 tests) - Add gqlite-portable Makefile target for release builds - Update release workflow to build and upload CLI binaries - Add CLI documentation
39492bf to
d71dcc3
Compare
- test_case_simple: Use searched CASE syntax (CASE WHEN x = y) instead of simple CASE (CASE x WHEN y) which isn't supported - test_list_range/range_with_step: List functions return raw JSON arrays parsed as multiple rows with column "value" - test_list_tail: Same - tail() returns elements as separate rows - test_string_split: Same - split() returns elements as separate rows - test_math_sqrt: Skip gracefully when SQLite math functions unavailable - test_unwind_with_range: Renamed to test_unwind_with_list_literal since UNWIND only accepts list literals, not function calls - test_with_basic: Rewrite to avoid WITH clause property access bug - Fix GraphManager doc example to use `mut gm`
74ef69f to
db63f6d
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
gqlite-portableMakefile target for release buildsTest plan
Notes
Closes #5