andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
5 stars 2 forks source link

Native shell opening fails with password #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The native shell cannot be opened, if a password is required for the
connection. The required argument "p" is missing and plsql failes with an
exit code 256.

Original issue reported on code.google.com by henning....@gmail.com on 22 May 2009 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 22 May 2009 at 6:57

GoogleCodeExporter commented 9 years ago
It's not really a bug, you need to set the port (not password, sorry, my fault 
:)) to
access your PG database. Anyway, leading and trailing whitespaces are now 
removed
when settings are retrieved from the widgets (r63e988e0104c).

Original comment by albrecht.andi on 30 May 2009 at 7:40