mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Clarified that blobs can also be serialized as scalars
This commit is contained in:
parent
c820a4023a
commit
5035c06615
@ -209,7 +209,7 @@ For optimal performance, the specified types must be as strict as possible, here
|
||||
* `ValueType::INT`: Direct storage of integer values.
|
||||
* `ValueType::BOOL`: Direct storage of boolean values.
|
||||
* `ValueType::FLOAT`: Direct storage of floating point (double precision) values.
|
||||
* `ValueType::SCALAR`: Values of any scalar type (including arrays, excluding objects), serialized as specified in the settings.
|
||||
* `ValueType::SCALAR`: Values of any scalar type (including blobs and arrays, excluding objects), serialized as specified in the settings.
|
||||
Using SCALAR worsens performances, please use any of the other types if possible.
|
||||
* `ValueType::OBJECT`: Objects extending DbObject, serialized as specified in the settings.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user