1. 11 May, 2018 2 commits
    • Timo Bakx's avatar
      Updated sqlite unit tests · 245bfb79
      Timo Bakx authored
      245bfb79
    • Robin Appelman's avatar
      allow creating PRIMARY KEY AUTOINCREMENT fields for sqlite · 51358603
      Robin Appelman authored
      If a PRIMARY KEY field is defined in sqlite without autoincrement then
      keys might be reused when rows are deleted, explicitly settings autoincrement
      will prevent this.
      
      Autoincrement is not enabled by default due to additional overhead introduced
      with autoincrement bookkeeping and should only be enabled when the additional
      uniqueness is required.
      51358603
  2. 10 May, 2018 3 commits
  3. 09 May, 2018 2 commits
  4. 08 May, 2018 5 commits
  5. 06 May, 2018 1 commit
  6. 05 May, 2018 1 commit
  7. 02 May, 2018 4 commits
  8. 01 May, 2018 1 commit
  9. 30 Apr, 2018 1 commit
  10. 29 Apr, 2018 2 commits
  11. 28 Apr, 2018 2 commits
  12. 27 Apr, 2018 1 commit
  13. 26 Apr, 2018 1 commit
  14. 24 Apr, 2018 2 commits
  15. 21 Apr, 2018 1 commit
  16. 20 Apr, 2018 1 commit
  17. 16 Apr, 2018 1 commit
  18. 12 Apr, 2018 1 commit
  19. 11 Apr, 2018 3 commits
  20. 10 Apr, 2018 3 commits
  21. 08 Apr, 2018 1 commit
    • Sergei Morozov's avatar
      Consistent PHPUnit configuration across environments · 5a0ca2f5
      Sergei Morozov authored
      1. XSD location pointing to the vendored file.
      2. Removed `backupGlobals="false"`.
      3. Added `failOnRisky="true" failOnWarning="true"`.
      4. Added `beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true"`.
      5. Added code coverage whitelist.
      5a0ca2f5
  22. 07 Apr, 2018 1 commit