Member Junction
    Preparing search index...

    Result of transpiling kept T-SQL to PostgreSQL.

    interface MJTranspileResult {
        sql: string[];
        unhandled: UnhandledStatement[];
    }
    Index

    Properties

    Properties

    sql: string[]

    The emitted PostgreSQL statements, in order.

    unhandled: UnhandledStatement[]

    Per-statement T-SQL the transpiler refused to emit — the gap report.