aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-12-12 11:26:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-12-12 11:26:44 +0200
commita5f24411433aeb61ad015129354a664820affab0 (patch)
tree25fb5a97c0c070b78c9318f1da3dcbc484785918 /NEWS
parent2ad2e5500dd075db421a516502c9e522fdc34ee0 (diff)
Add support for SQL name transformations
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
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.