aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/traits.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-03 10:32:33 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-06 09:06:02 +0200
commit77a9123b55d8987b0ff890a9bdf1e5c111c4983d (patch)
tree65c3e4e172cd2b0b1f155e34bb6158034fd33971 /odb/oracle/traits.hxx
parentd1f73a6fef3b6c71327acf2edbd66f0044bb1eff (diff)
Add comments
Diffstat (limited to 'odb/oracle/traits.hxx')
-rw-r--r--odb/oracle/traits.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx
index d33f282..74b60a5 100644
--- a/odb/oracle/traits.hxx
+++ b/odb/oracle/traits.hxx
@@ -38,6 +38,9 @@ namespace odb
id_float,
id_double,
+ // Both large fixed-point and large floating point NUMBER and FLOAT
+ // values are mapped to this id.
+ //
id_big_float,
id_date,