summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/sqlite/SQLiteProgram.java
Commit message (Expand)AuthorAgeFilesLines
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-1/+1
* Fix potential NPE in SQLiteProgram.Jeff Brown2012-03-121-9/+9
* Don't close the database until all references released.Jeff Brown2012-03-061-7/+0
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-3/+3
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-2/+5
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-285/+87
* Make SQLiteQuery and SQLiteProgram final.Jeff Brown2011-12-161-22/+10
* bug:4090903 allow bindargs on attach database statementVasu Nori2011-03-211-9/+3
* Adopt LRU cache in SQLite.Jesse Wilson2011-02-101-2/+1
* SQLiteDatabase: fix inconsistent lockingVasu Nori2010-09-281-66/+46
* fix this: closing database twice fails with IllegalStateExceptionVasu Nori2010-09-271-9/+7
* don't compile statement for certain SQL statementsVasu Nori2010-09-171-11/+47
* Revert "caching code retooled to reduce locking + handle SMP"Vasu Nori2010-09-141-6/+47
* caching code retooled to reduce locking + handle SMPVasu Nori2010-09-131-47/+6
* remove unnecessary synchronization object from SQLiteClosable.Vasu Nori2010-09-101-1/+5
* remove some useless code and add some code to aid in debuggingVasu Nori2010-09-071-10/+0
* android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeffVasu Nori2010-09-071-1/+1
* SQLiteOpenHelper should discard closed singleton database objectsVasu Nori2010-08-231-3/+3
* random but useful stuffVasu Nori2010-08-031-93/+98
* do begin-end transaction before standalone insert/update/delete sqlVasu Nori2010-08-021-30/+14
* reduce locking when using SQLiteStatementVasu Nori2010-07-091-50/+97
* reduce java locking on SQLiteDatabase if sql is already compiledVasu Nori2010-07-081-5/+4
* for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatementVasu Nori2010-07-071-14/+39
* deprecate method returning prepared sql statement idVasu Nori2010-07-031-3/+13
* some refactoring and multi-threading fixesVasu Nori2010-07-021-60/+113
* cleanup some small but ugly things. all minor things.Vasu Nori2010-06-031-19/+7
* close() on anything other than database shouldn't acquire db lock.Vasu Nori2010-05-201-6/+1
* am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source masterThe Android Open Source Project2010-05-131-0/+3
|\
| * merge from open-source masterThe Android Open Source Project2010-05-131-0/+3
| |\
| | * Add some documentation about the thread safety of Cursor and some of the SQLi...Jeff Hamilton2010-05-121-0/+3
* | | fix a bug introduced when prepared-statement cache was made LRU-basedVasu Nori2010-04-231-1/+1
|/ /
* | accept close() on database objects even if the database is closedVasu Nori2010-04-161-1/+1
* | verify database state before calling sqlite. Bug:2593970Vasu Nori2010-04-131-0/+21
* | debug-flag covered log messages to help people debug finalizer stuffVasu Nori2010-03-111-2/+16
* | add REPLACE to the list of cached sql stmntsVasu Nori2010-03-091-0/+1
* | caching bug in SQLiteDatabase causes invalid finalizer warningsVasu Nori2010-03-081-4/+3
* | add warning in finalizer. deprecate protected members.Vasu Nori2010-03-021-1/+8
* | in finalize() methods, log warnings if db lock is going to be held.Vasu Nori2010-02-261-3/+17
* | yet another race condition fix to address bug:2456970Vasu Nori2010-02-241-1/+3
* | fix race condition introduced by CL https://android-git.corp.google.com/g/40395Vasu Nori2010-02-221-6/+3
* | bug fix for 2419869. also included 2 unittests.Vasu Nori2010-02-181-3/+22
* | changes after review by API councilVasu Nori2010-02-081-1/+6
* | use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori2010-02-081-69/+0
* | add instrumentation to log the sql statement + bindargs + databasenameVasu Nori2010-02-011-0/+62
* | fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSizeVasu Nori2010-01-141-24/+25
* | Revert "dealloc compiled-sql statements before deref'ing them from SQLiteData...Vasu Nori2009-12-071-1/+1
* | dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj.Vasu Nori2009-12-031-1/+1
* | fix NPE. don't release an already released compiledSql objVasu Nori2009-12-011-2/+2
* | maintain cache of statementids returned by sqlite upon compiling a sql stmntVasu Nori2009-11-201-70/+55
|/
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-1/+1