Alexander Krause

Results 3 issues of Alexander Krause

In `stmt.lua` in the `bind` function on line `306` there is a call to format **outside** of the error call. `error("sqlite.lua error at stmt:bind(), failed to bind a given value...

This PR addresses issue #5030. Clarify the Generator::rewind() documentation to accurately reflect the function’s behavior.

From manual page: https://php.net/generator.rewind --- The documentation for Generator::rewind() can be misleading. It suggests that rewind() always resets the generator, but in practice it only executes up to the first...