diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-05 19:56:23 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-06 09:52:34 +0200 |
commit | de602975ce7b652c620b7888cf8ba2e59c6709f0 (patch) | |
tree | 3c7d2df101355de79fa02692b4d51aa81ab8ea81 /common | |
parent | 337446204c4b86b40ad83235cb956422158e7fec (diff) |
Remove UNSIGNED SQL qualifier to allow PostgreSQL to pass schema test
Diffstat (limited to 'common')
-rw-r--r-- | common/schema/test.hxx | 2 |
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 |