On Mon, Apr 9, 2012 at 4:16 AM, Pavel Ivanov <[email protected]> wrote:
> If you read the link Simon gave you'll see that sqlite_sequence have > records only for tables with AUTOINCREMENT ROWID. And that record > doesn't necessarily contains value from some row that really existed > at any point of time. In other words with this implementation your > function may return incorrect value. Thanks for that clarification. i incidentally removed it because it causes a huge number of malloc()s in my test app. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

