mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
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 |
||
|---|---|---|
| .. | ||
| SqDatabase.cpp | ||
| SqDatabase.h | ||
| SqDriver.cpp | ||
| SqDriver.h | ||
| SqQuery.cpp | ||
| SqQuery.h | ||
| SqResults.cpp | ||
| SqResults.h | ||