作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最佳答案
从完美的 SQLite-StORM
和 Perfect-SQLite
的源代码来看 - 目前似乎没有逻辑来处理多行插入语句。像这样扔掉原始语句似乎是目前完美的唯一方法。
INSERT INTO notifications (id, text, date, isRead)
VALUES
('7888968F-7817-4386-BAD3-20094A10A0EF', 'this is notification 1', 10000, "true"),
('C161335B-865D-42F8-9468-5942F4579AE5', 'this is notification 2', 20000, "true"),
('527F425A-618A-4C92-9B12-96B781F54819', 'this is notification 3', 30000, "false"),
('76AC88BA-304B-45D4-853B-DE482B1D1916', 'this is notification 4', 40000, "true"),
关于swift - 完美+SQLiteStORM,如何多次插入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42916439/
我是一名优秀的程序员,十分优秀!