SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Support RFC 3339 timestamp values in sql

Open joshua-spacetime opened this issue 11 months ago • 1 comments

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

joshua-spacetime avatar Feb 10 '25 21:02 joshua-spacetime

Looks like Omega Star finally got their shit together.

cloutiertyler avatar Feb 11 '25 01:02 cloutiertyler