gambas-source-code/main/lib/db
gambas 9f2da35cbe Emit column position in almost all error messages.
[COMPILER]
* OPT: Some optimizations in symbol table routines.
* NEW: Emit column position in almost all error messages. It makes the compiler 2.5% slower, even with the optimizations.
2019-05-08 06:20:35 +02:00
..
gb.db Emit column position in almost all error messages. 2019-05-08 06:20:35 +02:00
c_subcollection.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_subcollection.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CConnection.c Connection.LastInsertId now raises an error instead of crashing when the connection is closed. 2018-12-10 23:35:21 +01:00
CConnection.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CDatabase.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CDatabase.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CField.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CField.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CIndex.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CIndex.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CResult.c Correctly quote table names when using schemas. 2018-04-16 20:57:56 +02:00
CResult.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CResultField.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CResultField.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CUser.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CUser.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
deletemap.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
deletemap.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
sqlite.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00