diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-20 18:51:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-20 18:51:16 +0200 |
commit | ca8a556f810b1e4202033076e56c1bc7285909c5 (patch) | |
tree | 3dfb8e40680d057e3fae4bb3afd34e74416b2ad0 | |
parent | a36a800652dbf0089566001f2f6adbcedbc978ac (diff) |
Add note on UUID format
-rw-r--r-- | odb/pgsql/pgsql-types.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/pgsql-types.hxx b/odb/pgsql/pgsql-types.hxx index bd216c6..5579aa0 100644 --- a/odb/pgsql/pgsql-types.hxx +++ b/odb/pgsql/pgsql-types.hxx @@ -37,7 +37,7 @@ namespace odb bit, // Buffer is a char array. varbit, // Buffer is a char array. uuid // Buffer is a 16-byte char array; size capacity, truncated - // are unused. + // are unused. Note: big-endian, in RFC 4122/4.1.2 order. }; buffer_type type; |