envms / fluentpdo

A PHP SQL query builder using PDO
http://envms.github.io/fluentpdo/
926 stars 189 forks source link

Pull #322

Closed gillsonkell closed 2 years ago

gillsonkell commented 3 years ago

Fix bug with applying a where() and specifying the schema. For example, this was not working as expected before:

$fluent->from('db2.user')->where('db2.user.name', 'name');
cbornhoft commented 2 years ago

@gillsonkell could you add a brief description to this PR for documentation purposes? Thanks!

gillsonkell commented 2 years ago

How's that?

cbornhoft commented 2 years ago

Perfect, thanks!