aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-01-25 14:32:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-01-25 14:32:06 +0200
commit07299aa3a0a840845c5d22b74af30aa0ce3ac9f1 (patch)
tree5594fd19c715d7658737ac5a4a3f1fa041b77012 /NEWS
parentce03afff5ef2e8da677def73079864c31c6618d8 (diff)
Document new char[N] mapping
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 93124b2..3eae712 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,14 @@ Version 2.2.0
refer to Section 4.5, "Prepared Queries" in the ODB manual as well as the
'prepared' example in the odb-examples package.
+ * Mapping for char[N] and std::array<char, N> to database VARCHAR(N-1) (or
+ similar) as well as for char to database CHAR(1) (or similar). For SQL
+ Server and SQLite on Windows equivalent mappings for wchar_t are also
+ provided. The query support for arrays has been improved to support
+ passing a value of the decayed type (pointer) as a query parameter.
+ For more information, refer to the ODB manual "Type Mapping" sections
+ for each database system.
+
* Support for automatically-derived SQL name (table, column, index, etc.)
transformations. At the higher level, it is possible to assign prefixes
and suffixes (--table-prefix, --{index,fkey,sequence}--suffix options)