SQLite had extremely readable SQL documentation:
http://www.3rd-impact.net/Document/SQLite/Translation/Current/Original/lang_createtable.html.
 It was clear and intuitive; I can understand it at a glance.

At some point, it was replaced with
http://sqlite.org/lang_createtable.html.  It's closer to a rendering
of a parse tree than human documentation; I find it nearly unreadable.
 With the text all baked into an image, it's also not searchable, and
I have to scroll up and down to read what used to fit in half a page.

Is the text SQL documentation available for current SQLite versions?

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

Reply via email to