Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-07 Thread Sandro Santilli via QGIS-Developer
On Tue, Sep 06, 2022 at 06:15:46PM +0200, Paolo Cavallini via QGIS-Developer wrote: > I believe it is the only way to visualize topogeoms from Just a clarification: the DBManager TopoViewer does not visualize "TopoGeometry" objects (which is what I usually refer to by "topogeoms") but simple

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-07 Thread Sandro Santilli via QGIS-Developer
On Tue, Sep 06, 2022 at 05:41:34PM +0200, Julien Cabieces via QGIS-Developer wrote: > I added recently one comment in your table regarding TopoViewer because I met > somebody at Foss4G who was using it. From what I understand, it > generates several vector layers to visualise topology when

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-07 Thread Richard Duivenvoorde via QGIS-Developer
On 9/7/22 14:52, Alexandre Neto via QGIS-Developer wrote: Hi Can anyone please create a github project for dbmanager migration? I don't have enough permissions for it. I had never heard of 'projects'... but Alexandre helpt me to create: https://github.com/orgs/qgis/projects/1 Please let me

Re: [QGIS-Developer] Writing a driver plugin for a custom vector format

2022-09-07 Thread Alessandro Pasotti via QGIS-Developer
Have look to https://github.com/qgis/QGIS/blob/master/tests/src/python/provider_python.py Hope this helps On Wed, Sep 7, 2022 at 4:59 PM Martijn Reening via QGIS-Developer wrote: > > Hi QGIS community, > > I am currently working with a custom file format that contains geometry > information.

[QGIS-Developer] Writing a driver plugin for a custom vector format

2022-09-07 Thread Martijn Reening via QGIS-Developer
Hi QGIS community,I am currently working with a custom file format that contains geometry information. The format contains mixed geometry types and some style and meta information.The geometry is simple to map onto WKT and I have a parser for Python. I would like to integrate this into a QGIS

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-07 Thread Alexandre Neto via QGIS-Developer
Hi Can anyone please create a github project for dbmanager migration? I don't have enough permissions for it. Alexandre Neto Paolo Cavallini via QGIS-Developer escreveu no dia terça, 6/09/2022 à(s) 17:16: > Hi all, > > Il 06/09/22 17:41, Julien Cabieces via QGIS-Developer ha scritto: > > > >

Re: [QGIS-Developer] Problem with LIKE/ILIKE expressions and line breaks

2022-09-07 Thread Andrea Giudiceandrea via QGIS-Developer
Hi Felix, I can confim the issue is a regression, as the expression works correctly with QGIS 3.20.3 and previous versions, while it doesn't since QGIS 3.22.0. It seems to me this issue is a side effect of the "migration" from QRegExp to QRegularExpression. I've submitted the PR