aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-06 13:45:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-06 13:45:12 +0200
commit54cb2d7a4ca2ce5512e0e3adddc65afc7c9635f2 (patch)
treeaacb7bae3dae793d7988bd90016612b7b88bdfa2
parent74bbc231a1a0d52f74b98335b34247ef036a8d8a (diff)
Remove stray commas1.7.0
-rw-r--r--odb/oracle/auto-descriptor.hxx2
-rw-r--r--odb/oracle/error.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/auto-descriptor.hxx b/odb/oracle/auto-descriptor.hxx
index 68b0342..2d11641 100644
--- a/odb/oracle/auto-descriptor.hxx
+++ b/odb/oracle/auto-descriptor.hxx
@@ -24,7 +24,7 @@ namespace odb
dt_timestamp,
dt_interval_ym,
dt_interval_ds,
- dt_default,
+ dt_default
};
LIBODB_ORACLE_EXPORT void
diff --git a/odb/oracle/error.cxx b/odb/oracle/error.cxx
index 3e834da..8df1960 100644
--- a/odb/oracle/error.cxx
+++ b/odb/oracle/error.cxx
@@ -67,7 +67,7 @@ namespace odb
code_none,
code_deadlock,
code_timeout,
- code_connection_lost,
+ code_connection_lost
};
code c (code_none);