bigpresh / Dancer-Plugin-Database

Dancer::Plugin::Database - easy database support for Dancer applications
http://search.cpan.org/dist/Dancer-Plugin-Database
37 stars 36 forks source link

Shared...Handle.pm - prettify bind parameters' debug output #97

Closed thefatphil closed 5 years ago

thefatphil commented 5 years ago

Firstly, the empty string contains no non-ASCII, so can be logged as normal. Secondly, enclose the values in quotes to make delineation easier when SETs are involved, as they use internal comma separation.

Signed-off-by: Phil Carmody pc+github@asdf.org