[Gambas-bugtracker] Bug #2515: Allow SSL authentication
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sat Apr 9 00:27:09 CEST 2022
http://gambaswiki.org/bugtracker/edit?object=BUG.2515&from=L21haW4-
Comment #2 by Benoît MINISINI:
I will add a "Options" property to the Connection object that allows to define a list of specific connection options,
each one being an option name (a string) and an option value (another string).
These specific options will be passed as is to the underlying database driver.
That way you will be able to connect to a PostgreSQL database using SSL provided that you define the accurate options, as specified in the PostgreSQL documentation.
For the other database drivers, the principle will be the same.
All unknown options will be silently ignored.
Benoît MINISINI changed the state of the bug to: Working.
More information about the Bugtracker
mailing list