From 9616e3e84946c23f64448978d9459d2a25202833 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 17 Nov 2011 11:44:45 +0200 Subject: Add examples for Oracle --- schema/custom/employee.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema/custom/employee.hxx') diff --git a/schema/custom/employee.hxx b/schema/custom/employee.hxx index 651f8c3..0f15cf8 100644 --- a/schema/custom/employee.hxx +++ b/schema/custom/employee.hxx @@ -133,8 +133,8 @@ private: employee (): name_ ("", "") {} - #pragma db id type("INTEGER UNSIGNED") column("ssn") - unsigned long id_; + #pragma db id type("INTEGER") column("ssn") + long id_; #pragma db column("") // No column prefix. name_type name_; -- cgit v1.1