li6185377 / LKDBHelper-SQLite-ORM

全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock
MIT License
1.21k stars 288 forks source link

swfit 3.0中有问题 #90

Closed yzcoder closed 7 years ago

yzcoder commented 7 years ago

在swift3.0下 int类型和float类型存不进去,而且查询的时候如果字段是SwiftString类型,是查询不到结果的。 不知道是不是我的操作有问题,你可以看看你的demo,里面postcode等属性也是存不进表的

li6185377 commented 7 years ago

我试了下 Demo 没有问题。 float int 都是存取成功的