querybuilder icon indicating copy to clipboard operation
querybuilder copied to clipboard

Escape parameter place holder

Open SitharaNA opened this issue 3 years ago • 0 comments

Provides the feasibility to have parameter placeholder in the select statement by escaping them. This also provides the capability to override the parameter placeholder and escape character.

Ex => var query = new Query("table").Select("Column\?"); produces => SELECT [Column?] FROM [table] https://github.com/sqlkata/querybuilder/issues/461

SitharaNA avatar May 06 '21 07:05 SitharaNA