Implicit integer->boolean cast (for BIT column compatibility)
EVERY line of the emitted header — comments included — must be schema-agnostic. The header is
built for whatever schema the caller names, so a literal like __mj in the prose is wrong for
every other target and misleading in the file it lands in. DialectHeaderBuilder.test.ts asserts
that BuildHeader('custom') contains no __mj; that is what caught the worked example this
file's CREATE SCHEMA note used to carry.
PostgreSQL header builder.
Produces the standard MJ PostgreSQL header with:
EVERY line of the emitted header — comments included — must be schema-agnostic. The header is built for whatever schema the caller names, so a literal like
__mjin the prose is wrong for every other target and misleading in the file it lands in.DialectHeaderBuilder.test.tsasserts thatBuildHeader('custom')contains no__mj; that is what caught the worked example this file's CREATE SCHEMA note used to carry.