mridoni / gixsql

GixSQL is an ESQL preprocessor and a series of runtime libraries to enable GnuCOBOL to access PostgreSQL, ODBC, MySQL, Oracle and SQLite databases.
GNU General Public License v3.0
16 stars 8 forks source link

connect string: make driver optional #44

Closed GitMensch closed 2 years ago

GitMensch commented 2 years ago

Any thoughts on the idea of "if the driver part is not specified (like pgsql://) , then use the default specified during configure (and if there is only one driver configured use this to set the default there)"?

Originally posted by @GitMensch in https://github.com/mridoni/gixsql/issues/24#issuecomment-1124262286

mridoni commented 2 years ago

This will be probably part of the next batch of fixes/features

GitMensch commented 2 years ago

fixed by 3963971 - looks well (will try to test that soon, but looked quite good, so I assume it works as documented)

GitMensch commented 2 years ago

Works like a charm.