Skip Menu |

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

Report information
The Basics
Id: 2562
Status: resolved
Priority: 0/
Queue: SQL-Abstract

People
Owner: Nobody in particular
Requestors: mark [...] summersault.com
Cc:
AdminCc:

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



Subject: ability to call "where" more than once for complex queries
I have a complex query I'd like to use with SQL Abstract, where I would like to change the "cmp" operator for one part of the query. There a couple ways that SQL::Abstract could make cases like this easier for me: - Allow "where" to be called multiple times, producing a cumulative result. - Provide an option not to return the word "WHERE" with the clause, allowing for the result to be directly embeddable in a pre-existing SQL statement. Thanks! Mark
Integrated into 1.13, thanks.