summaryrefslogtreecommitdiff
path: root/odb/generator.cxx
diff options
context:
space:
mode:
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:
{