Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有人知道是否可以确定自创建给定保存点以来是否进行了更改。我正在考虑使用它来确定用户是否进行了更改,然后在移动到另一个页面/关闭应用程序之前询问他是否要保存。
在此先感谢,艾坦。
total_changes()检查(SQL) 或(C)的返回值sqlite3_total_changes()是否增加。(但是,这确实包括来自回滚保存点/事务的更改。)
total_changes()
sqlite3_total_changes()