Skip to content

fix(query-graph): map n.id to node_id string column, not integer PK (closes #187)#190

Merged
Wolfvin merged 1 commit into
mainfrom
fix/issue-187-query-graph-id-mapping
Jul 3, 2026
Merged

fix(query-graph): map n.id to node_id string column, not integer PK (closes #187)#190
Wolfvin merged 1 commit into
mainfrom
fix/issue-187-query-graph-id-mapping

Conversation

@Wolfvin

@Wolfvin Wolfvin commented Jul 3, 2026

Copy link
Copy Markdown
Owner

1-line fix. Cypher n.id was mapped to the integer auto-increment PK column instead of the node_id string column in _NODE_PROPERTIES. CONTAINS/= queries on n.id always returned 0 results. Verified: now returns 4 matches for CONTAINS 'google-auth-cache' on a scanned TS workspace.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Wolfvin Wolfvin merged commit ab0d789 into main Jul 3, 2026
1 of 7 checks passed
@Wolfvin Wolfvin deleted the fix/issue-187-query-graph-id-mapping branch July 3, 2026 14:09
@sonarqubecloud

sonarqubecloud Bot commented Jul 3, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant