SpectoLabs / hoverfly

Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
https://hoverfly.io
Apache License 2.0
2.36k stars 208 forks source link

Fix update SET part to handle commas #1150

Closed stuioco closed 2 months ago

stuioco commented 2 months ago

Fixed an issue where the SET part of an UPDATE SQL command would fail if the target value contained commas. Also added support for = conditional operator in addition to == and changed docs