Skip to content

Update problemΒ #71

@quevlu

Description

@quevlu

Hi,

When you perform a query that updates a record and this remains unchanged but the query returns false could run normally without any error.

  • Solved -

I solved it by making the condition of the if is equal to or greater than 0

if($query >=0){
return true;
}else{
return false;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions