-
- Downloads
Connection.LastInsertId is a new property that returns the value of the serial...
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.
Showing
- gb.db.mysql/src/main.c 23 additions, 0 deletionsgb.db.mysql/src/main.c
- gb.db.odbc/src/main.c 17 additions, 0 deletionsgb.db.odbc/src/main.c
- gb.db.postgresql/src/main.c 20 additions, 2 deletionsgb.db.postgresql/src/main.c
- gb.db.sqlite2/src/main.cpp 17 additions, 0 deletionsgb.db.sqlite2/src/main.cpp
- gb.db.sqlite3/src/main.c 21 additions, 0 deletionsgb.db.sqlite3/src/main.c
- main/lib/db/CConnection.c 11 additions, 2 deletionsmain/lib/db/CConnection.c
- main/lib/db/CResult.c 1 addition, 1 deletionmain/lib/db/CResult.c
- main/lib/db/gb.db.h 1 addition, 0 deletionsmain/lib/db/gb.db.h
- main/lib/db/gb.db.proto.h 2 additions, 0 deletionsmain/lib/db/gb.db.proto.h
Loading
Please register or sign in to comment