Enfyra Server v2.2.16-patch-3
·
62 commits
to main
since this release
Enfyra Server v2.2.16-patch-3
Bug Fixes
- Fixed runtime schema mutations reading truncated
enfyra_tablemetadata: the deep-fetch default capped one-to-many/many-to-many reads at 10 rows, so tables with more than 10 columns or relations were silently truncated, corrupting revision hashing and target attestation. Runtime metadata reads inruntime-metadata-schema-router.service.tsandruntime-schema-executor.service.tsnow passlimit: 0deep options viaruntime-schema-metadata-read.util.tsso the full persisted schema is always read. - Fixed type attestation rejecting runtime-added
datecolumns:isTypeCompatibleinschema-comparison.tsnow accepts physicalDATEas compatible withdatecolumns, matching the runtime DDL path whilegetKnexColumnTypenormalizes date/datetime/timestamp totimestamp.