[Geotools-devel] SQL Server bit field error

2010-07-20 Thread Matt Priour
I've found an error in the Filter to SQL query parsing for MS SQL Server when bit fields (SQL Server's boolean type) is included in the where statement of the query. This problem effects both OGC formated filters and CQL formated filters. The problem is caused by a SQL Server T-SQL convention tha

Re: [Geotools-devel] SQL Server bit field error

2010-07-20 Thread Justin Deoliveira
Hi Matt, A patch would be great! All the sql server code lives in plugin/jdbc/jdbc-sqlserver: http://svn.osgeo.org/geotools/trunk/modules/plugin/jdbc/jdbc-sqlserver/ The classes you will likely have to modify are: http://svn.osgeo.org/geotools/trunk/modules/plugin/jdbc/jdbc-sqlserver/src/main/