j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

Caused by: java.lang.IllegalArgumentException: Unknown column name 'deletedInServer' in table receivedpushid #82

Closed leejegirl closed 6 years ago

leejegirl commented 7 years ago

Im using the ormlite-android v4.48. I have found the error log. 08-04 12:10:59.135 W/System.err( 3054): Caused by: java.lang.IllegalArgumentException: Unknown column name 'deletedInServer' in table receivedpushid 08-04 12:10:59.135 W/System.err( 3054): at com.j256.ormlite.table.TableInfo.getFieldTypeByColumnName(SourceFile:155) 08-04 12:10:59.135 W/System.err( 3054): at com.j256.ormlite.stmt.Where.findColumnFieldType(SourceFile:681)

But deletedInServer column is in receivedpushid table. Is this the ormlite issue?

j256 commented 7 years ago

No it's not. Maybe you need to update your database config file?