Skip to content

Update problem #71

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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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