Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect inList #1490

Closed
JajaComp opened this issue Apr 14, 2022 · 0 comments
Closed

Incorrect inList #1490

JajaComp opened this issue Apr 14, 2022 · 0 comments

Comments

@JajaComp
Copy link
Contributor

Exposed: version 0.37.3

I have field parent_object_id in Entity:

object ObjectEntity : UUIDTableWithDelete("objects") {
...
    val parent_object_id = reference("parent_object_id", ObjectEntity).nullable()
...
}

And i can't use inList for this field like this:
val where = Op.build { parent_object_id inList ids }
Error:

Type mismatch.
Required:
EntityID<UUID>?
Found:
UUID
@Tapac Tapac closed this as completed Apr 15, 2022
Tapac added a commit that referenced this issue Apr 15, 2022
Tapac added a commit that referenced this issue Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants