NuoDB C Driver Release Notes
- V4.0.0
-
-
Added the new member
NUODB_TYPE_VARBINARYtoNuoDB_Type_enumfor the existingVARBINARYdata type. For more information, see NuoDB_Type_enum. -
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, andNuoDB_Vector.
-
- V3.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.
-