Closed gillsonkell closed 2 years ago
Fix bug with applying a where() and specifying the schema. For example, this was not working as expected before:
where()
$fluent->from('db2.user')->where('db2.user.name', 'name');
@gillsonkell could you add a brief description to this PR for documentation purposes? Thanks!
How's that?
Perfect, thanks!
Fix bug with applying a
where()
and specifying the schema. For example, this was not working as expected before: