1***@qq.com
1***@qq.com
  • 发布:2020-01-20 14:57
  • 更新:2024-01-06 13:31
  • 阅读:782

【报Bug】sqlite 执行成功任然报错

分类:HTML5+

详细问题描述

(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"}

2020-01-20 14:57 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com (作者)

已解决

x***@outlook.com

x***@outlook.com

怎么解决的啊 大佬

要回复问题请先登录注册