implement update & some fixes

This commit is contained in:
OMGeeky
2023-04-14 18:33:34 +02:00
parent 1892593be3
commit 183a110acd
7 changed files with 425 additions and 255 deletions

View File

@@ -68,13 +68,6 @@ fn implement_big_query_table_base(
#impl_set_field_value
#impl_get_field_value
#impl_from_query_result_row
async fn insert(&mut self) -> Result<()>{
todo!()
}
async fn update(&mut self) -> Result<()>{
todo!()
}
}
}
}