Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the update method is not working #41

Closed
raphxsc opened this issue Mar 28, 2021 · 1 comment
Closed

the update method is not working #41

raphxsc opened this issue Mar 28, 2021 · 1 comment

Comments

@raphxsc
Copy link

raphxsc commented Mar 28, 2021

Table offsetSet
Workarround

        $this->update($value)
            //->columns()
            ->where('id = ', $offset)
            ->run();
        return new Row($this,$value);
oscarotero added a commit that referenced this issue Apr 1, 2021
@oscarotero
Copy link
Owner

Hi.
Good catch! Thank you for reporting this.
I had to change the return type of this method to void in order to cover all possible cases (for example, if no row exists): c3ac81f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants