summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/sqlite
Commit message (Expand)AuthorAgeFilesLines
* am a4ab2651: am 4d544376: am 86c035f0: Merge "COMMENT ONLY change to clarify ...Brad Fitzpatrick2010-07-271-10/+29
|\
| * am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentat...Brad Fitzpatrick2010-07-271-10/+29
| |\
| | * COMMENT ONLY change to clarify ContentProvider documentation.Dan Egnor2010-07-271-10/+29
* | | add new API in SQLiteStatement to deprecate another.Vasu Nori2010-07-262-53/+32
* | | deprecate synctable methods and remove associated private methodsVasu Nori2010-07-221-100/+9
* | | don't store mDatabase in SQLiteCursor as it is already in SQLiteQueryVasu Nori2010-07-214-45/+125
* | | make disableWriteAheadLogging method public so apps can disable WALVasu Nori2010-07-201-7/+16
* | | SQLiteDatabase: Add mechanism for registering custom sqlite3 functionsMike Lockwood2010-07-141-6/+60
* | | reduce locking when using SQLiteStatementVasu Nori2010-07-092-78/+147
* | | reduce java locking on SQLiteDatabase if sql is already compiledVasu Nori2010-07-081-5/+4
* | | STOPSHIP CL in master - make sqlite WAL default for all appsVasu Nori2010-07-081-2/+8
* | | documentation about not using journal_mode if using WALVasu Nori2010-07-071-0/+12
* | | for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatementVasu Nori2010-07-073-48/+60
* | | unittests for DatabaseConnectionPool (and fix bugs)Vasu Nori2010-07-071-33/+85
* | | deprecate method returning prepared sql statement idVasu Nori2010-07-031-3/+13
* | | some refactoring and multi-threading fixesVasu Nori2010-07-023-98/+165
* | | remove some not-so-useful-loggingVasu Nori2010-06-251-5/+0
* | | resolved conflicts for merge of 2eb12a47 to masterDianne Hackborn2010-06-241-1/+2
|\ \ \ | |/ /
| * | Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-1/+2
* | | if attach database sql statement is exec'ed, disable write WALVasu Nori2010-06-221-0/+13
* | | for memory databases, don't set journal_mode and don't allow WALVasu Nori2010-06-221-26/+30
* | | journal_mode should be set only on non-memory databasesVasu Nori2010-06-211-5/+8
* | | throw correct exceptionVasu Nori2010-06-151-1/+1
* | | when closing db, close all pending statements alsoVasu Nori2010-06-141-2/+3
* | | read old version of data and use multiple connections to dbVasu Nori2010-06-142-36/+599
* | | am 599f7287: am 9ac3743d: Merge "Log.wtf when databases go to be downgraded."...Brad Fitzpatrick2010-06-081-0/+10
|\ \ \ | |/ /
| * | Log.wtf when databases go to be downgraded.Brad Fitzpatrick2010-06-081-0/+10
* | | when database is opened, set journal_mode to TRAUNCATEVasu Nori2010-06-041-0/+7
* | | resolved conflicts for merge of 7d6362de to masterBrad Fitzpatrick2010-06-032-0/+14
|\ \ \ | |/ /
| * | Sprinkle new BlockGuard around SQLiteDatabase.Brad Fitzpatrick2010-06-032-0/+14
* | | set some members to final, set database errorhandler to default if null.Vasu Nori2010-06-031-12/+15
* | | new API in Context. on openDatabase, new param DatabaseErrorHandlerVasu Nori2010-06-032-6/+48
* | | cleanup some small but ugly things. all minor things.Vasu Nori2010-06-033-234/+183
* | | set sqlite pagesize to the size, in bytes, of a block on "/data"Vasu Nori2010-06-011-0/+16
* | | sqlite crashes when closing the databaseVasu Nori2010-05-211-0/+2
* | | close() on anything other than database shouldn't acquire db lock.Vasu Nori2010-05-205-16/+67
* | | Remove the deprecated cursor methods.Jeff Hamilton2010-05-131-158/+0
* | | am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source masterThe Android Open Source Project2010-05-135-8/+28
|\ \ \ | |/ /
| * | merge from open-source masterThe Android Open Source Project2010-05-135-8/+28
| |\ \ | | |/ | |/|
| | * Add some documentation about the thread safety of Cursor and some of the SQLi...Jeff Hamilton2010-05-125-8/+28
* | | sometimes database lock is not held before compiling a statementVasu Nori2010-05-033-25/+32
* | | Make RequeryOnUiThreadException warning less spamyMakoto Onuki2010-04-291-1/+27
* | | am 43f2c35b: am 91a62f3d: am a07c4cbe: Merge "bug:2622719 move \'forcing of ...Vasu Nori2010-04-281-7/+7
|\ \ \ | |/ /
| * | bug:2622719 move 'forcing of cursor execution' to ContentProviderVasu Nori2010-04-281-7/+7
* | | am 6813f8d2: am 785c8983: am 996960de: Merge "remove myname accidentally incl...Vasu Nori2010-04-271-2/+0
|\ \ \ | |/ /
| * | remove myname accidentally included in one of the filesVasu Nori2010-04-271-2/+0
* | | fix a bug introduced when prepared-statement cache was made LRU-basedVasu Nori2010-04-233-43/+24
* | | several minor bugs and things listed belowVasu Nori2010-04-163-47/+33
* | | am 99d43435: am 66bee813: am 1fc46c62: Merge "accept close() on database obje...Vasu Nori2010-04-162-4/+1
|\ \ \ | |/ /
| * | accept close() on database objects even if the database is closedVasu Nori2010-04-162-4/+1