Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/org/sqlite/database/sqlite/SQLiteConnectionPool.java
2016-05-20
| ||
18:45 | Renamed to sqlite3/src/main/java/org/sqlite/database/sqlite/SQLiteConnectionPool.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/SQLiteConnectionPool.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) | |
2014-06-11
| ||
19:10 | [7d641309a9] part of check-in [7fbe992d8f] Merge trunk with this branch. (check-in: [7fbe992d8f] user: dan branch: api-level-15, size: 45557) | |
18:59 | [c75faf2652] 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: 45551) | |
2014-05-21
| ||
16:54 | [fae9c5e37c] 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: 45544) | |
2013-12-30
| ||
14:48 | [ef46d4f797] 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: 45538) | |
2013-12-26
| ||
17:31 | [e6d2c534b7] part of check-in [954e5a58f1] Disable connection pooling in SQLITE_HAS_CODEC builds. Add a test for the same. (check-in: [954e5a58f1] user: dan branch: trunk, size: 45438) | |
2013-12-24
| ||
12:07 | [83b50ed385] 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: 45404) | |
2013-12-23
| ||
18:23 | [1b6569a164] part of check-in [409082dd02] Add support for SEE, SQLite's encryption extension. (check-in: [409082dd02] user: dan branch: openseedatabase, size: 45108) | |
2013-12-18
| ||
17:23 | [b227bab582] part of check-in [7e57f15de2] Commit the various hacks to android files made outside of fossil. (check-in: [7e57f15de2] user: dan branch: trunk, size: 45067) | |
17:02 | Added: [7c93f33c3a] part of check-in [77eacc52c5] Copy in some Android files. (check-in: [77eacc52c5] user: dan branch: trunk, size: 45041) | |