querybuilder
querybuilder copied to clipboard
Fix for issue #592, json query fix when question mark is used in data
Fix places where the parameterPlaceholder is hardcoded to a question mark ?
Since the SqlResult still contained ToString method which had the hardcoded placeholder, here is what I've done:
- Added compiler to the constructor of SqlResult
- Made ParameterPlaceholder public
- Added tests PostgresJsonTests
There is so a breaking change on the SqlResult class since its public, So the sqlkata version would be changed as major (2 to 3 or 3 to 4)
Any update on this PR? It would be great if we could have it merged :)
I highly upvote this