Skip to content

Version 4.14.0

Choose a tag to compare

@skipperbent skipperbent released this 15 May 16:38
· 36 commits to v4-release since this release
472ec91
  • Fixed Raw bindings not being set properly on some occasions for instance update(['alias' => $query->raw('?',['value'])]).
  • Beatified queries. Queries now have the correct spacing between values.
  • Simplified BaseAdapter code by using arrayStr instead of foreach loops.
  • Tests: Added QueryBuilderBehaviorTest::testRawStatementsWithinCriteria.
  • Tests: Updated unit-tests to work with new queries.