Itay Sabato
Itay Sabato
In case a client or intermediate layer has already aggregated several samples (e.g. an average) and the client does not have (or does not need) the originals to submit to...
In order to avoid out-of-order timestamps (which cause run-time errors), it would be very useful IMO to be able to delegate time-stamping to the module, e.g. via: ```sql TS.ADD key...
Add support for OpenAPI uniqueItems constraint validation: - Arrays with `uniqueItems: true` now generate proper Zod validation with deep equality checking - Uses fast-deep-equal library for efficient duplicate detection -...