Ivan Ivanov
fbcf39e0c3
Fix indentation issues
2020-05-26 11:06:13 +10:00
Ivan Ivanov
a7c6f9ceaf
Added multilayer( 🥪 ) test
2020-05-26 11:06:13 +10:00
Ivan Ivanov
e8b8d1cd59
Added tests
2020-05-26 11:06:13 +10:00
Nyall Dawson
97d098884a
Fix oriented minimum bounding box calculation is wrong in some cases
...
Fixes #36632
2020-05-25 13:37:58 +10:00
Nyall Dawson
7e8d27e657
Make API a little more future-proof
2020-05-25 13:37:34 +10:00
Alessandro Pasotti
c343af75c0
Fix transaction groups on multiple GPKGs
...
Fixes #36525
2020-05-23 15:51:46 +02:00
Nyall Dawson
fb8cd81b79
Compile make_datetime on oracle
2020-05-22 13:53:54 +07:00
Nyall Dawson
b17da0571c
[mssql] Compile make_datetime, make_date, make_time
...
Allows efficient use of SQL server tables along with temporal mode
2020-05-22 16:28:39 +10:00
Mathieu Pellerin
0618b2e406
[ogr] Compile make_datetime, make_date, make_time ( #36636 )
...
* [ogr] Compile make_datetime, make_date, make_time
* Update test
2020-05-22 13:20:30 +07:00
Alessandro Pasotti
5aea8ed2b7
Merge pull request #36620 from elpaso/bugfix-gh36583-change-attr-values
...
Bugfix gh36583 change attr values
2020-05-22 08:11:16 +02:00
Nyall Dawson
93648dd552
Add Python repr for QgsVertexId
2020-05-22 15:32:44 +10:00
Mathieu Pellerin
eec8ca4037
[expression] Compile make_{datetime,date,time} for sqlite
2020-05-22 09:37:12 +07:00
Alessandro Pasotti
34ec263d71
Flake8
2020-05-21 15:57:08 +02:00
Alessandro Pasotti
18e9bdc010
Providers: fix inconsistent behavior of OGR + tests
...
Fixes #36583
Add a base test to make sure all major DB providers will
behave the same way and return FALSE when a constraint violation
refuses an attribute change (in a batch with a valid one).
OGR with GPKG was the "bad guy" here.
2020-05-21 15:49:02 +02:00
Nyall Dawson
24b1851801
Fix localized data test on windows
2020-05-21 11:04:52 +10:00
lbartoletti
600f93aa56
[GPS] Fix error when vector layer has Z
...
add elevation from GPS to point3D. Fixes #32016
2020-05-21 09:07:00 +10:00
Nyall Dawson
e23a49a6b8
Fix memory layers lose CRS definition if it does not have an authority
...
associated with it
Fixes #36241
2020-05-21 05:57:25 +10:00
vcloarec
267af1e7fb
temporal match methods
2020-05-21 05:54:24 +10:00
Nyall Dawson
af1e058267
Update test results
...
The forced conversion to multigeometries was a mistake -- the new
test results with single geometries is correct.
2020-05-20 17:09:48 +10:00
Nyall Dawson
aa175e3863
Fix tests
2020-05-20 17:09:48 +10:00
Nyall Dawson
1d33ddfdc9
Add unit test
2020-05-20 17:09:48 +10:00
Jan Caha
c13c416e71
[feature][expression] add ByteArray case to run_evaluation_test function
2020-05-20 12:40:19 +10:00
Jan Caha
f7562f83f9
[feature][expression] tests for from_base64 and to_base64
2020-05-20 12:40:19 +10:00
Jan Caha
357bc1d1d7
[feature][expression] base64 to and from
2020-05-20 12:40:19 +10:00
Even Rouault
7762168e77
QgsArcGisRestUtils::parseCompoundCurve(): fix crash on CircularString / "c"
...
Spotted by cppcheck
Independently of this fix, it looks like the geometry building when
mixing linestrings and circularstrings would need some more love...
2020-05-20 08:24:39 +10:00
Denis Rouzaud
cc19fa1d13
Merge pull request #36421 from 3nids/basemap_path
...
Registry for localized data paths
2020-05-19 21:27:51 +02:00
uclaros
e6fef7af63
also fix return for empty parameter point
2020-05-20 05:01:20 +10:00
uclaros
0f3a6f030c
test added
2020-05-20 05:01:20 +10:00
Denis Rouzaud
1befc328fd
fix test
2020-05-19 17:53:48 +02:00
Denis Rouzaud
360827ade0
rename QgsBasemapPathRegistry to QgsLocalizedDataPathRegistry
2020-05-19 14:21:55 +02:00
Denis Rouzaud
714352c682
run test
2020-05-19 14:21:03 +02:00
Denis Rouzaud
1ec35d9125
add test for basemap path registry
2020-05-19 14:21:03 +02:00
Julien Cabieces
8499e09e28
Don't refresh single pseudo color band classication when min/max hasn't really changed
...
Fixes #36172
2020-05-19 11:17:17 +10:00
Julien Cabieces
01563e6454
[Expression] Do not transform NULL integer as 0 when concat
...
Fixes #36112 : don't concat null values
2020-05-19 07:41:17 +10:00
Martin Dobias
6c5cb2ee77
Test for transformCoordinates()
2020-05-18 09:20:32 +10:00
Ismail Sunni
aacb31f66b
Add unit test for conversion from small negative longlong.
2020-05-18 07:50:22 +10:00
vcloarec
8a4f773198
add guard for mesh layer data provider and test
2020-05-18 07:47:46 +10:00
Martin Dobias
c04c579684
Hopefully this fixes hang on windows in tests
2020-05-17 19:33:54 +02:00
Martin Dobias
6254927587
Bring back GDAL/OGR provider tests (and fix them)
...
The tests got disabled by mistake in 62d615c2
They have started to rot in the meanwhile, so this PR also fixes that:
- renaming of data items is now GUI thing - moved to a new OGR GUI provider test
- a test function was added in the test and never run, so it was not working at all
2020-05-17 19:33:54 +02:00
Juergen E. Fischer
b1edb5e70c
test_defwindowtitle.sh: also check Dialog
2020-05-16 20:55:59 +02:00
signedav
2e8e158cb8
Merge pull request #36153 from level2-gis/master
...
Server GetLegendGraphics add RULELABEL AUTO option
2020-05-15 09:56:11 +02:00
Matthias Kuhn
0617e52f19
Merge pull request #35875 from olivierdalang/tracing_curves_prototype
...
[feature] Curved geometries support for trace tool
2020-05-15 08:57:06 +02:00
nirvn
4a7852337d
Fix and add tests
2020-05-15 13:47:02 +07:00
Nyall Dawson
00ec8df1e0
More test updates
2020-05-15 15:57:04 +10:00
Nyall Dawson
4854bafaae
Update expected compilation status
2020-05-15 15:57:04 +10:00
olivierdalang
52fd8eba2d
[tracing curves] still fixing tests.......
2020-05-14 19:06:45 +02:00
olivierdalang
784ddd9ea1
[tracing curves] (cleanup & test)
2020-05-14 15:25:46 +02:00
olivierdalang
4b76673746
[tracing curves] still fiddling with tests (grrrr)
2020-05-14 12:57:21 +02:00
Nyall Dawson
7cdfef920a
More timezone mess
2020-05-14 18:58:53 +10:00
Nyall Dawson
495f2ab64a
Update test
2020-05-14 18:58:53 +10:00