1. 19 Nov, 2017 11 commits
  2. 18 Nov, 2017 5 commits
  3. 15 Sep, 2017 1 commit
  4. 14 Sep, 2017 8 commits
  5. 11 Sep, 2017 5 commits
  6. 31 Aug, 2017 1 commit
  7. 28 Aug, 2017 1 commit
  8. 27 Aug, 2017 1 commit
  9. 24 Aug, 2017 1 commit
  10. 22 Aug, 2017 1 commit
  11. 18 Aug, 2017 1 commit
    • Bertold von Dormilich's avatar
      fixing issue #2814 · 68990405
      Bertold von Dormilich authored
      Replaced the code examples for `set()` to show that the value parameter is not escaped and thus could pose an SQL injection vulnerability.
      68990405
  12. 07 Aug, 2017 1 commit
  13. 03 Aug, 2017 2 commits
    • Matthias Derer's avatar
      Use imported Exception · c4e528f9
      Matthias Derer authored
      c4e528f9
    • Matthias Derer's avatar
      add @throws declarations to docs in Connection · 14ec6ee8
      Matthias Derer authored
      In a few cases methods in Connection may throw a DBALException which
      isn't declared in the docblock. As the Connection class is heavily
      used by third party code, this code runs the risk of ignoring
      those exceptions instead of handling them. While it is
      technically not required to declare exceptions in PHP, it is highly
      recommended, especially in public APIs.
      14ec6ee8
  14. 28 Jul, 2017 1 commit