Loading
Commits on Source 14
-
cznic authored
-
cznic authored
-
Adrian Witas authored
-
Adrian Witas authored
- Introduce vtab subpackage (modernc.org/sqlite/vtab) exposing Module, Table,... See merge request !84
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
Josh Bleecher Snyder authored
The previous code was subject to a TOCTOU race: the atomic.AddInt32 in the select statement could succeed, but then context switch away before actually calling c.interrupt. The actual call to c.interrupt could end up occurring later, interrupting an unrelated subsequent query. Fixes #241