SQLite Android Bindings

Check-in [365586dcaf]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Replace nativeExecuteForCursorWindow() with an implementation that builds with the NDK. Seems to work, but is not yet tested. Exception handling is almost certainly still wrong.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 365586dcafe43f880021b0de52b6a19f02fc6ee1
User & Date: dan 2013-12-21 16:04:55.246
Context
2013-12-21
17:58
Re-enable some disabled code required by user-defined function implementations. (check-in: e01e48cd52 user: dan tags: trunk)
16:04
Replace nativeExecuteForCursorWindow() with an implementation that builds with the NDK. Seems to work, but is not yet tested. Exception handling is almost certainly still wrong. (check-in: 365586dcaf user: dan tags: trunk)
2013-12-20
17:02
Start setting up some infrastructure code for a test suite. Add a test demonstrating the problem with type Cursor. (check-in: 69b389af43 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to jni/android_database_SQLiteConnection.cpp.
Changes to jni/android_database_SQLiteGlobal.cpp.
Changes to res/layout/main.xml.
Changes to src/org/sqlite/app/customsqlite/CustomSqlite.java.
Changes to src/org/sqlite/database/sqlite/ExtraUtils.java.
Changes to src/org/sqlite/database/sqlite/SQLiteConnection.java.
Changes to src/org/sqlite/database/sqlite/SQLiteCursor.java.