From 072243209fb5a954fa4204e9a0f1d7020747bb05 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 8 Nov 2011 13:33:18 +0200 Subject: Modify Oracle DATE helper functions for consistency --- odb/oracle/details/date.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/odb/oracle/details/date.hxx b/odb/oracle/details/date.hxx index 47137f6..4e6ac3e 100644 --- a/odb/oracle/details/date.hxx +++ b/odb/oracle/details/date.hxx @@ -37,13 +37,13 @@ namespace odb } inline void - get_date (short& year, + get_date (const char* b, + short& year, unsigned char& month, unsigned char& day, unsigned char& hour, unsigned char& minute, - unsigned char& second, - const char* b) + unsigned char& second) { const unsigned char* ub (reinterpret_cast (b)); -- cgit v1.1