gambas-source-code/gb.db.postgresql
Benoît Minisini 72971105ef Support for new 'Connection.FullVersion' property in database drivers. Tells if 'RETURNING' keyword is implemented.
[GB.DB.MYSQL]
* NEW: Support for new 'Connection.FullVersion' property.
* NEW: Tells if 'RETURNING' keyword is implemented.

[GB.DB.ODBC]
* NEW: Support for new 'Connection.FullVersion' property.
* NEW: Tells if 'RETURNING' keyword is implemented.

[GB.DB.POSTGRESQL]
* NEW: Support for new 'Connection.FullVersion' property.
* NEW: Tells if 'RETURNING' keyword is implemented.

[GB.DB.SQLITE2]
* NEW: Support for new 'Connection.FullVersion' property.
* NEW: Tells if 'RETURNING' keyword is implemented.

[GB.DB.SQLITE3]
* NEW: Support for new 'Connection.FullVersion' property.
* NEW: Tells if 'RETURNING' keyword is implemented.
2023-07-14 12:08:51 +02:00
..
src Support for new 'Connection.FullVersion' property in database drivers. Tells if 'RETURNING' keyword is implemented. 2023-07-14 12:08:51 +02:00
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac Update configuration files to autoconf 2.71. 2022-09-03 13:24:51 +02:00
COPYING Do not put explicit copyright holder name in the COPYING file. 2020-02-22 22:18:39 +01:00
COPYING.GPL Add licence exception for OpenSSL. 2020-02-22 22:08:57 +01:00
gambas.h
gb.db.h
gb.db.proto.h
gb_common.h
INSTALL
m4
Makefile.am
NEWS
README
reconf