diff options
-rw-r--r-- | odb/pgsql/traits.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/pgsql/traits.hxx b/odb/pgsql/traits.hxx index 7a8df47..7b4f746 100644 --- a/odb/pgsql/traits.hxx +++ b/odb/pgsql/traits.hxx @@ -285,8 +285,6 @@ namespace odb static const database_type_id db_type_id = id_bigint; }; - // @@ Type stored as a signed 8-byte integer in the database. - // template <> struct default_type_traits<unsigned long long> { |