gambas-source-code/main/lib/db
gambas 6712de717c Support for case sensitive schema names.
[GB.DB]
* BUG: Support for case sensitive schema names.

[GB.DB.POSTGRESQL]
* BUG: Support for case sensitive schema names.
2018-04-18 03:17:30 +02:00
..
gb.db Correctly quote table names when using schemas. 2018-04-16 20:57:56 +02:00
c_subcollection.c
c_subcollection.h
CConnection.c Correctly quote table names when using schemas. 2018-04-16 20:57:56 +02:00
CConnection.h
CDatabase.c
CDatabase.h
CField.c
CField.h
CIndex.c
CIndex.h
CResult.c Correctly quote table names when using schemas. 2018-04-16 20:57:56 +02:00
CResult.h
CResultField.c
CResultField.h
CTable.c
CTable.h
CUser.c
CUser.h
deletemap.c
deletemap.h
gb.db.component
gb.db.h Connection.LastInsertId is a new property that returns the value of the serial field used in the last inserted row. 2018-03-20 16:05:33 +01:00
gb.db.proto.h Connection.LastInsertId is a new property that returns the value of the serial field used in the last inserted row. 2018-03-20 16:05:33 +01:00
gb_barray.h
main.c Support for case sensitive schema names. 2018-04-18 03:17:30 +02:00
main.h Correctly quote table names when using schemas. 2018-04-16 20:57:56 +02:00
Makefile.am
sqlite.c
sqlite.h