stephencelis / SQLite.swift

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

[WIP] Avoid crashing prepare function of Connection. #899

Closed touyu closed 3 years ago

touyu commented 5 years ago

Related Pull Request https://github.com/stephencelis/SQLite.swift/pull/785

iprox commented 5 years ago

@touyu @stephencelis any updates about this PR? we're observing crashes on iOS 10 for iPhone5/5s users (https://github.com/stephencelis/SQLite.swift/issues/928)

touyu commented 5 years ago

@iprox I can't update it because I can't think of any good solutions. sorry :(

jberkel commented 3 years ago

fixed in a different PR