From 16b43575a7a7bc02a61862ad4c1db5434d3b1d68 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 29 Sep 2011 15:54:45 +0200 Subject: Make ODB Oracle aware --- odb/generator.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'odb/generator.cxx') diff --git a/odb/generator.cxx b/odb/generator.cxx index 683834c..aa56644 100644 --- a/odb/generator.cxx +++ b/odb/generator.cxx @@ -234,6 +234,7 @@ generate (options const& ops, semantics::unit& unit, path const& p) switch (ops.database ()) { case database::mysql: + case database::oracle: case database::pgsql: case database::sqlite: { @@ -285,6 +286,7 @@ generate (options const& ops, semantics::unit& unit, path const& p) switch (ops.database ()) { case database::mysql: + case database::oracle: case database::pgsql: case database::sqlite: { @@ -331,6 +333,7 @@ generate (options const& ops, semantics::unit& unit, path const& p) switch (ops.database ()) { case database::mysql: + case database::oracle: case database::pgsql: case database::sqlite: { @@ -369,6 +372,7 @@ generate (options const& ops, semantics::unit& unit, path const& p) switch (ops.database ()) { case database::mysql: + case database::oracle: case database::pgsql: case database::sqlite: { -- cgit v1.1