my OS is windows10, delphi is 10.3.1, sqlite version is 3.23.1 which does not support "ON CONFLICT(id) DO UPDATE" during insert.
I've downloaded sqlite3.dll version 3.30.1 and copied it to
C:\Program Files (x86)\Embarcadero\Studio\20.0\bin
folder overwriting the existing old one.
But still sqlite_version() function returns version 3.23.1. What else should be done delphi application to use the new version of sqlite3?