postgis: make sure to report boolean fields

This commit is contained in:
Dane Springmeyer 2011-05-31 23:30:59 +00:00
parent 2bec001a44
commit 14bc0be880

View file

@ -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