Changes.Watch

Databases changelog digest

Jan 19 - Jan 25, 2026. Useful releases, risky migrations, and noisy updates from the Databases channel.

No matching updates in this bucket.

Databases updates in 2026-w04

7.3.0

  • Added a `compilerBuild` option (fast or small) allowing users to choose between speed‑optimized or size‑optimized query compiler engines.
  • Enabled raw queries ($executeRaw, $queryRaw) to bypass the query compiler and go directly to the driver for lower overhead.
  • Fixed multiple issues: updated MSSQL adapter to v12.2.0, pinned better‑sqlite3 version, reverted @map enum behavior to previous semantics, and cast BigInt fields to text in JSON aggregations to preserve precision.