On Sat, Dec 14, 2013 at 7:00 AM, Kevin Benson <kevin.m.ben...@gmail.com>wrote:

> http://sqlite.org/faq.html#q1
>
> CURRENTLY:
> "(If the largest possible integer key, 9223372036854775807, then an unused
> key value is chosen at random.)"
>
> SUGGESTED FIX:
> "  (If the largest possible integer key 9223372036854775807 is in use, then
> an unused key value is chosen at random.)"
>
>
> http://www.sqlite.org/autoinc.html
>
> CURRENTLY:
> "If the largest ROWID is equal to the largest possible integer
> (9223372036854775807) then the database engine starts picking positive
> candidate ROWIDs at random until it finds one that is not previously used."
>
> SUGGESTED FIX:
> "If the largest ROWID in use is equal to the largest possible integer
> (9223372036854775807) then the database engine starts picking positive
> candidate ROWIDs at random until it finds one that is not previously used."
>

Thanks.

The first change has been made.  The second is actually a tested
requirement, and changing it is a lot of work.  (Test cases, and in this
case, source code comments have to change in unison.)  And since it is not
actually wrong, I have elected leave it as it is.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to