ilibs / gosql

🐥The very simple ORM library for Golang
MIT License
295 stars 39 forks source link

generateWhere compatible to postgresql #47

Open cinos1 opened 3 years ago

cinos1 commented 3 years ago

in postgres ,where condition should be c1=$1 and c2=$2 change the generateWhere function to adapt this

fifsky commented 3 years ago

v2.1.3 support postgres where holder