diff options
| author | Bjorn Bringert <bringert@android.com> | 2009-07-22 12:49:17 +0100 |
|---|---|---|
| committer | Bjorn Bringert <bringert@android.com> | 2009-07-22 12:49:17 +0100 |
| commit | 7f4c2ea378b98162fd7d3740293cfb2dfecbfc90 (patch) | |
| tree | 1b2b16dece237582d5ab08e297184c589e45475e /core/java/android/widget/AutoCompleteTextView.java | |
| parent | 9fc20b0e381b5fe00b7049ef357c839cd05a33bf (diff) | |
Fix SQL generated by updateWithOnConflict()
Before, SQLiteDatabase.updateWithOnConflict() method generated
syntactically invalid SQL if the ConflictAlgorithm was non-null.
For example, it would generate
"UPDATE OR REPLACEshortcuts SET ...",
when it should be "UPDATE OR REPLACE shortcuts SET ...".
Fixes http://b/issue?id=1995470
Diffstat (limited to 'core/java/android/widget/AutoCompleteTextView.java')
0 files changed, 0 insertions, 0 deletions
