[sqlite] Documentation typo in "ON CONFLICT clause"

2012-08-10 Thread Jesse Weinstein
On page http://www3.sqlite.org/lang_conflict.html

 

"the behavior proscribed the SQL standard" should be:

"the behavior prescribed by the SQL standard" 

 

"pre" not "pro". ;-)

 

Jesse Weinstein

Software Engineer

 

CliniComp, Intl.

9655 Towne Centre Drive

San Diego, CA 92121

+1 [858] 546 8202

jesse.weinst...@clinicomp.com

 

www.clinicomp.com

 

This message is for the designated recipient only and may contain
privileged, proprietary,

or otherwise private information. If you are not the intended recipient,
please notify the

sender immediately by reply email and delete this message. Any other use
by you of this

email or the information contained therein is strictly prohibited.

 

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Documentation bug in result_blob.html

2012-08-01 Thread Jesse Weinstein
In http://www.sqlite.org/c3ref/result_blob.html it says

 

The sqlite3_result_toobig() interface causes SQLite to throw an error
indicating that a string or BLOB is too long to represent.

 

The sqlite3_result_nomem() interface causes SQLite to throw an error
indicating that a memory allocation failed.

 

These are not the actual names of the functions. The real names (as
listed at the top of that page) have _error_ in the middle, i.e.
sqlite3_result_error_toobig() and sqlite3_result_error_nomem().

 

Thanks for a very useful library (with generally excellent
documentation)!

 

Jesse Weinstein

Software Engineer

 

CliniComp, Intl.

9655 Towne Centre Drive

San Diego, CA 92121

+1 [858] 546 8202

jesse.weinst...@clinicomp.com

 

www.clinicomp.com

 

This message is for the designated recipient only and may contain
privileged, proprietary,

or otherwise private information. If you are not the intended recipient,
please notify the

sender immediately by reply email and delete this message. Any other use
by you of this

email or the information contained therein is strictly prohibited.

 

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users