From 07299aa3a0a840845c5d22b74af30aa0ce3ac9f1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Jan 2013 14:32:06 +0200 Subject: Document new char[N] mapping --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') 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 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) -- cgit v1.1