From f7a16c265622df5a4c6fb7441e9c8532e555615a Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 18 Nov 2011 11:35:23 +0200 Subject: Revert to using an unsigned type for the custom schema example employee ID --- schema/custom/employee.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema/custom/employee.hxx') diff --git a/schema/custom/employee.hxx b/schema/custom/employee.hxx index 0f15cf8..f5d71c0 100644 --- a/schema/custom/employee.hxx +++ b/schema/custom/employee.hxx @@ -134,7 +134,7 @@ private: employee (): name_ ("", "") {} #pragma db id type("INTEGER") column("ssn") - long id_; + unsigned long id_; #pragma db column("") // No column prefix. name_type name_; -- cgit v1.1