We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setfield时给field加上``
由于tp对set参数的处理很粗暴,等号后面是直接拼接传入的字符串的,只能从这里修复一下了。 不清楚是不是有数据库不支持真这种写法,不过从update中调用的prasekey的写法来看,似乎问题不大。 ref top-think/thinkphp#439
The text was updated successfully, but these errors were encountered:
8c1e6f7
xcorp1986
No branches or pull requests
setfield时给field加上``
由于tp对set参数的处理很粗暴,等号后面是直接拼接传入的字符串的,只能从这里修复一下了。
不清楚是不是有数据库不支持真这种写法,不过从update中调用的prasekey的写法来看,似乎问题不大。
ref top-think/thinkphp#439
The text was updated successfully, but these errors were encountered: