davibe / Phonegap-SQLitePlugin

A phonegap plugin to open and use sqlite databases on iOS.
191 stars 90 forks source link

Wrong value when reading big numbers such as TIMESTAMP #10

Closed orbitaloop closed 12 years ago

orbitaloop commented 12 years ago

Looks like the SQLITE_TIMESTAMP doesn't exists here, so a timestamp is considered INTEGER

orbitaloop commented 12 years ago

The bug is fixed with my commit 35694c1