[Geoserver-devel] [JIRA] (GEOS-7101) Add support for bitfields to databases

Michael Tang created an issue

GeoServer / ImprovementGEOS-7101

Add support for bitfields to databases

Issue Type:

ImprovementImprovement

Affects Versions:

2.7.1.1

Assignee:

Unassigned

Components:

PostGIS, SQLServer

Created:

07/Jul/15 10:31 AM

Priority:

MediumMedium

Reporter:

Michael Tang

Add support for bit fields to databases. Currently there is no support for bitfields for the databases in Geoserver.

To reproduce this create a table in MSSQL2012 with a bit field datatype

CREATE TABLE [dbo].[TestBitField](
[the_geom] [geometry] NULL,
[BooleanField] [bit] NULL,
)

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.5-OD-08-001#65007-sha1:1fc9846)

Atlassian logo