Commit History

Author SHA1 Message Date
  ndm2 f3a531611e Deprecate/remove `addCase()` usage in tests. 4 years ago
  Mark Story 6238231811 Merge pull request #16063 from ndm2/4.x-fix-query-cloning 4 years ago
  ndm2 3099e09487 Fix CS. 4 years ago
  ndm2 a196d8556a Fix `Query::modifiers()` not handling expressions correctly. 4 years ago
  ndm2 9b640b9afe Fix some query part expressions not being cloned. 4 years ago
  othercorey 280ff385ca Increase time comparison range 4 years ago
  ndm2 10bc708e91 Add new `CASE` expression. 4 years ago
  othercorey 7f64c34c65 Increase range for comparing now 4 years ago
  mscherer dd82270bee Fix issues found by PHPStan in tests/ 4 years ago
  mscherer 8631659c77 Fix up types in arrays of var def 4 years ago
  Corey Taylor 12a9c7150f Backport fixture strategies to replace FixtureLoader 4 years ago
  Corey Taylor 0c5938f73b Remove use of deprecated autoFixtures setting and fix loading fixturs with foreign key dependencies 4 years ago
  Corey Taylor 5a77162a44 Add use statements for all fully qualified classes 4 years ago
  Corey Taylor f345b036ee Add test for update with subquery that references parent query 4 years ago
  Corey Taylor 52608e2d51 Remove parenthesis around sql identifiers 4 years ago
  Corey Taylor 27b1080860 Add native return types in tests/ 4 years ago
  Mark Story edb19f8173 Fix more sqlserver tests and phpcs 4 years ago
  Mark Story 4a8699e930 More SQLServer skips. 4 years ago
  Mark Story 2e4d6c2c64 Merge branch 'master' into 4.next 4 years ago
  ndm2 98300bb075 Fix types being lost when translating tuple comparisons. 4 years ago
  Corey Taylor 11245d422f Add Query::whereNotInListOrNull() and QueryExpression::notInOrNull() 5 years ago
  Corey Taylor 178ffc879f Merge branch 'master' into 4.next 5 years ago
  othercorey 464814b536 Merge pull request #15166 from ndm2/4.x-fix-sql-server-subquery-select-order 5 years ago
  ndm2 03f2df5732 Use strict assertions. 5 years ago
  mscherer 4f8d186bb4 Also fix up order by expr message 5 years ago
  ndm2 fabfe84db9 Fix cannot reuse placeholders with SQL Server. 5 years ago
  ndm2 634db9a273 Fix test failing on Postgres because NULLS FIRST behavior. 5 years ago
  ndm2 eccaa7846b Fix limit/offset SQL comparison failing on SQL Server. 5 years ago
  ndm2 d7f0390db1 Fix CS. 5 years ago
  ndm2 a69cad2f66 Fix SQL Server bindings conflict when ordering by expression fields. 5 years ago