What is the problem?
Should the query result be
[
'35dd6aa2-5d58-11ec-8571-637e4e667455',
'476e95bc-5d57-11ec-b970-6bf7dd401776',
'4ed8e24e-5d57-11ec-9199-c94eecf3a4e3'
]
if so what is the result you get?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am running a query and for some unknown reason the id's are getting edited.
I am using UUID, i checked the model and made sure the id in question is not being cast as something
query: "select * from `area_profiles` where `area_profiles`.`subscription_id` in (35, 9223372036854775807, 4);"
Thats how the query is executed on the correct id's
[
'35dd6aa2-5d58-11ec-8571-637e4e667455',
'476e95bc-5d57-11ec-b970-6bf7dd401776',
'4ed8e24e-5d57-11ec-9199-c94eecf3a4e3'
]
Hope someone might have an idea where to possible begin looking?
Please or to participate in this conversation.