cinos

Results 4 comments of cinos

查阅了sqlx的文档,发现对postgresql的通配符使用方式不同, `err:= gosql.Model(pwdinfo).Where("enabled=1 and password=$1",pwd).Get()` 使用$1代替?可正常查询 但是如果直接将参数放在model中,因为orm默认会替换成? 所以仍然返回上述错误,希望在后续版本中可以解决此兼容问题,谢谢!

![image](https://user-images.githubusercontent.com/19343437/131236097-feed630b-e878-4aa1-9f39-786078538460.png)

被顶层的样式覆盖掉了,增加important

我看源码似乎是把这个属性改丢了?