Skip to content
Snippets Groups Projects
  1. Oct 02, 2019
    • wimhaan's avatar
      Sql sessions for mssql (#1212) · 5abff1ea
      wimhaan authored
      * SQL: changed init session table so it will work on MSSQL Databases
      
      * SQL: changed rowCount by count of fetchAll
      rowCount does not always returns number of rows on SELECT queries, i.e. MSSQL returns -1
      5abff1ea
  2. Oct 01, 2019
  3. Aug 31, 2019
  4. Jul 22, 2019
  5. Jul 20, 2019
  6. Jul 02, 2019
  7. Jun 06, 2019
  8. Feb 03, 2019
  9. Dec 10, 2018
    • Ben Johnson's avatar
      Add Password support to Redis library · 4c7a6818
      Ben Johnson authored
      For Redis instances that require authentication, the current Redis store does not work.  So, this commit adds optional support for utilizing the Predis password option.  It will pick up the password from the config file and pass it along when it instantiates the Predis client.
      
      The test simply checks that adding the password option doesn't break the constructor. Since Predis parameters end up as protected, we can't verify that the instance contains the password.
      4c7a6818
  10. Oct 17, 2018
  11. Aug 22, 2018
  12. Aug 13, 2018
  13. Jun 02, 2018
  14. Jun 01, 2018
  15. May 31, 2018
  16. May 09, 2018
  17. Apr 06, 2018
  18. Mar 16, 2018
  19. Nov 01, 2017
  20. Oct 19, 2017
  21. Oct 10, 2017
  22. Oct 04, 2017
  23. Jun 20, 2017
    • Elijah Lynn's avatar
      Add PDO $options support · 8e7d5ff1
      Elijah Lynn authored
      I may be missing something but I haven't found a way to add the --ssl-ca
      MySQL option to my database connection. It appears we just need to pass
      in an $options param.
      8e7d5ff1
  24. Mar 30, 2017
  25. Jan 12, 2017
  26. Dec 05, 2016
  27. Jun 02, 2016
  28. Mar 09, 2016
  29. Nov 06, 2015
  30. Oct 24, 2015
  31. Jul 09, 2014
  32. Feb 26, 2013
  33. Jun 26, 2012
Loading