-
Notifications
You must be signed in to change notification settings - Fork 3
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
希望曾加个replace into的方法 #4
Comments
@lifetin 最近没得空,你可以pull request一个啊,我合进去! |
我写了下,和你的有点区别, 其实就是把insert into 改个名就完了
|
测试过吗?你pull 一个呗,我合进去,测试一下! |
我自己写的是用了lodash, 你这个很简单 了,其实就是把add方法复制改为replace into 就行了. |
好,我找个时间加一下 |
另外还发现个问题, 每一次执行任何操作,都会执行query,而query方法每次都要重连数据库 检查了你的代码,然后自己改了下 还有.写入的数据如果有单引号,也会报错 比喻(今天是'什么'日子) 我要把这样一个文字写进去,你的转义转不了这文本里面的引号. |
另外还发现个问题, 每一次执行任何操作,都会执行query,而query方法每次都要重连数据库 检查了你的代码,然后自己改了下 还有.写入的数据如果有单引号,也会报错 比喻(今天是'什么'日子) 我要把这样一个文字写进去,你的转义转不了这文本里面的引号. 说简单点问题就是在 每次执行query都会重连接,执行sql,然后断开 |
已合 |
现在的add中的防重有点不适合.
希望曾加个replace into的方法
The text was updated successfully, but these errors were encountered: