gambas-source-code/main/lib/db/gb.db/.src
Benoît Minisini 7c42524ecd Connection: It's now possible to specify the password in the connection URL.
[GB.DB]
* NEW: Connection: The URL argument of the Connection constructor is now handled by the Gambas part.
* NEW: Connection: It's now possible to specify the password in the connection URL.
2022-09-20 12:54:14 +02:00
..
Connection.class Connection: It's now possible to specify the password in the connection URL. 2022-09-20 12:54:14 +02:00
Connections.class Correctly initialize Connection object from Connections collection when that connection has been switched between sqlite and non-sqlite type from the IDE. 2018-01-14 23:16:03 +01:00
Main.module 'Collection.Options' is a new property that allows to define the specific options of a connection. 2022-04-09 13:30:01 +02:00
SQLRequest.class SQLRequest: Do not quote "*" field name in Select() method. 2020-11-24 21:42:02 +01:00