Member Junction
    Preparing search index...

    Interface MJPostgresTranspileResult

    Result of transpiling MemberJunction T-SQL to PostgreSQL via the MJ dialect.

    interface MJPostgresTranspileResult {
        sql: string[];
        unhandled: MJUnhandledStatement[];
    }
    Index

    Properties

    Properties

    sql: string[]

    The emitted PostgreSQL statements, in order.

    Statements the dialect refused to emit — never silently dropped.