aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/pgsql/context.cxx')
-rw-r--r--odb/relational/pgsql/context.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/pgsql/context.cxx b/odb/relational/pgsql/context.cxx
index 61dfa45..5a6b158 100644
--- a/odb/relational/pgsql/context.cxx
+++ b/odb/relational/pgsql/context.cxx
@@ -36,10 +36,10 @@ namespace relational
{"unsigned char", "SMALLINT", 0},
{"short int", "SMALLINT", 0},
- {"short unsigned int", "INTEGER", 0},
+ {"short unsigned int", "SMALLINT", 0},
{"int", "INTEGER", 0},
- {"unsigned int", "BIGINT", 0},
+ {"unsigned int", "INTEGER", 0},
{"long int", "BIGINT", 0},
{"long unsigned int", "BIGINT", 0},