stephencelis / SQLite.swift

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

Fix column affinity parsing to match how SQLite determines affinity (Fix #1215) #1218

Closed stefansaasen closed 4 months ago

stefansaasen commented 1 year ago

See https://www.sqlite.org/datatype3.html#determination_of_column_affinity for how SQLite determines column affinity.

Fixes #1215