stephencelis / SQLite.swift

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

Feature/unsigned int #1091

Open adamwulf opened 2 years ago

adamwulf commented 2 years ago

Adds support for UInt32 and UInt64. For the 64 bit versions, the 8 bytes are stored as a BLOB in big endian format. UInt32 are stored in a normal INTEGER column

jberkel commented 2 years ago

thanks for the PR, the build currently fails on linting

adamwulf commented 2 years ago

Just pushed up a commit to fix the linting error