aboutsummaryrefslogtreecommitdiff
path: root/odb/generator.cxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-29 15:54:45 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:11 +0200
commit16b43575a7a7bc02a61862ad4c1db5434d3b1d68 (patch)
tree780cff996a75c3d959bd31e4924fcf59884863f9 /odb/generator.cxx
parentf90eeeb3fcfb05704c999a4ef055a2a5bb31a08c (diff)
Make ODB Oracle aware
Diffstat (limited to 'odb/generator.cxx')
-rw-r--r--odb/generator.cxx4
1 files changed, 4 insertions, 0 deletions
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:
{