From 7364ed693dd404dcdb9fb55c9027d7465b1eaa8e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Dec 2011 14:25:33 +0200 Subject: Add missing mentioning of Oracle --- odb/options.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/odb/options.cli b/odb/options.cli index 6008d56..97bc48a 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -69,9 +69,9 @@ class options Depending on the database being used (\cb{--database} option), the schema is generated either as a standalone SQL file or embedded into the generated C++ code. By default the SQL file is generated for - the MySQL and PostgreSQL databases and the schema is embedded into the - C++ code for the SQLite database. Use the \cb{--schema-format} option - to alter the default schema format." + the MySQL, PostgreSQL, and Oracle databases and the schema is embedded + into the C++ code for the SQLite database. Use the \cb{--schema-format} + option to alter the default schema format." }; std::set< ::schema_format> --schema-format -- cgit v1.1