SQLite API更改接近Xcode 6.3发布?

时间:2015-04-12 16:27:29

标签: sqlite.swift

更新到Xcode 6.3 / Swift 1.2后,我收到了这些错误。 (.NoCase无法找到,.insert不接受(Setter, Setter)

SQLite swift API中有什么变化吗?

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

SQLite.swift还很年轻,所以当事情变得紧张时,API仍然有点不稳定。很抱歉给您带来不便!

  1. 整理序列名称已经取消了。请参阅:https://github.com/stephencelis/SQLite.swift/commit/74e80d3eb4b1108b37c2acec3321cf27f5037843

      

    升级路径:.Nocase

  2. Insert的重载现在返回Int64。请参阅:https://github.com/stephencelis/SQLite.swift/commit/5380d5b502bd76ea99fe0ec54785f6bacd1cb8c1

      

    更新路径:从Int64?返回saveNotes