You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought there was a problem with the "buildRaw" method
the value of the variable in buildRaw method
[$raw->value]
count(<os>='win' OR <os>='mac' OR NULL)
[$matches]
Array
(
[0] => <os>
[1] =>
[2] =>
[3] =>
[4] =>
[5] => os
[6] => os
)
Array
(
[0] => 'win' OR <os>='
[1] => 'win' OR
[2] => '
[3] =>
[4] =>
[5] => os
[6] => os
[7] =>
[8] => ='
)
[$query]
count("os"='win' OR ='mac' OR NULL)
"os" is missing here
Information
Describe the Problem
Column names other than the first disappear.
Detail Code
table test
SQL with the second "os" column disappeared is executed
desired SQL
Solution I tried
I thought there was a problem with the "buildRaw" method
This issue was resolved by doing the following.
The text was updated successfully, but these errors were encountered: