Commit History

Author SHA1 Message Date
  Corey Taylor 52d80ab851 Fix tests param typehints 4 years ago
  Corey Taylor 11245d422f Add Query::whereNotInListOrNull() and QueryExpression::notInOrNull() 5 years ago
  mscherer 803d60ae32 Clean up tests using PHPStan level 1. 5 years ago
  Edgaras Janušauskas 806941202b Add and/or methods on QueryExpression directly 6 years ago
  mscherer 15f02f9450 Cleaner asserting for strict typehinting, lots of false positives fixed. 6 years ago
  ADmad cf569b9c15 Fix CS error. 7 years ago
  Mark Story da61322655 Add strict_types to database/expression 7 years ago
  mscherer 9229a7766b Normalize string namespaces to non prefix slash. 7 years ago
  ADmad 9bd82d7ac1 Fix CS errors. 7 years ago
  ADmad 2f7354de38 Remove deprecated code from Expression classes. 8 years ago
  Jose Lorenzo Rodriguez 1ca5c045e4 Fix empty QueryExpression objects being converted as SQL 8 years ago
  Mark Story 46de16e00f Add deprecation warnings to the Database package. 8 years ago
  chinpei215 3f24349015 Fix backward incompatibility of QueryExpression::type() 8 years ago
  Marc Würth 3a6bd75832 Use HTTPS for the opensource.org URL 8 years ago
  Marc Würth c61ab5ee95 Use HTTPS for the cakefoundation.org URL 8 years ago
  Marc Würth 4c774ce4b7 Use HTTPS for the cakephp.org URL 8 years ago
  antograssiot b19dd062bb remove unsued import 10 years ago
  Jose Lorenzo Rodriguez 63e9f0324b Using the typeMap in the specific comparison functions 10 years ago
  Jose Lorenzo Rodriguez 18b0ab6ca1 Fixing pagination with complex queries having expressions in order by 10 years ago
  Mark Story 4b7707d949 Make QueryExpression do deep clones. 10 years ago
  Mark Story c369cfcd4e Fix identifier quoting in conditions & order 10 years ago
  Mark Story 0584e60d8b Fix empty query expressions for generating invalid SQL. 11 years ago
  Tigran Gabrielyan 53d919470e Fixed @since in QueryExpressionTest 11 years ago
  Tigran Gabrielyan 3abc5fa595 Added __call() on QueryExpression to allow for and() and or() to be called transparently. Implements #6477 11 years ago