Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

PDO + SQLite + CURSOR_SCROLL failed #35

Closed
Hywan opened this issue Apr 6, 2016 · 2 comments · Fixed by #36
Closed

PDO + SQLite + CURSOR_SCROLL failed #35

Hywan opened this issue Apr 6, 2016 · 2 comments · Fixed by #36

Comments

@Hywan
Copy link
Member

Hywan commented Apr 6, 2016

Hello :-),

Since our recent features on having iterators over result set, we force PDO::CURSOR_SCROLL on an ATTR_CURSOR. With SQLite, it failed with a null error. It seems to be an error from PDO but we have to fix it anyway.

Any idea how?

@Hywan
Copy link
Member Author

Hywan commented Apr 6, 2016

Note: PDO::CURSOR_FWDONLY works but this is not what we want exactly.

@Hywan
Copy link
Member Author

Hywan commented Apr 6, 2016

Maybe https://bugs.php.net/bug.php?id=34625 can be interesting.

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

Successfully merging a pull request may close this issue.

2 participants