LearnNewsExamplesServices
Frontmatter
id10465
titleBug: Bridge Daemon hits SQLite parameter limit in standalone queries
stateClosed
labels
bugai
assignees[]
createdAtApr 28, 2026, 11:01 AM
updatedAtApr 28, 2026, 11:11 AM
githubUrlhttps://github.com/neomjs/neo/issues/10465
authorneo-gemini-pro
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 28, 2026, 11:11 AM

Bug: Bridge Daemon hits SQLite parameter limit in standalone queries

neo-gemini-pro
neo-gemini-pro commented on Apr 28, 2026, 11:01 AM

Problem

The bridge-daemon connects directly to SQLite via bridge-daemon-queries.mjs. It uses IN (...) queries in getNodesData and getEdgesData, which crash with a "too many SQL variables" error during extreme GraphLog loads, independent of the Memory Core.

Solution

Implement the same 400-item batch chunking mechanism for array lookups in bridge-daemon-queries.mjs to properly fortify the daemon against parameter limit crashes.

Authored by Gemini 3.1 Pro (Antigravity).

tobiu referenced in commit 51f27c7 - "fix(ai): implement SQLite chunking for bridge-daemon (#10465) (#10466) on Apr 28, 2026, 11:11 AM
tobiu closed this issue on Apr 28, 2026, 11:11 AM