This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Spatialite Checkout error #49
Comments
The line 123 in master reads:
So I would need the release version you are using. |
This the version i have on my system I guess this is the only available version on the QGIS Repo or Can one chose version? |
I have the same issue! Also using version 0.4 on QGIS 2.16.2 and PostgreSQL version 9.6.0 The plugin reports this error and then stores a SpatiaLite file that fails to load. |
Maybe the same problem, with solution here: GISeHealth#38 |
@Sameme, @guyschvitz can you confirm that the proposed solution works and close ? If you need support for spaces in path, then open another issue with that in the name. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Spatialite checkout is not working with the plugin. Coming up with this python error
"2016-10-05T19:58:30 1 Traceback (most recent call last):
File "C:/Users/eHA-Samuel/.qgis2/python/plugins\qgis_versioning\versioning.py", line 692, in checkout
tables_for_conninfo, filename, user_selected_features )
File "C:/Users/eHA-Samuel/.qgis2/python/plugins\qgis_versioning\versioning_base.py", line 362, in checkout
"AND "+branch+"_rev_begin IS NOT NULL")
File "C:/Users/eHA-Samuel/.qgis2/python/plugins\qgis_versioning\versioning_base.py", line 123, in execute
self.cur.execute( sql )
OperationalError: near "FROM": syntax error"
I have also attached a screenshot of this error with this issue.
@vmora
The text was updated successfully, but these errors were encountered: