Reputation: 6373
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.
Upvotes: 1
Views: 254
Reputation: 82535
Yes, it's full SQLite3.
FWIW, there is no SQLite "standard" other than the SQLite implementation itself, which is what Apple uses.
Upvotes: 4
Reputation: 159
I have used it on Windows and on the iPhone, and yes, it's exactly the same thing.
Upvotes: 0