Change the `cursor` variable name in `SpatialiteDatabase`
The member variable cursor
is overwriting the equally named functions to create a cursor. This disables the possibility to create a second cursor to the database. Therefore, the cursor
member needs to be renamed to e.g. cur
.
\rfc @LaurensJN @tara @shinde @gislars