touchstone icon indicating copy to clipboard operation
touchstone copied to clipboard

Database query logs lack values

Open ScottFreeCode opened this issue 4 years ago • 0 comments

When a database assertion fails and it prints which SQL was not successful, the values are placeholders (as they should be for the whole string escaping logic and such) so only the fields are shown; would it be possible to either substitute the values into the placeholders when printing this output, or else add the list/map of values used?

ScottFreeCode avatar Oct 18 '21 20:10 ScottFreeCode