Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Adding a UniqueIdentifier field #5624

kmbisset89 started this conversation in Ideas
Jan 20, 2025 · 1 comments · 1 reply
Discussion options

I would like to try and use kotlin Uuid library and store as two long columns for most and least significant bit to keep it more performant. How hard would it be to have a multiple column adapter compared to the single column adapter?

You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

What database engine are you using? Most should have a built-in UUID type that's 128-bits wide, or at worst can support arbitrary bit width integers or 8-byte binary types.

We do not support a single value. across two columns.

You must be logged in to vote
1 reply
@kmbisset89
Comment options

@JakeWharton, I'm sorry for the slow reply, but I mainly use the Android SQL Lite and the Desktop driver. I didn't see any examples of it supported in the SQL Delight documentation, but I can try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
💡
Ideas
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.