Closed llmhyy closed 3 years ago
for translate mysql to sqlite: microbat.sql.SqliteConnectionFactory.transferSql() throws FileNotFoundException
task 2: follow: https://github.com/llmhyy/microbat/wiki/Trace-Debugging
org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (table Run has no column named thread_status)
at org.sqlite.core.DB.newSQLException(DB.java:1010)
at org.sqlite.core.DB.newSQLException(DB.java:1022)
at org.sqlite.core.DB.throwex(DB.java:987)
at org.sqlite.core.NativeDB.prepare_utf8(Native Method)
at org.sqlite.core.NativeDB.prepare(NativeDB.java:134)
at org.sqlite.core.DB.prepare(DB.java:264)
at org.sqlite.core.CorePreparedStatement.