Skip to content

fix(vba): SQL_TABLE_RE captures reserved words as table names in concatenated SQL#228

Merged
ardelperal merged 2 commits into
mainfrom
fix/203-sql-table-re-reserved-words
Jul 21, 2026
Merged

fix(vba): SQL_TABLE_RE captures reserved words as table names in concatenated SQL#228
ardelperal merged 2 commits into
mainfrom
fix/203-sql-table-re-reserved-words

Conversation

@ardelperal

Copy link
Copy Markdown
Owner

Closes #203

  • Consolidates SQL table scanning in one shared module.
  • Rejects reserved SQL keywords and marks dropped dynamic operands with a sentinel.
  • Adds unit and extractor regression coverage for concatenated SQL.

@ardelperal ardelperal added the area:vba VBA/Access-specific work (parent codegraph product) label Jul 21, 2026
@ardelperal
ardelperal merged commit 0d0c6fc into main Jul 21, 2026
5 checks passed
@ardelperal
ardelperal deleted the fix/203-sql-table-re-reserved-words branch July 21, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:vba VBA/Access-specific work (parent codegraph product)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(vba): SQL_TABLE_RE captures reserved words as table names in concatenated SQL

1 participant