永洪社区

标题: 内存处理和数据库处理不一致的问题 [打印本页]

作者: Lydia    时间: 昨天 16:00
标题: 内存处理和数据库处理不一致的问题




substring(string, start_position, [end]):下推数据库,start_position从1开始;内存处理,start_position从0开始。例如substring("Hello", 1, 2),下推数据库处理结果为“He”,内存处理结果为“e”。

indexOf(string, substring, [start]):下推数据库,返回的结果从1开始;内存处理,从0开始。例如indexOf("hello world", "o"),下推数据库处理结果为5,内存处理结果为4

针对这种情况,增加了一个全局属性:preandpost.calculate.same ,默认为false,数据库处理和内存处理不一致;配置为true,所有数据库处理可以统一处理成跟内存处理一致。











欢迎光临 永洪社区 (https://club.yonghongtech.com/) Powered by Discuz! X3.4