Added mapping of char to db oids.
This commit is contained in:
parent
3b8d0e40c4
commit
d8fc14c823
1 changed files with 7 additions and 0 deletions
|
|
@ -162,6 +162,13 @@ namespace Pgsql {
|
|||
static Oid array();
|
||||
};
|
||||
|
||||
template <>
|
||||
class OidFor<char> {
|
||||
public:
|
||||
static Oid elem() { return char_oid; }
|
||||
static Oid array() { return char_array_oid; }
|
||||
};
|
||||
|
||||
template <>
|
||||
class OidFor<int16_t> {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue