aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-26 08:36:55 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-26 11:04:09 +0200
commit927b42789bd3c3f108867bf067a89013a932cab3 (patch)
treebcd30812c3716aeb0fb91a8afe1208bd3f37dd15 /odb/oracle/makefile
parent385a45a47fdb47a890178b7b4604a37fc214a10e (diff)
Reimplement Oracle NUMBER to/from C++ integer type conversions
The implementation has been moved to the details namespace. Signed and unsigned 32 bit versions, as well as an unsigned 64 bit version have also been added.
Diffstat (limited to 'odb/oracle/makefile')
-rw-r--r--odb/oracle/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/oracle/makefile b/odb/oracle/makefile
index cfa42ae..0725800 100644
--- a/odb/oracle/makefile
+++ b/odb/oracle/makefile
@@ -17,7 +17,8 @@ object-statements.cxx \
statement.cxx \
statements-base.cxx \
transaction.cxx \
-transaction-impl.cxx
+transaction-impl.cxx \
+details/number.cxx
cli_tun := details/options.cli
cxx_tun := $(cxx)