You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(examples): handle SQLite 'main' schema as None
SQLite's 'main' schema is not a real schema like PostgreSQL's 'public'.
When get_example_default_schema() returns 'main', treat it as None to
avoid "near SCHEMA: syntax error" when loading examples on SQLite.
Extracted _get_effective_schema() helper to reduce function complexity.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments