Does the iPhone’s SQLite implementation support the full SQLite 3 standard? That is, is every function in the SQLite specification present and standard-compliant?
If not, can someone point me to a document which explains what the differences are?
Sorry if this is a repeat question.
Yes, it’s full SQLite3.
FWIW, there is no SQLite “standard” other than the SQLite implementation itself, which is what Apple uses.