Skip to content
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

Incorrect work with tables in a name containing an underscore. #4205

Closed
mapserver-bot opened this issue Apr 4, 2012 · 2 comments
Closed

Comments

@mapserver-bot
Copy link

Reporter: sdikiy
Date: 2012/02/21 - 15:14
Trac URL: http://trac.osgeo.org/mapserver/ticket/4205
If the name of the table looks like: "foo_foo"[[BR]]
We have an error:

[ERROR] Element '{http://www.opengis.net/wfs}Query', attribute 'typeName': [facet 'pattern'] The value 'tows:foo_foo' is not accepted by the pattern '((\w:)?\w(=\w)?){1,}'.
[ERROR] Element '{http://www.opengis.net/wfs}Query', attribute 'typeName': 'tows:foo_foo' is not a valid value of the list type '{http://www.opengis.net/wfs}TypeNameListType'.
@mapserver-bot
Copy link
Author

Author: sdikiy
Date: 2012/02/22 - 12:02
I do not know how it works.[[BR]]
I took advantage of the changes proposed here:[[BR]]
https://portal.opengeospatial.org/files/?artifact_id=33885
[[BR]]
and the problem will not be repeated.

@mapserver-bot
Copy link
Author

Author: sdikiy
Date: 2012/02/24 - 09:52
There is a simple way to omit the problem:[[BR]]
tinyows.xml

...
  <layer ...
         name="FooFoo"
         ...
         table="foo_foo"
  />
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant