You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to enable SQLITE_ENABLE_UPDATE_DELETE_LIMIT, because this one
letmessages=Table("messages").filter(Expression<String>("chatId")==chat[Expression<String>("id")]).order(Expression<Date>("createdAt").desc).limit(Int.max, offset: index >29?1:30)try db.run(messages.delete())
removes ALL rows from messages
The text was updated successfully, but these errors were encountered:
How to enable SQLITE_ENABLE_UPDATE_DELETE_LIMIT, because this one
removes ALL rows from
messages
The text was updated successfully, but these errors were encountered: