aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-06 08:58:43 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:12 +0200
commit3d1aa62e7f6dfeba4b81ea4716598fe680f1fffb (patch)
tree269833f53585612e72ba1facc0b4b997ddd936dc /odb/options.cli
parent03fbd42bd45c30875f1a5c3c52062550e4a8a7f9 (diff)
Add --oracle-client-version option and its associated C++ type oracle_version
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli13
1 files changed, 13 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index d837418..898d0d9 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -452,4 +452,17 @@ class options
but may lead to automatically-assigned ids not being in a strictly
ascending order. Refer to the SQLite documentation for details."
};
+
+ //
+ // Oracle-specific options.
+ //
+
+ ::oracle_version --oracle-client-version
+ {
+ "<v>",
+ "Specify the minimum Oracle client library (OCI) version with which the
+ generated C++ code will be linked. This information is used to enable
+ version-specific optimizations in the generated C++ code. The version
+ must be in the \c{\i{major}\b{.}\i{minor}} form, for example, \cb{11.2}."
+ };
};