gambas-source-code/main/lib
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
..
clipper Use a power of two as internal coordinate scale. 2018-02-22 04:30:25 +01:00
complex
compress
data Update many project configuration files. 2018-03-16 14:13:21 +01:00
db 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
debug
draw
eval Fix parsing of quoted identifiers. 2018-02-17 20:41:39 +01:00
geom
gui
gui.opengl
gui.qt
gui.qt.opengl
gui.qt.webkit
gui.trayicon
image Image.Invert() is a new method that inverts an image. It takes an optional boolean argument that indicates if the color hue must be kept. 2018-02-28 14:55:48 +01:00
image.effect
inotify
option
signal
term
vb
gb.component
Makefile.am