go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
91 stars 697 forks source link

At sign in select strings cause invalid query #763

Closed markhildreth-gravity closed 1 month ago

markhildreth-gravity commented 1 month ago

The below shows an example of two queries that are the same except one contains a string with an ampersand, the other does not. The query with the ampersand in the string ends up not using the rest of the strings in Select() when making the query.