Hi,

I noticed an error in the SQLite4 documentation at http://sqlite.org/src4/doc/trunk/www/key_encoding.wiki in the section on numeric encoding.

It says:

"0x0d is also smaller than 0x0e, the initial byte of a text value"

I believe that it should say:

"0x23 is also smaller than 0x24, the initial byte of a text value"

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to