SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Module query macro: support dealing with options and results

Open cloutiertyler opened this issue 1 year ago • 1 comments

At a bare minimum, support:

query!(|x: X| x.option_field.is_some())
query!(|x: X| x.option_field.is_none())
query!(|x: X| x.result_field.is_ok())
query!(|x: X| x.result_field.is_err())

cloutiertyler avatar Jun 11 '24 17:06 cloutiertyler

Deprioritizing the query macro in favor of the low level multi-column index methods

cloutiertyler avatar Jun 11 '24 17:06 cloutiertyler

I'm closing this since macro has been removed for now.

RReverser avatar Jan 06 '25 18:01 RReverser