Avoid unnecessary write to the sqlite_sequence table when an insert
commitc1eda7d12c32fb322caf18cb4e26629f43eabe33
authorD. Richard Hipp <drh@hwaci.com>
Tue, 20 Mar 2018 13:44:10 +0000 (20 13:44 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 20 Mar 2018 13:44:10 +0000 (20 13:44 +0000)
tree7e0416cd42529dbff9068c14c08d1f9434026592
parenta27140c4527f6c7fb940e13e03d810f97cffde73
parent3c306f58150c53092d47f17e7c5f3af7fa537984
Avoid unnecessary write to the sqlite_sequence table when an insert
is done into an autoincrement table with an application-specified rowid
that is less than the maximum.