1.4.0
CQL Execution 1.4.0 is the first release supporting the CQL Release 1 STU4 specification. It contains the following changes:
- Only
DateTimehas a timezone offset (notDateorTime) - Seconds and milliseconds are now captured as a decimal in the time representation (e.g.
hh:mm:ss.fff) - Support for
ConvertQuantityandCanConvertQuantity - Implement
sizeand fixwidthforQuantity - Normalize whitespace when determining string equivalence
- Detect underflow/overflow for arithmetic operators
- Update
expandsemantics based on changes/clarification in CQL 1.4 - Add support for
same or beforeandsame or afterfor intervals - Replace "Population" context with "Unspecified" context
- Fix various bugs (see commits for details)