[Gambas-user] Issue 153 in gambas: gambas3 segfault creating new postgresql connection inside gambas ide
gambas at ...2524...
gambas at ...2524...
Fri Dec 2 10:06:06 CET 2011
Comment #3 on issue 153 by marcobra... at ...626...: gambas3 segfault creating
new postgresql connection inside gambas ide
http://code.google.com/p/gambas/issues/detail?id=153
Today on several try i found:
in my localhost postgresql server is not strictly need password to access
to db in my pg server setting from 127.0.0.1 localhost
Running new connection dialog:
a) new postgresql connection
name test1
type: postgreql
host 127.0.0.1
user not set
password not set
remember password not set
click on populate db button works fine also connection is working and is
stored from created connections
b) new postgresql connection
name test2
type: postgreql
host 127.0.0.1
user set
password not set
remember password not set
click on populate db button works fine also connection is working and is
stored from created connections
c) new postgresql connection
name test3
type: postgreql
host 127.0.0.1
user set
password set
remember password not set
click on populate db button works fine but if i choose my db gambas3
crash test3 is stored from connections
but restarting gambas3 tryng to get properties setting the password
still crash
So the issue may be on some related to password field
More information about the User
mailing list