You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my android app, I use java to open a database, and then pass the sqlite handle (int) to native code (c), in c code ,use sqlite_update_hook to see whether the db changed. when I insert data with Java, the "constraint failed" arised,but use android native sqlite,all is right,so why is that???