From a5f24411433aeb61ad015129354a664820affab0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Dec 2012 11:26:44 +0200 Subject: Add support for SQL name transformations --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e4fd9f3..b07df8b 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,15 @@ 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. + * 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) + as well as to convert to upper or lower case (--sql-name-case option). + At the lower level, it is possible to specify transformations as regular + expressions (--{table,column,index,fkey,sequence,sql-name}-regex options). + For more information, refer to the SQL NAME TRANSFORMATIONS section in + the ODB compiler command line interface documentation (man pages). + * New options, --export-symbol and --extern-symbol, allow DLL exporting of the generated database support code. -- cgit v1.1