Permalink
2 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
adopt 'new' spatialite initialization scheme via thin wrapper around …
…sqlite3_open and sqlite3_close (fixes #12771)
- Loading branch information
Showing
with
312 additions
and 335 deletions.
- +7 −0 CMakeLists.txt
- +11 −1 python/ext-libs/pyspatialite/src/connection.c
- +1 −2 python/ext-libs/pyspatialite/src/connection.h
- +3 −10 src/analysis/openstreetmap/qgsosmdatabase.cpp
- +3 −7 src/analysis/openstreetmap/qgsosmimport.cpp
- +11 −13 src/app/qgsnewspatialitelayerdialog.cpp
- +1 −0 src/core/CMakeLists.txt
- +6 −7 src/core/qgsofflineediting.cpp
- +235 −238 src/gui/CMakeLists.txt
- +0 −8 src/providers/spatialite/CMakeLists.txt
- +7 −9 src/providers/spatialite/qgsspatialiteconnection.cpp
- +0 −2 src/providers/spatialite/qgsspatialiteconnection.h
- +23 −33 src/providers/spatialite/qgsspatialiteprovider.cpp
- +1 −0 src/providers/spatialite/qspatialite/CMakeLists.txt
- +3 −5 src/providers/spatialite/qspatialite/qsql_spatialite.cpp
Oops, something went wrong.
This comment has been minimized.
Hi @jef-n,
I am not sure whether it is a problem with my machine, but I am getting an error on building the master version and it seems to be related to this changes:
This is happening on Debian Wheezy.with SL4.0.0.
Thanks.
This comment has been minimized.
@jef-n thanks for the commit d4b72a2, that has resolved the problem for me although I had to change the line 21 in
qgsslconnect.cpp
as well.