详细问题描述
(DCloud产品不会有明显的bug,所以你遇到的问题大都是在特定环境下才能重现的问题,请仔细描述你的环境和重现方式,否则DCloud很难排查解决你的问题)
[错误信息]
CREATE TABLE if not exists "index" ( "chatType" integer(2) NOT NULL, "content" TEXT(64), "createTime" TEXT(14) NOT NULL COLLATE BINARY, "from" TEXT(32) NOT NULL, "to" TEXT(32), "group_id" text(32), "extras" TEXT(600) NOT NULL, "count" integer(9) NOT NULL DEFAULT 0, PRIMARY KEY ("from","to","group_id"));CREATE INDEX if not exists "index_createTime"ON "index" ( "createTime" COLLATE BINARY DESC);CREATE INDEX if not exists "index_to"ON "index" ( "to");CREATE INDEX if not exists "index_group_id"ON "index" ( "group_id" ASC); ---COMMA---executeSql failed: {"code":-1404,"message":"android.database.sqlite.SQLiteException: not an error (code 0),http://ask.dcloud.net.cn/article/282"}
2 个回复
1***@qq.com (作者)
已解决
x***@outlook.com
怎么解决的啊 大佬