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
*
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
|
\
|
*
Initialize SQLite as part of the android runtime.
Jeff Brown
2012-01-20
3
-35
/
+10
*
|
Merge "Fixes some javadoc."
Pin Ting
2012-01-20
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fixes some javadoc.
Pin Ting
2012-01-18
1
-3
/
+4
*
|
Clean up SQLiteDebug natives.
Jeff Brown
2012-01-19
1
-7
/
+5
*
|
Remove custom SQLITE_UNCLOSED error code.
Jeff Brown
2012-01-19
1
-31
/
+0
*
|
Clean up SQLite debugging code.
Jeff Brown
2012-01-19
3
-90
/
+6
*
|
Fix issues with reentrant SQLite triggers.
Jeff Brown
2012-01-18
5
-103
/
+186
|
/
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
20
-2566
/
+3969
*
Add plumbing for dumping database info using dumpsys.
Jeff Brown
2011-12-16
1
-0
/
+8
*
Make SQLiteQuery and SQLiteProgram final.
Jeff Brown
2011-12-16
3
-24
/
+12
*
resolved conflicts for merge of bce45617 to master
Jeff Brown
2011-10-31
3
-39
/
+42
|
\
|
*
resolved conflicts for merge of 2d280f75 to ics-mr1
Jeff Brown
2011-10-30
3
-29
/
+43
|
|
\
|
|
*
Improve the slow query instrumentation.
Jeff Brown
2011-10-28
3
-29
/
+43
*
|
|
Optimize fillWindow to improve reverse-seek performance.
Jeff Brown
2011-10-28
2
-17
/
+45
|
/
/
*
|
Only populate stack when StrictMode will use it.
Jeff Sharkey
2011-10-26
2
-5
/
+13
*
|
Fix typos
Michael Chan
2011-10-20
1
-1
/
+1
*
|
Deprecate local-only CursorWindows.
Jeff Brown
2011-10-12
1
-1
/
+1
|
/
*
Use ashmem for CursorWindows.
Jeff Brown
2011-10-11
1
-1
/
+1
*
Fix ownership of CursorWindows across processes.
Jeff Brown
2011-10-09
1
-16
/
+1
*
Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78
Jeff Brown
2011-10-07
3
-228
/
+22
|
\
|
*
Clean up CursorWindow lifetime.
Jeff Brown
2011-10-07
3
-228
/
+22
*
|
Merge "Clean up CursorWindow code. Bug: 5332296"
Jeff Brown
2011-10-06
1
-2
/
+2
|
\
\
|
|
/
|
*
Clean up CursorWindow code.
Jeff Brown
2011-10-06
1
-2
/
+2
*
|
Disable db_sample logging
Christopher Tate
2011-10-05
1
-3
/
+10
|
/
*
Add progress dialog for booting after an upgrade.
Dianne Hackborn
2011-08-22
1
-0
/
+8
*
Remove the obsolete function that is not used anymore
Daniel Lehmann
2011-06-01
1
-9
/
+0
*
Enable strict mode as a public api to catch sql injections
Daniel Lehmann
2011-06-01
1
-12
/
+58
*
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-04-07
2
-14
/
+12
*
bug:4090903 allow bindargs on attach database statement
Vasu Nori
2011-03-21
2
-13
/
+7
*
fix broken logTimeStat stuff
Vasu Nori
2011-03-18
5
-45
/
+58
*
Handle rename of LruCache.entryEvicted to entryRemoved
Jesse Wilson
2011-02-25
1
-2
/
+3
*
Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed"
Paul Westbrook
2011-02-17
1
-47
/
+44
*
Merge "add more debug info to help (bug:3446432)"
Vasu Nori
2011-02-11
1
-1
/
+1
|
\
|
*
add more debug info to help (bug:3446432)
Vasu Nori
2011-02-11
1
-1
/
+1
*
|
Remove LruCache.setMaxSize().
Jesse Wilson
2011-02-11
1
-73
/
+75
[next]