google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

gambas3: postgresql connection password issue at runtime #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
Using postgresql database connection type 
Defined new connection with password set to be remember... OK
Using ide i get table list from datasource then i select a table... OK
At runtime i get this:
- a yellow tips "Cannot open database no password supplies..."
- gb.db: warning: unable to retrieve connection password: mybd/db1: Unknown 
symbol 'Passwords' in class '>Desktop'
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: TRUNK
Revision: r4396
Operating system: Linux
Distribution: Ubuntu
Architecture: x86
GUI component: QT4/GTK+
Desktop used: Gnome

3) Provide a little project that reproduces the bug or the crash.
Made new connection to database i will get some 
4) If your project needs a database, try to provide it, or part of it.
cannot provide very huge db
5) Explain clearly how to reproduce the bug or the crash.
Define a connection with password remembering then use on dataview...
Run the project...
Thanks

Original issue reported on code.google.com by marcobra...@gmail.com on 11 Jan 2012 at 8:58

GoogleCodeExporter commented 9 years ago
You apparently have a compilation problem. Please provide the full output of 
./configure / make / make install.

Original comment by benoit.m...@gmail.com on 12 Jan 2012 at 4:46

GoogleCodeExporter commented 9 years ago
Run...

( ./configure -C; make; sudo make install ) > output.txt 2>&1

in attach output.txt 

Original comment by marcobra...@gmail.com on 12 Jan 2012 at 9:11

Attachments:

GoogleCodeExporter commented 9 years ago
Benoit seems good now i supposed recompile dress my issue...

Many thanks

Original comment by marcobra...@gmail.com on 12 Jan 2012 at 10:05

GoogleCodeExporter commented 9 years ago
OK, I close the issue then.

Original comment by benoit.m...@gmail.com on 21 Jan 2012 at 3:24