aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-17 09:08:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-17 09:08:26 +0200
commit0a186fcf46ff7cdea6c252efe7a70db0f1f05754 (patch)
tree829fa241a1a2cd277b1990a16839a885243005f6
parent0d90255b54daafff9de1f4fee4cfee722e02171a (diff)
Update PostgreSQL
-rw-r--r--common/auto/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/auto/test.hxx b/common/auto/test.hxx
index 0e7585e..cee27c5 100644
--- a/common/auto/test.hxx
+++ b/common/auto/test.hxx
@@ -34,7 +34,7 @@ private:
#pragma db object
struct auto_only
{
- #pragma db auto id
+ #pragma db auto id pgsql:type("BIGINT")
unsigned short id_;
};