Whether ORDER BY is legal inside CTE definitions on this platform
Default ORDER BY expression for paging when no ORDER BY exists. SQL Server: '(SELECT NULL)', PostgreSQL: '1'
node-sql-parser dialect string (e.g., 'TransactSQL', 'PostgresQL', 'MySQL')
Minimal dialect interface consumed by
@memberjunction/sql-parser.SQLParser needs only these properties to be dialect-aware. The full SQLDialect class implements this interface plus 80+ additional methods for DDL/DML generation, data type mapping, etc.
When adding a new database platform, implement at minimum this interface for parser support. Implement the full
SQLDialectfor complete MJ support.