Skip Menu |

This queue is for tickets about the SQL-Statement CPAN distribution.

Report information
The Basics
Id: 92760
Status: new
Priority: 0/
Queue: SQL-Statement

People
Owner: Nobody in particular
Requestors: TIMB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Support "SELECT 'foo', 42" to return a single row
Ideally with the AS keyword as well: "SELECT 'foo' AS k, 42 AS v" This would make the DBI::Test suite much faster since that fixture will be used very often.