summaryrefslogtreecommitdiffstats
path: root/core/jni/android_database_SQLiteDatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* SqliteDatabase: Fix local reference leak in custom_function_callback()Mike Lockwood2011-03-151-3/+8
* resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9Vasu Nori2010-12-211-3/+8
* Revert "bug:2448371 cursorwindow size moved to resource xml file."Vasu Nori2010-12-201-8/+3
* bug:2448371 cursorwindow size moved to resource xml file.Vasu Nori2010-12-201-3/+8
* add API to return Uri for the given downloaded file id & get mimetypeVasu Nori2010-11-041-1/+2
* don't print informational messages from sqlite in logVasu Nori2010-10-041-1/+1
* bug:2868568 reduce the message level from error to warningVasu Nori2010-09-271-1/+1
* fix bugs in exception throwing code in native_fillwindowVasu Nori2010-09-141-2/+4
* android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeffVasu Nori2010-09-071-0/+3
* Clean up error handling in custom sqlite function dispatchingMike Lockwood2010-08-051-11/+21
* expose more sqlite errors as exceptionsVasu Nori2010-07-291-0/+27
* add new API in SQLiteStatement to deprecate another.Vasu Nori2010-07-261-75/+1
* SQLiteDatabase: Add mechanism for registering custom sqlite3 functionsMike Lockwood2010-07-141-0/+72
* read old version of data and use multiple connections to dbVasu Nori2010-06-141-17/+26
* sqlite error "unsupported file format" = corruptionVasu Nori2010-06-101-0/+1
* sqlite crashes when closing the databaseVasu Nori2010-05-211-5/+0
* close() on anything other than database shouldn't acquire db lock.Vasu Nori2010-05-201-0/+13
* ignore not-so-useful warning messages from sqlite logging funcVasu Nori2010-03-181-2/+3
* Make JNI function for setLocale() call register_localized_collators()Daisuke Miyakawa2010-03-161-3/+4
* add more debug info to SQL section in bugreportVasu Nori2010-03-111-0/+11
* rollback AFTER commit causes warning message from sqlite bug:2486731Vasu Nori2010-03-051-2/+4
* provide databasename to the logging func registration funcVasu Nori2010-03-041-8/+14
* resubmit reverted CL https://android-git.corp.google.com/g/#change,42682Vasu Nori2010-03-021-5/+5
* revert due to the sqlite build problem on Mac..Vasu Nori2010-03-011-5/+5
* register a logging func with sqlite, to get extra info on errorsVasu Nori2010-03-011-27/+42
* Adjust SQLiteDatabase/Program buffer sizesKenny Root2010-02-181-1/+1
* use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori2010-02-081-0/+58
* get rid of utils.hMathias Agopian2009-05-311-1/+4
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+470
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-464/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-7/+1
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+7
* Initial ContributionThe Android Open Source Project2008-10-211-0/+464