SpacetimeDB
SpacetimeDB copied to clipboard
Support RFC 3339 timestamp values in sql
Description of Changes
Adds RFC 3339 formatted timestamps to sql. This only required updates to the type system.
Note this does not introduce any new optimizations. Timestamp columns can be indexed and so all current optimizations related to indexed columns still apply.
API and ABI breaking changes
None
Expected complexity level and risk
1.5
Just added timestamp parsing and expanded a typing constraint to allow timestamp values in comparison expressions.
Testing
New typing tests
Looks like Omega Star finally got their shit together.