-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
BDTopo and OSM workflow now return the name of the computed tables. #666
Conversation
Now the user can se a configuration file or map with all parameters.
Since last H2 update with some errors
|
Dear @katzyn |
Do you have a complete stack trace? |
Not yet a clear stack trace. |
H2 uses a very small lock timeout by default, usually it needs to be increased for applications with concurrent sessions and transactions. But timeout may also indicate a some kind of deadlock. |
has the lock timeout changed recently ? |
No. |
Did it work in H2 2.0.x? |
This code was working before 2.1.210 with 2.0.206. |
I modified the tests to create a new database each time because it was impossible to isolate a unit test |
@katzyn |
1 similar comment
@katzyn |
The method getResults() on the OSM and BDTopo workflow returns the name of the computed tables and stored in the local database.
The input parameter has been improved. So the user can send a configuration file or a map to the workflow.
will return a map with a key = Paimpol and value = name of tables
If the local H2GIS is not deleted after the workflow chain, the user can process the tables stored in the database.