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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
compress [WIKI CGI SCRIPT] 2015-06-14 22:10:16 +00:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
draw Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
eval Fix parsing of quoted identifiers. 2018-02-17 20:41:39 +01:00
geom Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.opengl Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.qt Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.qt.opengl Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.qt.webkit Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.trayicon Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
inotify Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
option [CONFIGURATION] 2013-07-23 00:56:01 +00:00
signal Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
term Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
vb Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2017-08-29 00:42:58 +02:00