1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/sqlite3/tests
Christoph M. Becker eb570294a2 Fix #73530: Unsetting result set may reset other result set
Calling sqlite3_reset() when a result set object is freed can cause
undesired and maybe even hard to track interference with other result
sets. Furthermore, there is no need to call sqlite3_reset(), because
that is implicitly called on SQLite3Stmt::execute(), and users are
encouraged to explicitly call either SQLite3Result::finalize() or
SQLite3Stmt::reset() anyway.
2016-11-16 11:49:04 +01:00
..
2011-09-06 07:28:38 +00:00
2015-03-25 13:11:27 +01:00
2016-07-25 17:03:10 +02:00
2016-09-13 15:28:28 +02:00
2008-11-26 11:30:48 +00:00
2009-05-18 13:52:16 +00:00
2011-09-06 07:29:59 +00:00