Re: [Qgis-user] regexp_match stopped working after update

2019-12-08 Thread emmexx
On 12/8/19 11:39 PM, Nyall Dawson wrote: > Can you provide detailed steps to reproduce? I can't reproduce it now. :-( Anyway the steps to try to reproduce are: - open a vector layer with features (multilines) - select the layer - open the Select by expression window - enter the expression

Re: [Qgis-user] regexp_match stopped working after update

2019-12-08 Thread Nyall Dawson
On Sun, 8 Dec 2019 at 20:17, emmexx wrote: > > I used for a long time the following expression to select features on a > layer: > > regexp_match( "myField" ,'.*\\b(2|9)\\b.*') > > myField values are numbers separated by a comma (e.g. 3,43,87.) This works ok for me (returns 1):

Re: [Qgis-user] Showing json text in atrribute widgets

2019-12-08 Thread Matthias Kuhn
Hi Bo, Glad to hear it works. Yes, please open a ticket! Best regards Matthias On 12/8/19 7:16 PM, Bo Victor Thomsen wrote: Thanks Matthias - I was not aware that GeoPackage could handle json data. It works nicely now after I have redefined the fields from text to json-text Shall I open

Re: [Qgis-user] Showing json text in atrribute widgets

2019-12-08 Thread Bo Victor Thomsen
Thanks Matthias - I was not aware that GeoPackage could handle json data. It works nicely now after I have redefined the fields from text to json-text Shall I open a ticket in GitHub about the missing option for creating json-text fields in the create layer dialog for geopackage ? -- Med

[Qgis-user] regexp_match stopped working after update

2019-12-08 Thread emmexx
I used for a long time the following expression to select features on a layer: regexp_match( "myField" ,'.*\\b(2|9)\\b.*') myField values are numbers separated by a comma (e.g. 3,43,87.) I used it successfully last week too. 2 or 3 days ago I updated qgis to 3.10.0 and that expression stopped