-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LAYER BINDVALS #6236
Comments
|
@theduckylittle does this ring a bell? |
|
Sure does! Not sure where the RFC voting history is or what the ultimate concerns were regarding the implementation. It does look like the code made its way into the Github repo. The intent of I should also PR to update my email address! Ha! |
|
@theduckylittle - thanks for getting back. Have you been using this feature in live systems since it was implemented? Is it stable enough in your view to add to the docs as a feature? I'm not sure if I had a look into bind parameters for SQL Server and there is no exact equivalent, SQL would need to be run through Relevant mailing list post from when the RFC was introduced: http://osgeo-org.1560.x6.nabble.com/RFC-59-td4257517.html |
|
I think this can be closed now. Thanks both @theduckylittle & @geographika !! |
In the layerObj declaration there is a
hashTableObj bindvals;variable. It also appears to be a valid Mapfile keyword and appears in several places in the codebase - https://github.com/MapServer/MapServer/search?q=bindvals&type=code including a unit test:MapServer/msautotest/mspython/test_postgis.py
Line 247 in 2bc7f62
It appears related to https://mapserver.org/development/rfc/ms-rfc-59.html - however this has a status of
Not Adopted.Does anyone know if this a missing keyword on the LAYER page, or a forgotten keyword? I'd assume the former as it has a test that is passing.
The text was updated successfully, but these errors were encountered: