Comment 2 by Loïc d'Anterroches, Dec 11, 2009
$active = true/false;
$db = Pluf::db();
$db_tf = Pluf_DB_BooleanToDb( $active, $db );
$sql = new Pluf_SQL( "owner=%s AND active={$db_tf}",
array( $request->user ));
die(var_dump( $sql->gen() ));
$db_tf is already clean.
Status: WontFix
Sign in to reply to this comment.
Reported by Jakub Vitak, Dec 9, 2009