summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/relational/oracle/model.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/odb/relational/oracle/model.cxx b/odb/relational/oracle/model.cxx
index f09a711..ba41889 100644
--- a/odb/relational/oracle/model.cxx
+++ b/odb/relational/oracle/model.cxx
@@ -25,15 +25,6 @@ namespace relational
object_columns (base const& x): base (x) {}
virtual string
- default_bool (semantics::data_member&, bool v)
- {
- // Oracle seems to have the TRUE and FALSE literals, though no
- // boolean type.
- //
- return v ? "1" : "0";
- }
-
- virtual string
default_enum (semantics::data_member& m, tree en, string const&)
{
// Make sure the column is mapped to Oracle NUMBER.