SQLite is quite SQL compliant

Ravi ra.ravi.rav at gmail.com
Sat Oct 2 16:06:12 EDT 2010


The documentation of the sqlite module at http://docs.python.org/library/sqlite3.html
says:

"...allows accessing the database using a nonstandard variant of the
SQL..."

But if you see SQLite website they clearly say at http://sqlite.org/omitted.html
that only very few of the SQL is not implemented. I think docs should
clarify on that. Many users might be scared of using SQLite just
because of this.



More information about the Python-list mailing list