<https://sqlite.org/pragma.html#pragma_read_uncommitted>

talks about

PRAGMA read_uncommitted = boolean;

Explicitly stating that the argument should be boolean.  However the 
explanation of the effect of the PRAGMA talks about its argument as if it is 
SERIALIZABLE.  No boolean value to indicate SERIALIZABLE is stated.

I agree that it's possible to infer this from the name of the setting but 
perhaps an OFF or ON could be added for those ESL readers who don't immediately 
understand the word SERIALIZABLE.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to