Skip to content

Version 4.15.3

Compare
Choose a tag to compare
@skipperbent skipperbent released this 07 Jun 23:03
· 21 commits to v4-release since this release
aa79d50
  • Fixed Raw not working correctly for join statements, for example:
$query->join('hostnames', 'host', '=', $this->raw('?', [$host]))
  • Changed references for SqlServer class.