Files
sourcemod/extensions
Asher Baker 95ab60c4eb Stop SQLite results being used before being fetched (#1709)
The DB API requires FetchRow to be called before accessing any values
from a row, but the SQLite driver did not enforce that requirement and
alowed accessing the first row immediately. A plugin developer hit this
when developing against SQLite locally but using MySQL in production,
where the API misuse threw an error as expected.

Resolves #1691
2022-02-06 16:34:14 +00:00
..
2021-12-13 10:00:42 -05:00
2020-08-18 23:09:43 -07:00
2021-11-17 13:17:39 +01:00
2020-08-18 23:09:43 -07:00
2020-08-24 20:48:57 -07:00
2020-08-18 23:09:43 -07:00
2020-08-18 23:09:43 -07:00