[Geoserver-users] String Arrays in PostgreSQL

2018-12-18 Thread Nugent, Philip J. via Geoserver-users
Hello all, I have posted the following question on GIS StackExchange, then remembered the GeoServer lists, so I thought I would see if any one has any input. https://gis.stackexchange.com/questions/306456/how-should-arrays-be-stored-in-postgresql-when-used-as-a-datastore-with-geoserve The crux

Re: [Geoserver-users] Improving Performance using SQL Server

2018-12-18 Thread Mark Prins
On 17-12-18 16:06, Cliff Patterson wrote: Hi Sorin, All very good suggestions! Big thanks! I do like your final idea about "materialized views". I was thinking the same thing since a simple crontab job (at least in my Linux/PG world) would do it nicely. No materialized views in ms sql server

Re: [Geoserver-users] ORA-00907 with filter in getfeature request - geoserver 2.14.0

2018-12-18 Thread Andrea Aime
Hi, the issue has been fixed already, the fix seems to have been included in 2.14.1: https://osgeo-org.atlassian.net/browse/GEOT-6178 Cheers Andrea On Tue, Dec 18, 2018 at 3:26 PM johnnyotoole wrote: > Hi, > > I came across this problem now too with GeoServer 2.14.0 against an Oracle > 12.1.0.2

[Geoserver-users] Some Problems Happened When Using SQLView in Geoserver

2018-12-18 Thread Chang'an University
When I configure the New SQLView, it is ok to use constant in Sql Clause, The following code:SELECT seq, id1 AS node, id2 AS edge, cost,geom FROM pgr_dijkstra(' SELECT gid AS id, source::integer, target::integer, length::double pre

Re: [Geoserver-users] ORA-00907 with filter in getfeature request - geoserver 2.14.0

2018-12-18 Thread johnnyotoole
Hi, I came across this problem now too with GeoServer 2.14.0 against an Oracle 12.1.0.2 database with geoserver-2.14.0-oracle-plugin and ojdbc8.jar. The problem seems to be that the generated SQL is missing a space between the table name and the "WHERE". If I run the SQL as per the log file I ge