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
/
SQLiteConnection.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add handling SQLiteDatabaseCorruptException.
muzbit.kim
2015-10-25
1
-0
/
+2
*
Frameworks/base: Compile-time optimize SQLiteConnection
Andreas Gampe
2015-04-21
1
-7
/
+10
*
AArch64: Use long for pointers
Ashok Bhat
2014-01-08
1
-33
/
+33
*
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
|
/
*
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
*
|
Potential NPE in SQLiteConnection
Sylvain Becuwe
2012-10-28
1
-1
/
+1
|
/
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
1
-2
/
+2
*
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
*
Provide an API for enabling foreign key constraints.
Jeff Brown
2012-03-23
1
-0
/
+18
*
Support enabling WAL using a flag when DB is opened.
Jeff Brown
2012-03-23
1
-2
/
+3
*
Work around problems changing the database journal mode.
Jeff Brown
2012-03-22
1
-29
/
+61
*
Port the SQLite locale setting code to Java.
Jeff Brown
2012-03-15
1
-20
/
+79
*
Don't close the database until all references released.
Jeff Brown
2012-03-06
1
-30
/
+35
*
Allow the SQLite sync mode to be set independently for WAL.
Jeff Brown
2012-03-02
1
-9
/
+16
*
Externalize more SQLite configuration options.
Jeff Brown
2012-02-29
1
-1
/
+51
*
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
1
-50
/
+50
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-31
/
+137
*
Initialize SQLite as part of the android runtime.
Jeff Brown
2012-01-20
1
-2
/
+0
*
Clean up SQLite debugging code.
Jeff Brown
2012-01-19
1
-3
/
+5
*
Fix issues with reentrant SQLite triggers.
Jeff Brown
2012-01-18
1
-70
/
+130
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
1
-0
/
+1149