gambas-source-code/main/lib/db
gambas a22fb26f0f Enumerating subcollection now silently ignores elements that do not exist anymore, instead of raising an error.
[GB.DB]
* NEW: Enumerating subcollection now silently ignores elements that do not exist anymore, instead of raising an error.
2021-02-06 04:04:42 +01:00
..
gb.db SQLRequest: Do not quote "*" field name in Select() method. 2020-11-24 21:42:02 +01:00
c_subcollection.c Enumerating subcollection now silently ignores elements that do not exist anymore, instead of raising an error. 2021-02-06 04:04:42 +01:00
c_subcollection.h
CConnection.c Enumerating subcollection now silently ignores elements that do not exist anymore, instead of raising an error. 2021-02-06 04:04:42 +01:00
CConnection.h
CDatabase.c
CDatabase.h
CField.c
CField.h
CIndex.c
CIndex.h
CResult.c
CResult.h
CResultField.c
CResultField.h
CTable.c Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly. 2019-02-06 23:24:08 +01:00
CTable.h
CUser.c
CUser.h
deletemap.c
deletemap.h
gb.db.component
gb.db.h [GB.DB] 2019-08-30 09:09:16 +02:00
gb.db.proto.h
gb_barray.h
main.c Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
main.h [GB.DB] 2019-08-30 09:09:16 +02:00
Makefile.am
sqlite.c Correctly handle "~" in database directories. 2020-08-02 21:14:15 +02:00
sqlite.h