using a scalar reference, and these values will be available in the result
with C<get_column>:
- # equivalent SQL: SELECT 1, "a string", IF(x,1,2) ...
- columns => [ { foo => \1, bar => \'"a string"', baz => \'IF(x,1,2)' } ]
+ # equivalent SQL: SELECT 1, 'a string', IF(x,1,2) ...
+ columns => [ { foo => \1, bar => \q{'a string'}, baz => \'IF(x,1,2)' } ]
=head2 +columns