aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-05 19:56:23 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-06 09:52:34 +0200
commitde602975ce7b652c620b7888cf8ba2e59c6709f0 (patch)
tree3c7d2df101355de79fa02692b4d51aa81ab8ea81
parent337446204c4b86b40ad83235cb956422158e7fec (diff)
Remove UNSIGNED SQL qualifier to allow PostgreSQL to pass schema test
-rw-r--r--common/schema/test.hxx2
1 files changed, 1 insertions, 1 deletions
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