For SQLite

The following limitations apply to SQLite databases accessed via Libgda:

Last inserted row's values

The gda_connection_statement_execute_non_select()'s last_insert_row attribute uses the hidden "_ROWID_" column for each table, but it may fail if the table has a column with the same name.