-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
个人对JKDB数组,float double 封装 #48
Comments
发现 float 取出还是长整形。。isEqualToString 应该改成hasPrefix 才对 因为打印propertyType的值是Td,N,V_money |
@zeqinjie 有道理,我改下,把isEqualToString改成 hasPrefix。 |
可变数组没办法存怎么解决啊 |
我这个库只能单表操作
发自网易邮箱大师
在2017年05月19日 09:22,JLLJHD 写道:
可变数组没办法存怎么解决啊
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
JKDB 大大不研究这块存储了吗。其实可以在完善下的。 |
github搜BGFMDB |
radish322.zip
用JKDB也有段时间,感谢JOKER的开源对初学者有很大的帮助。这个是我基于JKDB封装了一层。项目时间太赶,做的是相当相当的粗糙,本人数据库方面的只是也很薄弱(数据渣)。希望JOKER大大和广大爱好者能给一些意见、
1、基于 getPropertys 方法,增加获取数组类,存储为blob类型
2、save的方法增加对数组,和可变数组的 归档,转为data
3、findAll 和 findByCriteria 增加 对数组,int类型,float double类型的判断。
-------3、22------
感谢zeqinjie的提醒,修改 isEqualToString 为 hasPrefix
The text was updated successfully, but these errors were encountered: