--- removed --
--- removed --
Sorry I messed up with something and got posted I will remove On Fri, Oct 29, 2021, 8:17 PM jive jive@users.sourceforge.net wrote: Dude this is not a support form, it is a wiki page. Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/geoserver/wiki/Home/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Sorry I messed up with something please delete above post.
Goeserver SQLVIEW viewparams not getting passed to mysql server query. Below is example, here I wish to change database, table and other where clause dynamically Example: if %t1db%.%t1% parameters are changed I would look for it to query and generate map from respective table. All the fields are properly escaped , but geoserver always use default parameters even though passed parameters are changed $fields_string = http_build_query($fields,null,'&',PHP_QUERY_RFC3986); SELECT i.`%pkey%` as pkey, i.`latitude`,...
Goeserver SQLVIEW viewparams not getting passed to mysql server query. Below is example, here I wish to change database, table and other where clause dynamically All the fields are properly escaped , but geoserver always use default parameters even though passed parameters are changed Example: if %t1db%.%t1% parameters are changed I would look for it to query and generate map from respective table. $fields_string = http_build_query($fields,null,'&',PHP_QUERY_RFC3986); SELECT i.`%pkey%` as pkey, i.`latitude`,...