Florian Esser
Florian Esser
Example case: If the source schema is comprised of multiple Oracle SQL queries, the HSD export will export basic Oracle types (e.g. `NUMBER` or `VARCHAR2`) along with the table definitions...
It looks like that in the software installation dialog hale studio tries to contact upadate sites directly even when a proxy is configured. In environments where proxy use is required...
Allow the user to specify whether multiple conditions in the `Join` and `Spatial Join` (#187) functions should be connected by `AND` or `OR`.
At the moment only the browser-based version is implemented, which leads to the login component not being available on Linux and MacOS (cref. #291).
With the widespread deployment of SSL certificates, plain `http` connections get redirected to `https` more and more often. The method ``` URL url = new URL("http://www.example.org"); InputStream is = url.openStream();...
In a project that contains a project variable, the removal of a variable via the settings dialog is not persisted to the project file upon save.
When trying to open the file selection dialog via the `Browse...` button (see screenshot), the application freezes on macOS 10.15.7. This applies to both hale studio 3.5.0 and the 4.0.0...
If a project variable is used, e.g. in an `Assign` cell, but the variable is not defined, no warning or error is generated.
When importing source data from a WFS via the UI wizard, the checkbox `Paginate WFS requests` is always activated by default, independent from the WFS version. If the user does...
WFS 2.0.0/2.0.2 servers can support response paging by providing a URI in the `next` attribute of the returned `wfs:FeatureCollection` (see sec. 7.7.4.4 in the [WFS 2.0 standard](http://portal.opengeospatial.org/files/?artifact_id=39967)). The provided URI...