BGFMDB icon indicating copy to clipboard operation
BGFMDB copied to clipboard

+(id)getSqlValue:(id)value type:(NSString*)type encode:(BOOL)encode

Open xhl916235259 opened this issue 6 years ago • 1 comments

BGFMDB的作者,你好,我在使用过程中发现以下问题:

+(id)getSqlValue:(id)value type:(NSString*)type encode:(BOOL)encode;

当实体类名称含有Data,String,Array,Dictionary,Set等系统类型关键词的时候会错误执行代码,例如: 实体类是: ResponceDataModel, 那么就会走else if([type containsString:@"Data"]) 的判断里面,这里代码写的不够严谨,忘修复

xhl916235259 avatar Apr 14 '18 05:04 xhl916235259

这个问题之前已经发现了,后面再修复了,谢谢反馈.

huangzhibiao avatar Apr 16 '18 08:04 huangzhibiao