Version 4.15.3
- Fixed Raw not working correctly for join statements, for example:
$query->join('hostnames', 'host', '=', $this->raw('?', [$host]))
- Changed references for
SqlServer
class.
$query->join('hostnames', 'host', '=', $this->raw('?', [$host]))
SqlServer
class.