Member Junction
    Preparing search index...

    One statement the AST transpiler refused to emit — a reported gap.

    interface UnhandledStatement {
        kind: string;
        snippet: string;
    }
    Index

    Properties

    Properties

    kind: string

    What the dialect saw (e.g. 'Command', 'Declare', 'sys-guard').

    snippet: string

    The offending T-SQL (possibly truncated by the dialect).