gambas-source-code/main/lib/db
Benoît Minisini 257bd622a3 Support for returning the newly inserted record. Add 'Connection.FullVersion' property.
[GB.DB]
* NEW: Connection: 'Create()' now has an optional 'Return' boolean argument
  to tell if the 'Result.Update()' method will fill the Result with the
  contents of the newly inserted record. It is based on the optional
  'INSERT INTO ... RETURNING' SQL feature.
* NEW: Connection: The 'FullVersion' property now return the full version
  string of the database server.
* NEW: Database drivers can tell if they do not support the 'RETURNING'
  keyword.
* NEW: Database drivers now must provide the full version string of they
  database server they connect to.
2023-07-14 12:08:11 +02:00
..
gb.db Don't use '-O3'. It makes benchmarks sometimes slower than using '-O2'. 2023-01-10 21:55:25 +01:00
c_subcollection.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
c_subcollection.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CConnection.c Support for returning the newly inserted record. Add 'Connection.FullVersion' property. 2023-07-14 12:08:11 +02:00
CConnection.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CDatabase.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CDatabase.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CField.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CField.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CIndex.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CIndex.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CResult.c Support for returning the newly inserted record. Add 'Connection.FullVersion' property. 2023-07-14 12:08:11 +02:00
CResult.h Support for returning the newly inserted record. Add 'Connection.FullVersion' property. 2023-07-14 12:08:11 +02:00
CResultField.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CResultField.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CTable.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CTable.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CUser.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
CUser.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
deletemap.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
deletemap.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gb.db.component
gb.db.h Support for returning the newly inserted record. Add 'Connection.FullVersion' property. 2023-07-14 12:08:11 +02:00
gb.db.proto.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gb_barray.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
main.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
main.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
Makefile.am
sqlite.c Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
sqlite.h Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00