1. 4e5ff1f Fix #4026 by Andrey Andreev · 9 years ago
  2. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  3. 0d2d84f Fix #4012 by Andrey Andreev · 9 years ago
  4. d738b6b Fix a 'counter-#3989' bug by Andrey Andreev · 9 years ago
  5. f7631f1 Revert "Fix an internal bug in QB where() escaping" by Andrey Andreev · 9 years ago
  6. 2dfbe99 Revert "Fix #3989" by Andrey Andreev · 9 years ago
  7. 55bc505 Fixed typos by Calvin Tam · 9 years ago
  8. e1a94d3 Fix #3989 by Andrey Andreev · 10 years ago
  9. 4b9fec6 Fix #3279 by Andrey Andreev · 10 years ago
  10. 43afc71 Fix an internal bug in QB where() escaping by Andrey Andreev · 10 years ago
  11. 611e1fd [ci skip] Fix a bug reported via PR #3704 by Andrey Andreev · 10 years ago
  12. cfc9e77 Add 'ssl_verify' option for mysqli driver by Andrey Andreev · 10 years ago
  13. a38b0c4 Add SSL support for PDO_MYSQL too by Andrey Andreev · 10 years ago
  14. 9194b49 Improve the ssl_cipher check for MySQLi by Andrey Andreev · 10 years ago
  15. 76e643e Refactor proposed changes from PR #3896 by Andrey Andreev · 10 years ago
  16. 18ef616 Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl by Andrey Andreev · 10 years ago
  17. 7cc6cea allow add of keys with array by Adrian Voicu · 10 years ago
  18. 820f06f fix pdo/sqlite & update changelog by ftwbzhao · 10 years ago
  19. 69befa9 fix SQlite3 list_fields by ftwbzhao · 10 years ago
  20. a1170af Fix QB delete() for multiple tables with where() by Andrey Andreev · 10 years ago
  21. 441d353 Close #3941 by Andrey Andreev · 10 years ago
  22. 40780c2 Apply PR #3940 to sqlite3 driver and fix a wrong var name by Andrey Andreev · 10 years ago
  23. a44f2b5 sqlite < 3.3 unsuported `_drop_table_if` by ftwbzhao · 10 years ago
  24. 49884bc Close #3934 by Andrey Andreev · 10 years ago
  25. 7ed93be Fix regression caused by 59d1ffd927ef3b63dbadf42e1caf14957201fd2d by Andrey Andreev · 10 years ago
  26. 59d1ffd Fix #3932 by Andrey Andreev · 10 years ago
  27. ced557b Removed db_options configuration item for implementation later. Changed 5 new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. by Tim Nolte · 10 years ago
  28. 89ed9fa Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 10 years ago
  29. c09ab9d Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated database configuration documentation to include a list of the new MySQLi driver parameters. by Tim Nolte · 10 years ago
  30. a0f1872 Updated the MySQLi driver to provide support for SSL connections as well as additional database connection options. Uses the DB_driver class encrypt option as the flag for turning on encryption. Also added SSL connection validation with error logging in order to provide users a way to know if they are actually connecting via SSL. by Tim Nolte · 10 years ago
  31. b8cd5e6 Fix a bug in the CSV export DB utility by Andrey Andreev · 10 years ago
  32. 4c08ea9 Fixed bug - using field_data() on Oracle databases by Leandro Mangini Antunes · 10 years ago
  33. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  34. 8af8746 Fix #3773 by Andrey Andreev · 10 years ago
  35. 1924eb3 [ci skip] Fix comment typos by Andrey Andreev · 10 years ago
  36. 1931136 Move strtolower() call from PR #3739 out of the loop by Andrey Andreev · 10 years ago
  37. 8f79367 #3727 Lowercase $side variable for $this->db->like() in Query Builder by Yahya Erturan · 10 years ago
  38. 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
  39. 19c2847 add changelog and documentation for adding an optional parameter to ``count_all_results()`` by yaoshanliang · 10 years ago
  40. 9971e7b add a judgment of whether reset select by yaoshanliang · 10 years ago
  41. 5f8c0c1 add a judgment of whether reset select by yaoshanliang · 10 years ago
  42. 1a36756 Fix postgre driver config by Andrey Andreev · 10 years ago
  43. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  44. 3cf58ea Finishing PR #3596 <!DOCTYPE html> by Ivan Tcholakov · 10 years ago
  45. b68a811 add <!DOCTYPE html> by Tjoosten · 10 years ago
  46. 01e04a6 Deleted spaces by Gwenael Gallon · 10 years ago
  47. cf93217 Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  48. b449589 Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  49. 54e648b Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  50. 843d250 Remove unnecessary return by Gwenael Gallon · 10 years ago
  51. 3053ded Remove unnecessary return by Gwenael Gallon · 10 years ago
  52. 96901ff Remove unnecessary return by Gwenael Gallon · 10 years ago
  53. 3a486f1 Revert indentation by Gwenael Gallon · 10 years ago
  54. 19e1217 Fix unreachable code by Gwenael Gallon · 10 years ago
  55. 79533ca Merge pull request #3551 from gadelat/voids by Andrey Andreev · 10 years ago
  56. 74d0e23 Allow a database to be loaded before controller instantiation by Andrey Andreev · 10 years ago
  57. 40bbd60 Adjusted return type for CI_DB_utility::backup to suggestions by Gabriel Potkány · 10 years ago
  58. 8194ce5 Fix typos in func names by Gabriel Potkány · 10 years ago
  59. cea5fb7 Adjusted returns/return types to suggestions by Gabriel Potkány · 10 years ago
  60. 1fb5000 Fixed inconsistent return types by Gabriel Potkány · 10 years ago
  61. 8dc37cb Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_type by Gwenael Gallon · 10 years ago
  62. c9982e4 fix typo in comments by Claudio Galdiolo · 10 years ago
  63. 93e7813 fix typo in comments by Claudio Galdiolo · 10 years ago
  64. ba6bd22 fix typo in comments by Claudio Galdiolo · 10 years ago
  65. b83a3d2 fix typo in comments by Claudio Galdiolo · 10 years ago
  66. b993b4b fix typo in comments by Claudio Galdiolo · 10 years ago
  67. 9ef0170 ... and neither does MYSQLI_OPT_RECONNECT by Andrey Andreev · 10 years ago
  68. 2a05fa6 Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHP by Andrey Andreev · 10 years ago
  69. 9305a8b Close #3509 by Andrey Andreev · 10 years ago
  70. f1294cb Corrected loop with the $c variable by Gwenael G · 10 years ago
  71. 2f58ea6 Fix error extends class name by Gwenael G · 10 years ago
  72. 4070a63 This $comment_clause local variable is declared but never used. by Gwenael G · 10 years ago
  73. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  74. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  75. 1dc43aa Remove error suppression from mysql_*connect() by Andrey Andreev · 10 years ago
  76. be67685 var_export in DB.php outputting string by João · 10 years ago
  77. 5350f05 Change CI_DB_driver::field_data() signature by Andrey Andreev · 10 years ago
  78. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  79. 358b088 Fix #3460 by Andrey Andreev · 10 years ago
  80. 0d3fde2 Polish changes following PR #3416 by Andrey Andreev · 10 years ago
  81. 1fb0cc7 Add support for configuring socket pipe connections in 'mysqli' by Andrey Andreev · 10 years ago
  82. 7830173 User Guide - DB Driver Reference by James L Parry · 10 years ago
  83. 435e0c2 Add method chaining support ot CI_DB_query_builder::reset_query() by Andrey Andreev · 10 years ago
  84. 4a587f5 Add method chaining support to QB cache methods by Andrey Andreev · 10 years ago
  85. b906149 DB forge/utilities polishing (docs) following #3375, #3378 by Andrey Andreev · 10 years ago
  86. 5078eb5 Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0 by Andrey Andreev · 10 years ago
  87. ab9217e Improve on the fix for #3380 by Andrey Andreev · 10 years ago
  88. 7d1554a Fix a regression from the previous commit by Andrey Andreev · 10 years ago
  89. 10776cc Fix #3380 by Andrey Andreev · 10 years ago
  90. ed3fc51 Force ORDER BY usage with OFFSET-FETCH on SQL Server by Andrey Andreev · 10 years ago
  91. 71f0099 Fix an issue with 'postgre' persistent connections by Andrey Andreev · 10 years ago
  92. 5289f27 Polish changes following #3305 by Andrey Andreev · 10 years ago
  93. ce8aa3b Remove comment field definition from all other forge classes by Zachary Flower · 10 years ago
  94. e4b10bf Move MySQL comments to MySQL forge classes only by Zachary Flower · 10 years ago
  95. 12ee7a1 Move comment field after unique field in db forge by Zachary Flower · 10 years ago
  96. e59347d Ensure forge comments are actually getting parsed by Zachary Flower · 10 years ago
  97. 9b51228 Disable database COMMENT field by default in all other DB Forge drivers by Zachary Flower · 10 years ago
  98. 24fbc61 Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, mysql, and mysqli) by Zachary Flower · 10 years ago
  99. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  100. 4a4f550 Escape the array elements separately and join them in compile_binds() by clawoo · 10 years ago