From 3d1aa62e7f6dfeba4b81ea4716598fe680f1fffb Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 6 Oct 2011 08:58:43 +0200 Subject: Add --oracle-client-version option and its associated C++ type oracle_version --- odb/options.cli | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'odb/options.cli') 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 + { + "", + "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}." + }; }; -- cgit v1.1