gambas-source-code/gb.db.sqlite2/src
gambas e07ac2e4f2 Connection.LastInsertId is a new property that returns the value of the serial field used in the last inserted row.
[GB.DB]
* NEW: Connection.LastInsertId is a new property that returns the value of the serial field used in the last inserted row. It is supported on MySQL, PostgreSQL and SQLite3 only.
* BUG: Connection.Handle is correctly declared now.

[GB.DB.MYSQL]
* NEW: Support for Connection.LastInsertId.

[GB.DB.ODBC]
* NEW: Raise an error if Connection.LastInsertId is used.

[GB.DB.POSTGRESQL]
* NEW: Support for Connection.LastInsertId.

[GB.DB.SQLITE2]
* NEW: Raise an error if Connection.LastInsertId is used.

[GB.DB.SQLITE3]
* NEW: Support for Connection.LastInsertId.
2018-03-20 16:05:33 +01:00
..
dataset.cpp Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
dataset.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb.db.sqlite2.component [DEVELOPMENT ENVIRONMENT] 2015-01-06 22:44:35 +00:00
main.cpp 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
main.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
Makefile.am [CONFIGURATION] 2012-05-04 16:45:14 +00:00
qry_dat.cpp Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
qry_dat.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
sqlitedataset.cpp Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
sqlitedataset.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
stringhelper.cpp Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
stringhelper.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00