postgis: make sure to report boolean fields
This commit is contained in:
parent
2bec001a44
commit
14bc0be880
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ void postgis_datasource::bind() const
|
|||
int type_oid = rs->getTypeOID(i);
|
||||
switch (type_oid)
|
||||
{
|
||||
case 16: // bool
|
||||
case 20: // int8
|
||||
case 21: // int2
|
||||
case 23: // int4
|
||||
|
|
Loading…
Reference in a new issue