写了一段事务,在mysql下完全正确,但是在sqlite下报错
调用代码:Db.tx(new IAtom() {
出错代码:com.jfinal.plugin.activerecord.ActiveRecordException: java.sql.SQLException: SQLite supports only TRANSACTION_SERIALIZABLE and TRANSACTION_READ_UNCOMMITTED.
有啥办法吗?
@jfinal 谢谢了。