index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
sqlite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add handling SQLiteDatabaseCorruptException.
muzbit.kim
2015-10-25
1
-0
/
+2
*
am 5b0c0964: am fb861b6c: am 31fb202e: Merge "Frameworks/base: Compile-time o...
Andreas Gampe
2015-04-22
1
-7
/
+10
|
\
|
*
Frameworks/base: Compile-time optimize SQLiteConnection
Andreas Gampe
2015-04-21
1
-7
/
+10
*
|
Remove deprecated fields in AbstractCursor.
Jeff Brown
2015-04-09
1
-1
/
+0
|
/
*
am df8b604e: Merge "Fix NPE in deleteDatabase()." into klp-modular-dev
Jeff Brown
2014-01-28
1
-4
/
+6
|
\
|
*
Fix NPE in deleteDatabase().
Jeff Brown
2014-01-24
1
-4
/
+6
*
|
am 55a12adc: am 72a8fe6d: am 74661ff1: am b5558817: am 002ae75b: Merge "AArch...
Narayan Kamath
2014-01-08
1
-33
/
+33
|
\
\
|
|
/
|
*
AArch64: Use long for pointers
Ashok Bhat
2014-01-08
1
-33
/
+33
*
|
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-1
/
+0
|
/
*
am 601afaef: Merge "Someone\'s IDE chose the wrong Date."
Elliott Hughes
2013-05-06
1
-1
/
+1
|
\
|
*
Someone's IDE chose the wrong Date.
Elliott Hughes
2013-05-06
1
-1
/
+1
*
|
Don't dump sql bindargs unless verbose mode is requested.
Jeff Brown
2013-05-01
1
-7
/
+7
*
|
am 4fd60792: am 5262a108: Merge "Complete documentation of whereArgs (Issue #...
Jeff Brown
2013-02-08
1
-0
/
+9
|
\
\
|
|
/
|
*
Merge "Complete documentation of whereArgs (Issue #43061)"
Jeff Brown
2013-02-08
1
-0
/
+9
|
|
\
|
|
*
Complete documentation of whereArgs (Issue #43061)
Tim Roes
2013-01-25
1
-0
/
+9
*
|
|
am 2990ed7a: am 3c6ee5b5: am d2bec096: Merge "NullPointerException in SQLiteS...
Jeffrey Brown
2013-02-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Merge "NullPointerException in SQLiteSession"
Jeffrey Brown
2013-02-07
1
-1
/
+1
|
|
\
\
|
|
*
|
NullPointerException in SQLiteSession
László Dávid
2012-10-25
1
-1
/
+1
|
|
|
/
*
|
|
am 4e68024c: am 1e48b386: am 04ce0d25: Merge "Keep native callbacks when prim...
Jeffrey Brown
2013-02-06
1
-0
/
+7
|
\
\
\
|
|
/
/
|
*
|
Merge "Keep native callbacks when primary SQLiteConnection is recreated"
Jeffrey Brown
2013-02-07
1
-0
/
+7
|
|
\
\
|
|
*
|
Keep native callbacks when primary SQLiteConnection is recreated
Niklas Brunlid
2012-12-04
1
-0
/
+7
|
|
|
/
*
|
|
am e646f943: am ca7b1210: am ea56499d: Merge "Potential NPE in SQLiteConnection"
Jeffrey Brown
2013-02-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Potential NPE in SQLiteConnection
Sylvain Becuwe
2012-10-28
1
-1
/
+1
|
|
/
*
|
Fix cursor window leak when query execution fails.
Jeff Brown
2013-01-08
1
-10
/
+19
|
/
*
Enable SQLite configuration to be set with system properties.
Jeff Brown
2012-05-11
1
-11
/
+20
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
8
-14
/
+14
*
Fix CancellationSignal deadlock.
Jeff Brown
2012-04-26
1
-52
/
+55
*
Ensure that db connection reconfiguration can change the db.
Jeff Brown
2012-04-19
1
-0
/
+2
*
Add # of changed rows to executeForChangedRowCount log
Makoto Onuki
2012-04-16
1
-2
/
+6
*
YieldTransaction should actually commit the transaction.
Jeff Brown
2012-03-27
1
-4
/
+4
*
Provide an API for enabling foreign key constraints.
Jeff Brown
2012-03-23
5
-2
/
+127
*
Support enabling WAL using a flag when DB is opened.
Jeff Brown
2012-03-23
5
-82
/
+157
*
Merge "Work around problems changing the database journal mode."
Jeff Brown
2012-03-22
4
-67
/
+72
|
\
|
*
Work around problems changing the database journal mode.
Jeff Brown
2012-03-22
4
-67
/
+72
*
|
Fix typo... and build
Jean-Baptiste Queru
2012-03-21
1
-2
/
+2
|
/
*
Throw if WAL enabled/disabled when connections are in use.
Jeff Brown
2012-03-21
2
-13
/
+94
*
Port the SQLite locale setting code to Java.
Jeff Brown
2012-03-15
3
-22
/
+86
*
Prefetch column names in bulk cursor adaptor.
Jeff Brown
2012-03-14
1
-6
/
+1
*
Fix potential NPE in SQLiteProgram.
Jeff Brown
2012-03-12
1
-9
/
+9
*
Don't close the database until all references released.
Jeff Brown
2012-03-06
4
-186
/
+295
*
Make SQLiteDatabase final.
Jeff Brown
2012-03-05
3
-3
/
+5
*
Allow the SQLite sync mode to be set independently for WAL.
Jeff Brown
2012-03-02
4
-13
/
+39
*
Add an API for deleting databases.
Jeff Brown
2012-03-01
1
-0
/
+35
*
Improve documentation of SQLite debugging options.
Jeff Brown
2012-03-01
1
-2
/
+10
*
Externalize more SQLite configuration options.
Jeff Brown
2012-02-29
4
-24
/
+104
*
Refactor SQLiteOpenHelper.
Jeff Brown
2012-02-29
4
-195
/
+236
*
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
8
-173
/
+173
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
9
-130
/
+560
*
Fix an inconsistent comment.
Jeff Brown
2012-01-25
1
-4
/
+2
*
Merge "Initialize SQLite as part of the android runtime."
Jeff Brown
2012-01-20
3
-35
/
+10
|
\
[next]