Commit History

Author SHA1 Message Date
  Mark Story 4ba94440d0 Merge branch 'master' into 3.next 6 years ago
  mscherer 44a78128e7 Fix CS for easier 3.x/4.x comparison/merge. 6 years ago
  Val Bancer 41d562557a Add extra assertion to the unit test 6 years ago
  Val Bancer 8512c0fc9d Refactor TableSchema construction to a method in Driver class, #13689 6 years ago
  mscherer 4d1e628624 Fix CS - PSR12 6 years ago
  ADmad 2ca0486539 Add Driver::disableAutoQuoting(). 7 years ago
  ADmad dd72625808 Add DriverInterface::getConnection()/setConnection(). 8 years ago
  ADmad 5986c372d5 Move PDODriverTrait methods into Driver class itself. 8 years ago
  Mark Story aad65a0faf Merge branch 'master' into 3.next 8 years ago
  Dariusz Ruminski c936250731 Use adventage of newer PHPUnit sytax 8 years ago
  Mark Story 46de16e00f Add deprecation warnings to the Database package. 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
  dereuromark 2312ab8023 Fix some more doc blocks and smells. Enable further clickability in IDE. 9 years ago
  antograssiot b611b3bc16 fix testsuite for PHP5.5 9 years ago
  antograssiot b204289a99 fix phpunit mocks 9 years ago
  Thomas Lefebvre d04c8606a3 Extracting the last case of schemaValue() into its own test case; Stubbing the quote() method and asserting its arguments. 9 years ago
  Thomas Lefebvre 2ac2272160 Looks like we could not serialize and unserialize PDO instances. Instead I'm using another driver who implements PDOInstanceTrait, and therefore has the quote() method. I just only need it for stubbing it. 9 years ago
  Thomas Lefebvre f991d31b01 Forgot to call the parent's method. 9 years ago
  Thomas Lefebvre 2243772f95 Test cases for abstract class Driver. 9 years ago