• screeper's avatar
    Added update "column = !column" · 816d3117
    screeper authored
    Useful for changing booleans in DB.
    Update like this:
    
    ...
    $db->update("table", array("col_boolean" => $db->not()));
    816d3117
Name
Last commit
Last update
.gitignore Loading commit data...
LICENSE Loading commit data...
MysqliDb.php Loading commit data...
index.php Loading commit data...
readme.md Loading commit data...
tests.php Loading commit data...