[sqlite] WG: [EXTERNAL] Number of changes

2018-12-05 Thread Hick Gunter
Show what you executed. Make sure that there is no interference from other threads on the same connection. If you execute more than 1 statement in one call to sqlite3_exec(), only the last INSERT/UPDATE/DELETE will determine the return value of sqlite3_changes(). If you want the aggregate count

[sqlite] WG: [EXTERNAL] Number of changes

2018-12-05 Thread Hick Gunter
Von: Prajeesh Prakash [mailto:prajeeshprakash@elear.solutions] Gesendet: Mittwoch, 05. Dezember 2018 13:47 An: SQLite mailing list ; Hick Gunter Betreff: Re: [sqlite] [EXTERNAL] Number of changes Thank you i tried sqlite3_changes() but in that case i INSERT 2 rows but it gave 1. On Decembe