diff options
| -rw-r--r-- | sqlite.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -306,7 +306,7 @@ pub const Db = struct { | |||
| 306 | 306 | ||
| 307 | // Validate the threading mode | 307 | // Validate the threading mode |
| 308 | if (options.threading_mode != .SingleThread and !isThreadSafe()) { | 308 | if (options.threading_mode != .SingleThread and !isThreadSafe()) { |
| 309 | return error.CannotUseSingleThreadedSQLite; | 309 | return error.SQLiteBuildNotThreadSafe; |
| 310 | } | 310 | } |
| 311 | 311 | ||
| 312 | // Compute the flags | 312 | // Compute the flags |