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

about fetchOne() ,it is not move the nonius. #122

Closed
gclinux opened this issue Jun 13, 2019 · 2 comments
Closed

about fetchOne() ,it is not move the nonius. #122

gclinux opened this issue Jun 13, 2019 · 2 comments

Comments

@gclinux
Copy link

gclinux commented Jun 13, 2019

it is not +1 auto.

@isublimity
Copy link
Contributor

8c28200

        // fetchRow
        $this->assertEquals(0,$result->fetchRow('number'));
        $this->assertEquals(1,$result->fetchRow('number'));
        $this->assertEquals(2,$result->fetchRow('number'));
        $result->resetIterator();
        $this->assertEquals(0,$result->fetchRow('number'));
        $this->assertEquals(1,$result->fetchRow('number'));
        $this->assertEquals(2,$result->fetchRow('number'));

I did not change the fetchOne of the function added a new fetchRow

@isublimity
Copy link
Contributor

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