Support Uuid in React Hook where clause#4030
Merged
cloutiertyler merged 2 commits intoclockworklabs:masterfrom Jan 21, 2026
Merged
Support Uuid in React Hook where clause#4030cloutiertyler merged 2 commits intoclockworklabs:masterfrom
Uuid in React Hook where clause#4030cloutiertyler merged 2 commits intoclockworklabs:masterfrom
Conversation
Contributor
Author
|
Uhhh woops did the wrong git command ^^ I thought i squashed it but something went wrong now im not sure anymore how to best revert this 🥴 @bfops is this a problem that i should fix or is the squashing while merging going to be enough? ^^ |
Contributor
I believe you can just do a |
39e1e25 to
a91383f
Compare
Collaborator
|
Thank you for opening this! We'll work on getting it reviewed. In the meantime, I rebased and ran |
Contributor
Author
|
Thank you very much bfops! :> |
cloutiertyler
approved these changes
Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
Dpends on and includes: #4011
Will remove commits whenever that merges 👍
This impacts the
useTable()functionswhereclause.We add a new possibility for the
Valuetype which is the newUuidtype.Also my formatter is bugging again :( whenever i
pnpm formatit does things differently than the guidelines? Would be cool for that reason if someone can run format for me maybe bfops like the last time :>API and ABI breaking changes
None
Expected complexity level and risk
Uuidalongside bool, string, and number.Testing