SQLite Android Bindings

All files named ”src/org/sqlite/database/sqlite/SQLiteConnection.java”
Login

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

History for src/org/sqlite/database/sqlite/SQLiteConnection.java

2016-05-20
18:45
Renamed to sqlite3/src/main/java/org/sqlite/database/sqlite/SQLiteConnection.java. Update to Android Studio and gradle build system. (check-in: [f82877032c] user: dan branch: api-level-15, size: 0)
2016-05-19
15:24
Renamed to sqlite/sqlite3/src/main/java/org/sqlite/database/sqlite/SQLiteConnection.java. Upgrade this module so that it takes the form of an Android Studio project. (check-in: [b5fcf9e7da] user: dan branch: android-studio, size: 0)
2015-04-04
08:23
[bf14f3ea59] part of check-in [2aa724ae34] Apply the 64-bit pointer fix to this branch. (check-in: [2aa724ae34] user: dan branch: api-level-15, size: 63392)
08:19
[596857dd54] part of check-in [3e4327dc6e] Update this code to support 64-bit pointers. See also: https://android.googlesource.com/platform/frameworks/base.git/+/738702d28ab7e0e89e3c6e18fd46cc1361917eb9 (check-in: [3e4327dc6e] user: dan branch: trunk, size: 63386)
2014-06-11
19:10
[578f255720] part of check-in [7fbe992d8f] Merge trunk with this branch. (check-in: [7fbe992d8f] user: dan branch: api-level-15, size: 63348)
18:59
[2c2ff53611] part of check-in [c93d2517dc] Changes so that package names always match paths on disk, as required by eclipse. (check-in: [c93d2517dc] user: dan branch: trunk, size: 63342)
2014-05-21
16:54
[3753254747] part of check-in [59f9c6ccd7] Add local versions of classes CancellationSignal and OperationCanceledExcecption so that this code will work with API level 15. (check-in: [59f9c6ccd7] user: dan branch: api-level-15, size: 63335)
2013-12-30
14:48
[fcdf59f6c7] part of check-in [9c379550fd] Add the comment "Modified to support SQLite extensions by the SQLite developers: sqlite-dev@sqlite.org." to the top of all files in this project that were copied from Android and then modified. (check-in: [9c379550fd] user: dan branch: trunk, size: 63329)
2013-12-24
18:51
[ee52d82435] part of check-in [0b5fd0b0d3] Add extra SEE tests. And fix problems revealed by the same. (check-in: [0b5fd0b0d3] user: dan branch: trunk, size: 63229)
12:07
[51d836ef36] part of check-in [9c4a073c3b] In SQLITE_HAS_CODEC builds, do not initialize the LOCALIZED collation automatically (as if the SQLiteDatabase.NO_LOCALIZED_COLLATORS flag was set). Require apps to call the enableLocalizedCollators() method to explicitly initialize it. This gives the app an opportunity to execute a PRAGMA statement to configure an encryption key before the database is first accessed. (check-in: [9c4a073c3b] user: dan branch: trunk, size: 63241)
2013-12-23
18:23
[db47172f44] part of check-in [409082dd02] Add support for SEE, SQLite's encryption extension. (check-in: [409082dd02] user: dan branch: openseedatabase, size: 63205)
07:33
[5f1c0ac5da] part of check-in [be6acc5363] Add extra required utility functions to ExtraUtils.java. (check-in: [be6acc5363] user: dan branch: trunk, size: 62966)
2013-12-21
16:04
[d2de5d1838] part of check-in [365586dcaf] 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 branch: trunk, size: 63528)
2013-12-18
17:23
[cbf9c14d54] part of check-in [7e57f15de2] Commit the various hacks to android files made outside of fossil. (check-in: [7e57f15de2] user: dan branch: trunk, size: 63568)
17:02
Added: [926ab4dfe9] part of check-in [77eacc52c5] Copy in some Android files. (check-in: [77eacc52c5] user: dan branch: trunk, size: 62898)