aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/mssql-types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-01-24 15:10:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-01-24 15:10:21 +0200
commit057c8299fb1fec24338404b28f2b33473e547bc8 (patch)
treeb5b3d338fd305456b4f8681bddf2529a2272d238 /odb/mssql/mssql-types.hxx
parentd9984b4dd6e81ac2bb3315f41c686c06ce33e2f8 (diff)
Add support for mapping char[N] to CHAR/VARCHAR database types
Also improve query support for arrays (decaying).
Diffstat (limited to 'odb/mssql/mssql-types.hxx')
-rw-r--r--odb/mssql/mssql-types.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/mssql/mssql-types.hxx b/odb/mssql/mssql-types.hxx
index 9ab7082..4166a21 100644
--- a/odb/mssql/mssql-types.hxx
+++ b/odb/mssql/mssql-types.hxx
@@ -53,8 +53,7 @@ namespace odb
chunk_type, // The position of this chunk; chunk_first means
// this is the first call, chunk_last means there
// is no more data, chunk_null means this value is
- // NULL, and chunk_one means the value is empty
- // (in this case *total_size is 0).
+ // NULL, and chunk_one means the value is empty.
std::size_t size_left, // Contains the amount of data left or 0 if this
// information is not available.
void* temp_buffer, // A temporary buffer that may be used by the