aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/details
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-27 17:26:29 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-27 17:26:29 +0200
commitdf2082d9921d8c8f6d61fd3482cef683f914e4d3 (patch)
tree43075878c5ae89f8d0925607e51f674e8aeb0cbb /odb/oracle/details
parent7b9c412736f51965473649cac8caf5e933ae6b9e (diff)
Implement partial specialization of default_value_traits for id_big_int
Diffstat (limited to 'odb/oracle/details')
-rw-r--r--odb/oracle/details/number.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/oracle/details/number.hxx b/odb/oracle/details/number.hxx
index 345cbe0..fe355da 100644
--- a/odb/oracle/details/number.hxx
+++ b/odb/oracle/details/number.hxx
@@ -11,10 +11,18 @@
namespace odb
{
+ // @@ Revise this.
+ //
+ namespace details
+ {
+ }
+
namespace oracle
{
namespace details
{
+ using namespace odb::details;
+
LIBODB_ORACLE_EXPORT long long
number_to_int64 (const char* buffer);