summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteStatement.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-10-09docs: fixing errors found with lint checkerkopriva
2018-10-09docs: fixing errors found with lint checkerkopriva
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2012-01-27Implement a cancelation mechanism for queries.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown
2011-12-16Make SQLiteQuery and SQLiteProgram final.Jeff Brown
2011-03-18fix broken logTimeStat stuffVasu Nori
2011-01-10bug:3330569 print better message to help debug the problemVasu Nori
2010-09-28SQLiteDatabase: fix inconsistent lockingVasu Nori
2010-09-17don't compile statement for certain SQL statementsVasu Nori
2010-09-13sql statement with syntax errors can leave database lock in bad stateVasu Nori
2010-09-10remove unnecessary synchronization object from SQLiteClosable.Vasu Nori
2010-08-23SQLiteOpenHelper should discard closed singleton database objectsVasu Nori
2010-08-18New API and implementation of DB and memory-backed FDsBjorn Bringert
2010-08-03random but useful stuffVasu Nori
2010-08-02do begin-end transaction before standalone insert/update/delete sqlVasu Nori
2010-07-26add new API in SQLiteStatement to deprecate another.Vasu Nori
2010-07-09reduce locking when using SQLiteStatementVasu Nori
2010-07-07for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatementVasu Nori
2010-07-02some refactoring and multi-threading fixesVasu Nori
2010-06-03resolved conflicts for merge of 7d6362de to masterBrad Fitzpatrick
2010-06-03Sprinkle new BlockGuard around SQLiteDatabase.Brad Fitzpatrick
2010-06-03cleanup some small but ugly things. all minor things.Vasu Nori
2010-05-20close() on anything other than database shouldn't acquire db lock.Vasu Nori
2010-05-13merge from open-source masterThe Android Open Source Project
2010-05-12Add some documentation about the thread safety of Cursor and some of the SQLi...Jeff Hamilton
2010-04-13verify database state before calling sqlite. Bug:2593970Vasu Nori
2010-03-16fix the way last insert rowid is returnedVasu Nori
2010-02-11Measure walltime in ContentResolver and SQLiteDatabase operations logging.Brad Fitzpatrick
2010-02-08use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori
2010-02-01add instrumentation to log the sql statement + bindargs + databasenameVasu Nori
2009-11-23Expand db_operation logging to prepare for widespread sample collection:Dan Egnor
2009-11-20maintain cache of statementids returned by sqlite upon compiling a sql stmntVasu Nori
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project