Memgraph v3.11.0#1629
Open
gitbuda wants to merge 13 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Cursor <cursoragent@cursor.com>
Documents the transaction starting timestamp exposed to procedures. The value stays stable across USING PERIODIC COMMIT boundaries, making it usable as a per-query cache key. Pairs with memgraph/memgraph#4167.
…#1627) Add the two new columns to the schema table and example outputs, note that snapshot rows now populate them at the top level, and update the snapshot-progress callout to mention the brief window where start_time can read as null.
* docs(schema): document expanded output of schema type-properties procedures Update the Output, Usage, and Example sections of schema.node_type_properties and schema.rel_type_properties to describe the new sourceNodeLabels, targetNodeLabels, propertyObservations, and totalObservations columns and the (relType, sourceNodeLabels, targetNodeLabels) partitioning for the rel-properties procedure. Replace example result tables with output captured against the updated procedures. * docs(schema): fix Kept key value in schema.assert example The Kept row of the schema.assert example showed "id" for a unique constraint on a single property, but the procedure emits "[id]" (the stringified property list) for that action.
Add the cross_database reference page covering all procedures (bolt, neo4j, mysql, postgresql, sql_server, oracle_db, s3, arrow_flight, duckdb, servicenow), the Bolt type conversion rules (including the lossy 30-days-per-month Duration flattening), the same-parameters guard, and the migrate.* alias table. Reduce the migrate page to a redirect stub pointing at cross_database; the migrate.* names continue to work via Memgraph's callable-mapping aliases, but the canonical reference now lives at cross_database.
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.
Make sure to do:
Milestones
Docs Integration Tracking
Breaking changes PRs
Docs needed (Memgraph PR → Docs PR)
Changelog (all PRs requiring a changelog entry)