mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
don't ask for column no longer there
This commit is contained in:
parent
4fa5c61e14
commit
fcecd1db3c
1 changed files with 1 additions and 2 deletions
|
@ -960,8 +960,7 @@ public class DBUtils {
|
||||||
SQLiteDatabase db = s_dbHelper.getReadableDatabase();
|
SQLiteDatabase db = s_dbHelper.getReadableDatabase();
|
||||||
String[] columns = { DBHelper.ITERPOS, DBHelper.ITERTOP,
|
String[] columns = { DBHelper.ITERPOS, DBHelper.ITERTOP,
|
||||||
DBHelper.ITERMIN, DBHelper.ITERMAX,
|
DBHelper.ITERMIN, DBHelper.ITERMAX,
|
||||||
DBHelper.WORDCOUNTS, DBHelper.WORDCOUNT,
|
DBHelper.WORDCOUNTS, DBHelper.ITERPREFIX };
|
||||||
DBHelper.ITERPREFIX };
|
|
||||||
String selection = String.format( NAME_FMT, DBHelper.DICTNAME, name );
|
String selection = String.format( NAME_FMT, DBHelper.DICTNAME, name );
|
||||||
Cursor cursor = db.query( DBHelper.TABLE_NAME_DICTBROWSE, columns,
|
Cursor cursor = db.query( DBHelper.TABLE_NAME_DICTBROWSE, columns,
|
||||||
selection, null, null, null, null );
|
selection, null, null, null, null );
|
||||||
|
|
Loading…
Add table
Reference in a new issue