mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +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 |
||
|---|---|---|
| .. | ||
| bintools | ||
| clientprefs | ||
| cstrike | ||
| curl | ||
| dhooks | ||
| geoip | ||
| mysql | ||
| pgsql | ||
| regex | ||
| sdkhooks | ||
| sdktools | ||
| sqlite | ||
| structs | ||
| tf2 | ||
| topmenus | ||
| updater | ||