Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

core QueryMap paramaters Error #17

Closed
changyu72 opened this issue Nov 11, 2016 · 2 comments
Closed

core QueryMap paramaters Error #17

changyu72 opened this issue Nov 11, 2016 · 2 comments

Comments

@changyu72
Copy link

changyu72 commented Nov 11, 2016

sql=delete from t1 where id=?id delete from t2 where id=?id
QueryMap(sql,[id]value)
but sql change to
' delete from t1 where id=value
delete from t2 where id=?
'

@lunny
Copy link
Member

lunny commented Nov 11, 2016

我这测试没有发现问题啊

@lunny
Copy link
Member

lunny commented Jan 17, 2019

closed and please feel free to reopen it.

@lunny lunny closed this as completed Jan 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants