Doug Stevenson

Results 52 comments of Doug Stevenson

On the point of the last question about the use of Option in rusqlite: https://stackoverflow.com/a/70819044 > ...in general, the tool for “might be null” in Rust is Option, and taking...

Another thing to note here - `execute` in rusqlite fails with the following message if the query returns any rows at all: > Execute returned results - did you mean...