Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for jni/android_database_SQLiteConnection.cpp
2013-12-25
| ||
19:03 | Renamed to jni/sqlite/android_database_SQLiteConnection.cpp. Move c/c++ code into the jni/sqlite/ sub-directory. To make it easier to copy into other projects. (check-in: [938b5766d5] user: dan branch: trunk, size: 0) | |
2013-12-24
| ||
12:07 | [0d66211eca] 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: 35533) | |
2013-12-23
| ||
18:23 | [c7d78d588c] part of check-in [409082dd02] Add support for SEE, SQLite's encryption extension. (check-in: [409082dd02] user: dan branch: openseedatabase, size: 36191) | |
2013-12-21
| ||
19:02 | [d006eb95a5] part of check-in [b03c0713c9] Replace some leftover "android/database/" namespaces with "org/sqlite/database/". Make sure the native methods are all registered when the library is loaded. (check-in: [b03c0713c9] user: dan branch: trunk, size: 35345) | |
17:58 | [71fa6da182] part of check-in [e01e48cd52] Re-enable some disabled code required by user-defined function implementations. (check-in: [e01e48cd52] user: dan branch: trunk, size: 35102) | |
16:04 | [c194865178] 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: 35115) | |
2013-12-19
| ||
18:42 | [fafe3a973a] part of check-in [3f19250fc5] Fix logging macros. (check-in: [3f19250fc5] user: dan branch: trunk, size: 35906) | |
17:58 | [e654858671] part of check-in [d9b8fd9674] Copy extra header files from android core into this project. The C++ part now builds with just the NDK - no android source tree required. (check-in: [d9b8fd9674] user: dan branch: trunk, size: 36158) | |
2013-12-18
| ||
18:04 | [bd205c7b40] part of check-in [87449ff921] Add a dummy version (equivalent to BINARY) of collation sequence LOCALIZED to all new database handles. Now a simple "SELECT sqlite_version()" works. (check-in: [87449ff921] user: dan branch: trunk, size: 36127) | |
17:23 | [9626f3760e] part of check-in [7e57f15de2] Commit the various hacks to android files made outside of fossil. (check-in: [7e57f15de2] user: dan branch: trunk, size: 35097) | |
17:02 | Added: [92c41c8452] part of check-in [77eacc52c5] Copy in some Android files. (check-in: [77eacc52c5] user: dan branch: trunk, size: 34256) | |