aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/sqlite-types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/sqlite-types.hxx')
-rw-r--r--odb/sqlite/sqlite-types.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/sqlite/sqlite-types.hxx b/odb/sqlite/sqlite-types.hxx
index 316c032..295cd1f 100644
--- a/odb/sqlite/sqlite-types.hxx
+++ b/odb/sqlite/sqlite-types.hxx
@@ -22,7 +22,8 @@ namespace odb
{
integer, // Buffer is long long; size, capacity, truncated are unused.
real, // Buffer is double; size, capacity, truncated are unused.
- text, // Buffer is a char array.
+ text, // Buffer is a UTF-8 char array.
+ text16, // Buffer is a UTF-16 2-byte char array (sizes in bytes).
blob // Buffer is a char array.
};