haskell-beam / haskell-beam/beam

SQLite BINARY field should map to a byte array.

Open
#340 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
635
Forks
193
PR merge metrics
No merged PRs in 30d

Description

Binary is intended for string data without a collation.

From https://www.sqlite.org/datatype3.html:

> 7. Collating Sequences
> When SQLite compares two strings, it uses a collating sequence or collating function (two words for the same thing) to determine which string is greater or if the two strings are equal. SQLite has three built-in collating functions: BINARY, NOCASE, and RTRIM.
>
> BINARY - Compares string data using memcmp(), regardless of text encoding.
> ...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.