SQLite.swift icon indicating copy to clipboard operation
SQLite.swift copied to clipboard

Feature/unsigned int

Open adamwulf opened this issue 4 years ago • 2 comments

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

adamwulf avatar Oct 20 '21 23:10 adamwulf

thanks for the PR, the build currently fails on linting

jberkel avatar Oct 21 '21 11:10 jberkel

Just pushed up a commit to fix the linting error

adamwulf avatar Oct 21 '21 17:10 adamwulf