MemGQL v0.7 docs: typed projections, liveness queries, NUMERIC + ORDER BY alias#1653
Open
DavIvek wants to merge 3 commits into
Open
MemGQL v0.7 docs: typed projections, liveness queries, NUMERIC + ORDER BY alias#1653DavIvek wants to merge 3 commits into
DavIvek wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…R BY alias Catch the memgql docs up to PRs #24, #29, #30: - changelog: new v0.7.0 section (typed RETURN p / RETURN r, connection-less RETURN 1 liveness, ORDER BY by RETURN alias, delimited identifiers, Postgres NUMERIC fix) - reference: add whole-node/whole-relationship + liveness matrix rows; drop the now-false 'RETURN n returns column values' limitation - connect/{postgres,mysql,duckdb}: add whole-node/whole-relationship matrix row; drop the stale RETURN n limitation
… PG/MySQL/DuckDB apply_descriptors is wired into all seven SQL connectors (incl. ClickHouse, Iceberg, Pinot, Oracle); match the PR title's 'on every SQL backend'.
…berg, Pinot pages Typed projections (PR #29) work on every SQL connector; surface it in the feature table of the narrower-verified connector pages too.
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.
Release note
Catches the MemGQL docs up to three merged product PRs:
RETURN p/RETURN rnow return structured Bolt Nodes & Relationships on every SQL backend (PostgreSQL, MySQL, DuckDB, ClickHouse, Iceberg, Pinot, Oracle) — a map projection is no longer required.RETURN 1,RETURN 1 + 2 AS x) now work with no backend configured.NUMERICcolumns deserialize correctly,ORDER BYcan reference aRETURNalias in cross-backend queries, and delimited (quoted) identifiers parse.Adds a v0.7.0 changelog section and new feature-matrix rows, and removes the now-obsolete "
RETURN nreturns column values" limitation from the reference and the postgres/mysql/duckdb connector pages.Related product PRs
PRs from product repo this doc page is related to:
Checklist:
bugfixorfeaturelabel, based on the product PR type you're documenting