Denis Rouzaud
Denis Rouzaud
It works correctly for QFieldCloud. For local files, I believe we are facing the same issues than on Android. > All third-party apps are “sandboxed,” so they are restricted from...
There is an open issue on Qt to provide this functionality https://bugreports.qt.io/browse/QTBUG-67522
@m-kuhn How would this help?
why did it disappeared from Homebrew?
What did you optimized? Column choice? I would have thought that performance issues would have come from edit widgets rather than joins, that's interesting. Le ven. 5 mai 2017 à...
Hi, The thig is that we don't have nodes under the valves as they're not supposed to be at one end of a pipe. Although, we could make a small...
fixed in [master](https://github.com/qgis/QGIS/commit/40e5ddad30dc2cdf55b1615df906149520227f98) struggling a bit for 2.18
I gave it a try but don't understand the issue, weird.
I would recommend an alternative approach to Arnaud's. Create a simple copy of the table: ``` CREATE TABLE import_hydrant as SELECT * FROM qwat_od.vw_element_hydrant LIMIT 1; TRUNCATE TABLE import_hydrant; ```...
I would propose to extend the paste action, and have options: - paste and move - paste and rotate - paste and offset See issues #133