index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix requery behaviour of MemoryCursor.
Danny Baumann
2013-07-07
1
-1
/
+25
*
framework: Privacy Guard
Steve Kondik
2013-06-24
1
-0
/
+50
*
Correct executable bit for source files
Kenny Root
2013-04-13
1
-0
/
+0
*
Fix FindBugs issues
László Dávid
2012-12-18
1
-1
/
+1
*
Use myUserId() only in registerContentObserver()
Christopher Tate
2012-10-03
1
-1
/
+7
*
am 64ed6b2c: am d77d17c2: Merge "Fix cursor memory leak"
Jean-Baptiste Queru
2012-08-08
1
-0
/
+3
|
\
|
*
Merge "Fix cursor memory leak"
Jean-Baptiste Queru
2012-08-08
1
-0
/
+3
|
|
\
|
|
*
Fix cursor memory leak
Catherine Liu
2012-07-09
1
-0
/
+3
|
|
*
Fix Music import for Turkish locales.
Elliott Hughes
2012-01-09
1
-1
/
+2
*
|
|
Deprecate DatabaseUtils.InsertHelper.
Jeff Brown
2012-06-22
1
-12
/
+32
|
/
/
*
|
Enable SQLite configuration to be set with system properties.
Jeff Brown
2012-05-11
1
-11
/
+20
*
|
Deprecate certain AbstractCursor fields.
Jeff Brown
2012-05-09
1
-2
/
+8
*
|
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
9
-15
/
+15
*
|
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
4
-27
/
+94
*
|
Prefetch column names in bulk cursor adaptor.
Jeff Brown
2012-03-14
8
-210
/
+161
*
|
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
7
-249
/
+350
*
|
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
*
|
Support automatic cancellation of Loaders.
Jeff Brown
2012-02-01
1
-0
/
+6
*
|
Merge "Implement a cancelation mechanism for queries."
Jeff Brown
2012-01-27
9
-130
/
+560
|
\
\
|
*
|
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
9
-130
/
+560
*
|
|
Merge "Added JELLY_BEAN version name; update some targetSdkVersion docs."
Dianne Hackborn
2012-01-25
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added JELLY_BEAN version name; update some targetSdkVersion docs.
Dianne Hackborn
2012-01-25
1
-0
/
+1
*
|
|
Fix an inconsistent comment.
Jeff Brown
2012-01-25
1
-4
/
+2
|
/
/
*
|
Merge "Inform ContentObservers about the changed content Uri."
Jeff Brown
2012-01-23
5
-17
/
+104
|
\
\
|
*
|
Inform ContentObservers about the changed content Uri.
Jeff Brown
2012-01-23
5
-17
/
+104
*
|
|
Merge "Clean up content observer code."
Jeff Brown
2012-01-23
4
-79
/
+103
|
\
\
\
|
|
/
/
|
*
|
Clean up content observer code.
Jeff Brown
2012-01-23
4
-79
/
+103
*
|
|
Merge "Delete dead code."
Jeff Brown
2012-01-20
1
-17
/
+0
|
\
\
\
|
|
/
/
|
*
|
Delete dead code.
Jeff Brown
2012-01-20
1
-17
/
+0
*
|
|
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
[next]