Diesel should support u64 for sqlite #3469
burnthoney
started this conversation in
Ideas
Replies: 1 comment
-
Your image is part of the type affinity example table from the SQLite documentation. The first column shows type name strings and the second column shows the underlying type affinity used by SQLite. In turn that means even if you specify the type as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was scrolling through the docs and noticed UNIGNED BIT INT existed.
https://www.sqlite.org/c3ref/int64.html
for the c api it seems it supports it as well
Beta Was this translation helpful? Give feedback.
All reactions