Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QGIS 0.8 Preview 2 project with PostGIS Layer is not reloadable #10483

Closed
qgib opened this issue Dec 6, 2006 · 3 comments
Closed

QGIS 0.8 Preview 2 project with PostGIS Layer is not reloadable #10483

qgib opened this issue Dec 6, 2006 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Project

Comments

@qgib
Copy link
Contributor

qgib commented Dec 6, 2006

Author Name: Redmine Admin (Redmine Admin)
Original Redmine Issue: 424

Redmine category:project_loading/saving
Assignee: Gavin Macaulay -


A prject saved with QGIS 0.8 Preview 2 containing a [[PostGIS]] layer is not reloadable. The [[PostGIS]] provider responses with an error message:
ERROR: zero-length delimited identifier at or near """" at character 15
.
SQL: select * from "" limit 1

The reason of this message is a change of the project file syntax.
QGIS 0.8 Preview 2:
host=localhost dbname=sogis port=5432 user=username password= table=public.standort (wkb_geometry) sql=archive=0

changed to
QGIS 0.8 Rev 6193
host=localhost dbname=sogis port=5432 user=username password= table="public"."standort" (wkb_geometry) sql="archive"=0

Adding the double quotes let QGIS 0.8 Rev 6193 load the project.

@qgib
Copy link
Contributor Author

qgib commented Dec 6, 2006

Author Name: Gavin Macaulay - (Gavin Macaulay -)


  • status_id was changed from Open to In Progress

@qgib
Copy link
Contributor Author

qgib commented Dec 7, 2006

Author Name: Gavin Macaulay - (Gavin Macaulay -)


Fixed in svn 17090c6 (SVN r6200)


  • resolution was changed from to fixed
  • status_id was changed from In Progress to Closed

@qgib
Copy link
Contributor Author

qgib commented Aug 21, 2009

Author Name: Anónimo (Anónimo)


Milestone Version 0.8 deleted

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Project labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Project
Projects
None yet
Development

No branches or pull requests

1 participant