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
$builder->shouldReceive('get')->once()->andReturnUsing(function () use ($builder, $results) {
4651
+
$this->assertEquals(
4652
+
'select *, (CAST(CONCAT(firstname, \'\', lastname) as VARCHAR)) as test from "foobar" where ((CAST(CONCAT(firstname, \'\', lastname) as VARCHAR)) > ?) order by "test" asc limit 16',
0 commit comments