NuoDB C++ Driver Release Notes
- V21.0.0
-
-
Added a new
VECTOR(<dimensions>, DOUBLE)data type to store vector data, such as embeddings, along with built-in functions for comparing vector similarity. For more information, see SQL Vector Type, SQL Vector Functions and Operators, andVectorDoublein /nuodb/8.0.x/api/c++/namespacemembers.html.
-
- V20.0.0
-
-
Function calls that report "Failure translating database character encoding (UTF-8) to local character encoding xxx" could cause memory leaks.
The issue has been resolved -
The options to configure connection properties when connecting to NuoDB database are now case-insensitive.
-