Skip to content
4 changes: 2 additions & 2 deletions crates/bindings/tests/ui/tables.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ error[E0277]: `&'a Alpha` cannot appear as an argument to an index filtering ope
= note: The allowed set of types are limited to integers, bool, strings, `Identity`, `Uuid`, `ConnectionId`, `Hash` and no-payload enums which derive `SpacetimeType`,
= help: the following other types implement trait `FilterableValue`:
&ConnectionId
&FunctionVisibility
&Identity
&Lifecycle
&TableAccess
&TableType
&bool
&ethnum::int::I256
&ethnum::uint::U256
and $N others
note: required by a bound in `UniqueColumn::<Tbl, <Col as spacetimedb::table::Column>::ColType, Col>::find`
--> src/table.rs
Expand All @@ -154,13 +154,13 @@ error[E0277]: the trait bound `Alpha: IndexScanRangeBounds<(Alpha,), SingleBound
|
= help: the following other types implement trait `FilterableValue`:
&ConnectionId
&FunctionVisibility
&Identity
&Lifecycle
&TableAccess
&TableType
&bool
&ethnum::int::I256
&ethnum::uint::U256
and $N others
= note: required for `Alpha` to implement `IndexScanRangeBounds<(Alpha,), SingleBound>`
note: required by a bound in `RangedIndex::<Tbl, IndexType, Idx>::filter`
Expand Down
2 changes: 2 additions & 0 deletions crates/lib/src/db/raw_def.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pub mod v8;
pub use v8::*;

pub mod v9;

pub mod v10;
Loading
Loading