Skip to content

Conversation

crwen
Copy link
Contributor

@crwen crwen commented Apr 9, 2025

support Vec<T> for DynRecord

limitations

  • Vec<Vec<T>> is not supported
  • Vec<Option<T> is not supported
  • Python and WASM bindings are not supported now

@@ -55,10 +56,11 @@ pub(crate) fn parse_key(desc: &ValueDesc, key: JsValue, primary: bool) -> Result
DataType::Bytes => {
to_col_value::<Vec<u8>>(key.dyn_into::<Uint8Array>().unwrap().to_vec(), primary)
}
DataType::List(_) => todo!(),
Copy link
Member

@ethe ethe Apr 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this behavior unimplemented?

# Conflicts:
#	bindings/js/Cargo.toml
#	src/record/runtime/array.rs
#	src/record/runtime/mod.rs
#	src/record/runtime/record.rs
#	src/record/runtime/value.rs
@crwen crwen requested a review from ethe April 25, 2025 06:52
@crwen crwen closed this Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants