- Platform/driver parity: aligned PostgreSQL binary/varbinary declarations with Datazen/Doctrine (`BYTEA`), implemented PostgreSQL-specific date arithmetic interval SQL and `LOCATE(..., start)` `CASE` behavior, and aligned SQL Server BLOB declarations to `VARBINARY(MAX)`. In the MSSQL adapter, fixed metadata type-name detection (`column.type` is a function in `mssql`/tedious), normalized SQL Server temporal result values to preserve DB wall-clock semantics, and added typed `VARBINARY(MAX)` parameter binding (including `NULL`) for `ParameterType.BINARY`/`LARGE_OBJECT`. This removes the prior PostgreSQL (`BinaryDataAccessTest`, `DataAccessTest`) and SQL Server (`BlobTest`, `DataAccessTest`) functional failures without test-specific hacks. Validated with `bun run typecheck`, full functional suites on `postgresql` and `sqlserver`, `bun run format`, and `bun run test`.
0 commit comments