From de602975ce7b652c620b7888cf8ba2e59c6709f0 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 5 Jul 2011 19:56:23 +0200 Subject: Remove UNSIGNED SQL qualifier to allow PostgreSQL to pass schema test --- common/schema/test.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/schema/test.hxx b/common/schema/test.hxx index 16875be..45ffe9a 100644 --- a/common/schema/test.hxx +++ b/common/schema/test.hxx @@ -69,7 +69,7 @@ struct type double d; std::string str; - #pragma db type ("INTEGER UNSIGNED") + #pragma db type ("INTEGER") bool m1; #pragma db transient -- cgit v1.1