PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB_QueryTool » Bug #8056

Add support to remove() for NULL comparisons

Details

Request #8056Add support to remove() for NULL comparisons
Submitted2006-06-28 14:54 UTC
Fromsgreene at azorus dot com
Assignedquipo
StatusClosed
PackageMDB_QueryTool
PHP VersionIrrelevant
OSRedHat ES v3
Roadmaps(Not assigned)

Comments

[2006-06-28 14:54 UTC] sgreene at azorus dot com

Description:
------------
Add support to remove() for NULL comparisons...

It would be nice if the remove() function were capable of taking a value passed as either the first argument, or within the data array, and determining that NULL should be converted to XXX IS NULL instead of XXX = 'NULL'.