Replies: 1 comment 1 reply
-
|
Hi @lhr0909, when using non-default representations of types, you need to use .where { $0.id == #bind(memo.id) }This is covered in the docs here. Also, you may be interested in our tools for "touching" records using SQL triggers here. Since this isn't an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi PointFree!
I am migrating one of my smaller apps from using GRDB to SQLiteData, and I wasn't able to set up an update query with a table that has UUID that is byte representation.
Currently I should be able to just use upserts to get around the issue. But I want to see if there is a way set up the querying properly without doing a big migration of tables. If not I will look into migrating. Happy holidays and thanks!
Checklist
mainbranch of this package.Expected behavior
No response
Actual behavior
No response
Reproducing project
No response
SQLiteData version information
1.4.0
Sharing version information
2.7.4
GRDB version information
7.9.0
Destination operating system
macOS 26
Xcode version information
XCode 26
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions