[mapserver-commits] [mapserver/mapserver] 3cf682: OGR: implement expression conversion to Spatialite...
GitHub
noreply at github.com
Fri Jun 3 05:37:38 PDT 2016
Branch: refs/heads/branch-7-0
Home: https://github.com/mapserver/mapserver
Commit: 3cf682d17003521213868f1e727d7be7a3263c7e
https://github.com/mapserver/mapserver/commit/3cf682d17003521213868f1e727d7be7a3263c7e
Author: Ari Jolma <ari.jolma at gmail.com>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M mapogr.cpp
A msautotest/wxs/data/db.sqlite
A msautotest/wxs/expected/wfs_ogr_native_sql_01.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_02.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_03.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_04.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_05.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_06.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_07.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_08.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_09.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_10.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_11.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_12.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_13.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_14.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_15.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_16.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_17.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_18.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_19.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_20.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_21.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_22.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_23.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_24.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_25.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_26.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_27.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_28.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_29.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_30.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_31.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_32.xml
A msautotest/wxs/wfs_ogr_native_sql.map
A msautotest/wxs/wfs_ogr_no_native_sql.map
Log Message:
-----------
OGR: implement expression conversion to Spatialite SQL
When serving a Spatialite DB through WFS for example, the WFS filter
was only evaluated on MapServer side instead of being evaluated by
SQLite + Spatialite functions.
Commit: 0e20de083d7186298fbebbfd764ba721134ce3a0
https://github.com/mapserver/mapserver/commit/0e20de083d7186298fbebbfd764ba721134ce3a0
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M mapogr.cpp
Log Message:
-----------
Follow-up of 3cf682d17003521213868f1e727d7be7a3263c7e: simplify string handling in msOGRGetToken()
Commit: 1f99a9f29fefebb7c0e5f39878061763506f94f1
https://github.com/mapserver/mapserver/commit/1f99a9f29fefebb7c0e5f39878061763506f94f1
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M mapogr.cpp
Log Message:
-----------
Follow-up of 3cf682d17003521213868f1e727d7be7a3263c7e: windows build fix
Commit: ee3397f4104d441c11784b2a65eddf6b41f416a3
https://github.com/mapserver/mapserver/commit/ee3397f4104d441c11784b2a65eddf6b41f416a3
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M mapogr.cpp
Log Message:
-----------
Follow-up of 3cf682d17003521213868f1e727d7be7a3263c7e: fix memleak in Beyond case
Commit: a534114825e7bcbfc5832be2e6880f15291cb9ef
https://github.com/mapserver/mapserver/commit/a534114825e7bcbfc5832be2e6880f15291cb9ef
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M msautotest/valgrind-suppressions.txt
Log Message:
-----------
valgrind-suppressions.txt: add suppressions linked to libgdal
Commit: 9996f079828d9ca1e24e11a5986a8f89d2eff0da
https://github.com/mapserver/mapserver/commit/9996f079828d9ca1e24e11a5986a8f89d2eff0da
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M mapogr.cpp
M msautotest/valgrind-suppressions.txt
A msautotest/wxs/data/db.sqlite
A msautotest/wxs/expected/wfs_ogr_native_sql_01.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_02.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_03.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_04.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_05.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_06.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_07.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_08.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_09.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_10.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_11.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_12.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_13.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_14.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_15.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_16.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_17.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_18.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_19.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_20.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_21.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_22.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_23.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_24.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_25.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_26.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_27.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_28.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_29.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_30.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_31.xml
A msautotest/wxs/expected/wfs_ogr_native_sql_32.xml
A msautotest/wxs/wfs_ogr_native_sql.map
A msautotest/wxs/wfs_ogr_no_native_sql.map
Log Message:
-----------
Merge branch 'ajolma_spatialite' into branch-7-0
Compare: https://github.com/mapserver/mapserver/compare/bb577dd7da25...9996f079828d
More information about the mapserver-commits
mailing list