Skip to content
Snippets Groups Projects

ENH: Use new value and datatype structs

Merged Florian Spreckelsen requested to merge f-value-data-structs into dev
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -16,9 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Minimal error handling
* Queries
* Retrieval by id(s)
* Enums for CaosDB datatypes, importances, roles, and collections
### Changed
* Structs for value and datatype are now used internally to set and get values
of entities and properties.
* `get_datatype` now returns a tuple with the datatype name and the collection
type (or nothing in case of scalar datatypes)
### Deprecated
### Removed
Loading