gambas-source-code/main
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
..
gbc Try to add some more static datatype analysis, but did not succed. 2018-03-03 03:14:11 +01:00
gbx Raise an error if a object being freed has been referenced by its '_free' special method. 2018-03-17 23:33:02 +01:00
lib 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
mime
share RDir() now works correctly when browsing executable directories. 2018-03-16 14:02:58 +01:00
tools/gbh3 [GB.TERM.FORM] 2017-08-26 20:25:52 +02:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac [DEVELOPMENT ENVIRONMENT] 2017-08-29 00:42:58 +02:00
COPYING
gb.pcre.h
INSTALL
m4
Makefile.am [CONFIGURATION] 2017-08-15 11:58:48 +02:00
NEWS
README
reconf
TODO