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
*
am a4ab2651: am 4d544376: am 86c035f0: Merge "COMMENT ONLY change to clarify ...
Brad Fitzpatrick
2010-07-27
1
-10
/
+29
|
\
|
*
am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentat...
Brad Fitzpatrick
2010-07-27
1
-10
/
+29
|
|
\
|
|
*
COMMENT ONLY change to clarify ContentProvider documentation.
Dan Egnor
2010-07-27
1
-10
/
+29
*
|
|
add new API in SQLiteStatement to deprecate another.
Vasu Nori
2010-07-26
2
-53
/
+32
*
|
|
deprecate synctable methods and remove associated private methods
Vasu Nori
2010-07-22
1
-100
/
+9
*
|
|
don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery
Vasu Nori
2010-07-21
4
-45
/
+125
*
|
|
make disableWriteAheadLogging method public so apps can disable WAL
Vasu Nori
2010-07-20
1
-7
/
+16
*
|
|
SQLiteDatabase: Add mechanism for registering custom sqlite3 functions
Mike Lockwood
2010-07-14
1
-6
/
+60
*
|
|
reduce locking when using SQLiteStatement
Vasu Nori
2010-07-09
2
-78
/
+147
*
|
|
reduce java locking on SQLiteDatabase if sql is already compiled
Vasu Nori
2010-07-08
1
-5
/
+4
*
|
|
STOPSHIP CL in master - make sqlite WAL default for all apps
Vasu Nori
2010-07-08
1
-2
/
+8
*
|
|
documentation about not using journal_mode if using WAL
Vasu Nori
2010-07-07
1
-0
/
+12
*
|
|
for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement
Vasu Nori
2010-07-07
3
-48
/
+60
*
|
|
unittests for DatabaseConnectionPool (and fix bugs)
Vasu Nori
2010-07-07
1
-33
/
+85
*
|
|
deprecate method returning prepared sql statement id
Vasu Nori
2010-07-03
1
-3
/
+13
*
|
|
some refactoring and multi-threading fixes
Vasu Nori
2010-07-02
3
-98
/
+165
*
|
|
remove some not-so-useful-logging
Vasu Nori
2010-06-25
1
-5
/
+0
*
|
|
resolved conflicts for merge of 2eb12a47 to master
Dianne Hackborn
2010-06-24
1
-1
/
+2
|
\
\
\
|
|
/
/
|
*
|
Some ActivityThread/ActivityManager cleanup.
Dianne Hackborn
2010-06-24
1
-1
/
+2
*
|
|
if attach database sql statement is exec'ed, disable write WAL
Vasu Nori
2010-06-22
1
-0
/
+13
*
|
|
for memory databases, don't set journal_mode and don't allow WAL
Vasu Nori
2010-06-22
1
-26
/
+30
*
|
|
journal_mode should be set only on non-memory databases
Vasu Nori
2010-06-21
1
-5
/
+8
*
|
|
throw correct exception
Vasu Nori
2010-06-15
1
-1
/
+1
*
|
|
when closing db, close all pending statements also
Vasu Nori
2010-06-14
1
-2
/
+3
*
|
|
read old version of data and use multiple connections to db
Vasu Nori
2010-06-14
2
-36
/
+599
*
|
|
am 599f7287: am 9ac3743d: Merge "Log.wtf when databases go to be downgraded."...
Brad Fitzpatrick
2010-06-08
1
-0
/
+10
|
\
\
\
|
|
/
/
|
*
|
Log.wtf when databases go to be downgraded.
Brad Fitzpatrick
2010-06-08
1
-0
/
+10
*
|
|
when database is opened, set journal_mode to TRAUNCATE
Vasu Nori
2010-06-04
1
-0
/
+7
*
|
|
resolved conflicts for merge of 7d6362de to master
Brad Fitzpatrick
2010-06-03
2
-0
/
+14
|
\
\
\
|
|
/
/
|
*
|
Sprinkle new BlockGuard around SQLiteDatabase.
Brad Fitzpatrick
2010-06-03
2
-0
/
+14
*
|
|
set some members to final, set database errorhandler to default if null.
Vasu Nori
2010-06-03
1
-12
/
+15
*
|
|
new API in Context. on openDatabase, new param DatabaseErrorHandler
Vasu Nori
2010-06-03
2
-6
/
+48
*
|
|
cleanup some small but ugly things. all minor things.
Vasu Nori
2010-06-03
3
-234
/
+183
*
|
|
set sqlite pagesize to the size, in bytes, of a block on "/data"
Vasu Nori
2010-06-01
1
-0
/
+16
*
|
|
sqlite crashes when closing the database
Vasu Nori
2010-05-21
1
-0
/
+2
*
|
|
close() on anything other than database shouldn't acquire db lock.
Vasu Nori
2010-05-20
5
-16
/
+67
*
|
|
Remove the deprecated cursor methods.
Jeff Hamilton
2010-05-13
1
-158
/
+0
*
|
|
am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source master
The Android Open Source Project
2010-05-13
5
-8
/
+28
|
\
\
\
|
|
/
/
|
*
|
merge from open-source master
The Android Open Source Project
2010-05-13
5
-8
/
+28
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add some documentation about the thread safety of Cursor and some of the SQLi...
Jeff Hamilton
2010-05-12
5
-8
/
+28
*
|
|
sometimes database lock is not held before compiling a statement
Vasu Nori
2010-05-03
3
-25
/
+32
*
|
|
Make RequeryOnUiThreadException warning less spamy
Makoto Onuki
2010-04-29
1
-1
/
+27
*
|
|
am 43f2c35b: am 91a62f3d: am a07c4cbe: Merge "bug:2622719 move \'forcing of ...
Vasu Nori
2010-04-28
1
-7
/
+7
|
\
\
\
|
|
/
/
|
*
|
bug:2622719 move 'forcing of cursor execution' to ContentProvider
Vasu Nori
2010-04-28
1
-7
/
+7
*
|
|
am 6813f8d2: am 785c8983: am 996960de: Merge "remove myname accidentally incl...
Vasu Nori
2010-04-27
1
-2
/
+0
|
\
\
\
|
|
/
/
|
*
|
remove myname accidentally included in one of the files
Vasu Nori
2010-04-27
1
-2
/
+0
*
|
|
fix a bug introduced when prepared-statement cache was made LRU-based
Vasu Nori
2010-04-23
3
-43
/
+24
*
|
|
several minor bugs and things listed below
Vasu Nori
2010-04-16
3
-47
/
+33
*
|
|
am 99d43435: am 66bee813: am 1fc46c62: Merge "accept close() on database obje...
Vasu Nori
2010-04-16
2
-4
/
+1
|
\
\
\
|
|
/
/
|
*
|
accept close() on database objects even if the database is closed
Vasu Nori
2010-04-16
2
-4
/
+1
[next]