stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.59k stars 1.55k forks source link

Crash in (Statement.swift:211) #1052

Closed AbdAllahShaheen closed 2 years ago

AbdAllahShaheen commented 3 years ago

https://github.com/stephencelis/SQLite.swift/blob/70fb7af324cb3170d921f135f0c84cbdb6487cc2/Sources/SQLite/Core/Statement.swift#L211

The app crash due to force unwrap in Statement.swift line 211

nathanfallet commented 2 years ago

This was fixed by #1030