fix(driver-sql)!: findWithWindowFunctions presents its rows like every other read door (#16609) #22625
pr-automation.yml
on: pull_request
Check PR Size
16s
Check Changeset
52s
Auto Label
19s
Annotations
1 notice
|
Check Changeset:
.changeset/window-functions-row-presentation.md#L0
ADR-0087 exemption (no-migration-prescription): Nothing authorable moves: no spec key, export, config field or stored metadata changes spelling or shape, `packages/spec` is untouched, no DDL and no stored bytes change, and `objectstack migrate meta` has nothing to rewrite. What moves is the PRESENTATION one driver door applies to values it reads back — `findWithWindowFunctions()` now runs each row through the same `formatOutput` pass `find()` has always run — so the door stops disagreeing with the driver's own declared read contract. The consumer note below is guidance for code that had compensated for the old storage forms; it prescribes no rewrite of any authored artifact.
|