Opened 19 years ago

Closed 18 years ago

#1217 closed defect (fixed)

problem with boolean data types

Reported by: tomkralidis Owned by: refractions
Priority: high Milestone:
Component: PostGIS Interface Version: unspecified
Severity: normal Keywords:
Cc:

Description

Hi,

Using latest CVS with PostGIS 1.0.0RC2, I have setup a table structure with a
boolean datatype.

When attempting to query (WFS GetFeature, for instance) against the layer (i.e.
the table with the boolean type), I get an error:

ERROR:  cannot cast type boolean to text

When I change the datatype in the underlying DB (or drop column altogether), all
works fine.

Change History (1)

comment:1 by mark@…, 18 years ago

Resolution: fixed
Status: newclosed
A boolean to text cast was added to PostGIS at version 1.0.0RC3.
Note: See TracTickets for help on using tickets.