Bug report #400
Postgres connection doesn't allow certain passwords
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Gavin Macaulay - | ||
Category: | GUI | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 10459 |
Description
It appears that passwords with spaces in them (and possible quotes) are not accepted by the PostgreSQL connection dialog. The password should be escaped(?) and quoted before sending to the PostgreSQL backend.
History
#1 Updated by Gavin Macaulay - almost 18 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in svn dfe84921 (SVN r6114), although I don't have a database that uses passwords to test it out on. In any case, qgis now sends properly escaped and quoted passwords to the database now.
#2 Updated by Anonymous about 15 years ago
Milestone Version 0.8 deleted