Thanks Ryan. The problem I had was with the string "myTable" when I was doing a Delete. My wrapper isn't 100% Unicode friendly apparently, and I had to do a minor and easy work around. Even SQLite Expert wasn't returning what I wanted from a select, so I eventually determined my insert statement was bad.
On Sun, Feb 11, 2018 at 3:20 AM, R Smith <[email protected]> wrote: > (Apologies if this is duplicate) > > On 2018/02/11 3:12 AM, Stephen Chrzanowski wrote: > > How does one reset the sqlite_sequence values? >> > > How about: > UPDATE sqlite_sequence SET seq = 1 WHERE name = 'myTable'; > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

