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
Add a new mssql engine backed by github.com/sqlc-dev/teesql, a T-SQL
parser producing a SqlScriptDOM-compatible AST. The engine converts
teesql's AST into sqlc's internal AST and analyzes queries through the
analysis core, seeded with SQL Server's type system.
- internal/engine/mssql: parser, AST converter, reserved keywords and
dialect seed (types, functions, operator rules)
- Wire the engine into the compiler's core-analysis path and the parse
and analyze commands as the mssql (alias sqlserver) dialect
- Named @parameters share a number across repeated uses; OUTPUT clauses
map to returning lists with INSERTED/DELETED qualifiers stripped; the
dbo schema maps to the catalog's default namespace
- End-to-end coverage under parse_basic, analyze_basic and
analyze_params
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FrnQ4EoZ3WCWWrSsm8bhCP
0 commit comments