Skip to content

Releases: tompet0191/replace-sql-values

Release list

v1.1.0

Choose a tag to compare

@tompet0191 tompet0191 released this 01 Jun 09:44

What's new

Bug fix

  • Case-insensitive parameter replacement - @To, @to, @TO etc. are now all treated as the same parameter

New feature

  • Quote checkbox per parameter — each SQL parameter row now has a ' checkbox (checked by default) that automatically wraps the value in single quotes on generate. Uncheck for numeric values. Internal single quotes are escaped (O'Brien'O''Brien'). The checkbox state is persisted across sessions.

v1.0.0

Choose a tag to compare

@tompet0191 tompet0191 released this 22 May 12:07

Initial release