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. -- http://mail.python.org/mailman/listinfo/python-list