This is a project that aims to provide a scalable architecture for mobile development.
1
stars
0
forks
source link
Fix android.database.sqlite.SQLiteException: table Character has no column named cached (code 1 SQLITE_ERROR): , while compiling: INSERT OR REPLACE INTO Character(
id,
name,
activeProfileId,
currentPoints,
percentageToNextCert,
percentageToNextRank,
rank,
lastLogin,
minutesPlayed,
factionId,
worldId,
outfitName,
worldName,
namespace,
cached,
lastUpdated
) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) in androidx.sqlite.db.framework.FrameworkSQLiteDatabase.compileStatement (FrameworkSQLiteDatabase.java:64) #155
Closed
CRamsan closed 3 years ago
Version 5.4.0-debug(1)
Stacktrace
androidx.sqlite.db.framework.FrameworkSQLiteDatabase.compileStatement (FrameworkSQLiteDatabase.java:64);
Reason
android.database.sqlite.SQLiteException: table Character has no column named cached (code 1 SQLITE_ERROR): , while compiling: INSERT OR REPLACE INTO Character( id, name, activeProfileId, currentPoints, percentageToNextCert, percentageToNextRank, rank, lastLogin, minutesPlayed, factionId, worldId, outfitName, worldName, namespace, cached, lastUpdated ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Link to App Center