summaryrefslogtreecommitdiff
path: root/odb/relational/oracle
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/oracle')
-rw-r--r--odb/relational/oracle/model.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/oracle/model.cxx b/odb/relational/oracle/model.cxx
index a71d351..f09a711 100644
--- a/odb/relational/oracle/model.cxx
+++ b/odb/relational/oracle/model.cxx
@@ -30,7 +30,7 @@ namespace relational
// Oracle seems to have the TRUE and FALSE literals, though no
// boolean type.
//
- return v ? "TRUE" : "FALSE";
+ return v ? "1" : "0";
}
virtual string