Fetching model instances with a where parameter escapes values strangely.
For example, if you have '... where: { username: 'foo.bar'}' generates SQL of WHERE "username" = 'foo'.'bar'
Looks like the logic to escape schema.tablename is erroneously being applied to values.