1. 3910500 Merge pull request #4223 from j0inty/develop by Andrey Andreev · 9 years ago
  2. 939f1a2 Fix #4212 by Andrey Andreev · 9 years ago
  3. a7d4aba Fix #4171 and a number of other transaction bugs by Andrey Andreev · 9 years ago
  4. 95f8157 Fix #4173 by Andrey Andreev · 9 years ago
  5. 9d02cea [ci skip] Fix #4170 by Andrey Andreev · 9 years ago
  6. 6d6b3b2 Optimize csv_from_result speed. by Ahmad Anbar · 9 years ago
  7. ad4882f Fix #4120 by Andrey Andreev · 9 years ago
  8. c08f27b Fix #4032 by Andrey Andreev · 9 years ago
  9. 0d0c53c Fix #4096 by Andrey Andreev · 9 years ago
  10. 554b452 Fix #4093 by Andrey Andreev · 9 years ago
  11. 89726cd There was an extra = sign in this file by Marco Monteiro · 9 years ago
  12. 348a2d4 Fix #4086 by Andrey Andreev · 9 years ago
  13. be178a7 Fix #4065 by Andrey Andreev · 9 years ago
  14. eb49258 [ci skip] Fix 'sqlsrv' connect failure endless loop by Andrey Andreev · 9 years ago
  15. a12cf28 [ci skip] Partial patch for #2284 by Andrey Andreev · 9 years ago
  16. 4e5ff1f Fix #4026 by Andrey Andreev · 9 years ago
  17. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 10 years ago
  18. 0d2d84f Fix #4012 by Andrey Andreev · 10 years ago
  19. d738b6b Fix a 'counter-#3989' bug by Andrey Andreev · 10 years ago
  20. f7631f1 Revert "Fix an internal bug in QB where() escaping" by Andrey Andreev · 10 years ago
  21. 2dfbe99 Revert "Fix #3989" by Andrey Andreev · 10 years ago
  22. 55bc505 Fixed typos by Calvin Tam · 10 years ago
  23. e1a94d3 Fix #3989 by Andrey Andreev · 10 years ago
  24. 4b9fec6 Fix #3279 by Andrey Andreev · 10 years ago
  25. 43afc71 Fix an internal bug in QB where() escaping by Andrey Andreev · 10 years ago
  26. 611e1fd [ci skip] Fix a bug reported via PR #3704 by Andrey Andreev · 10 years ago
  27. cfc9e77 Add 'ssl_verify' option for mysqli driver by Andrey Andreev · 10 years ago
  28. a38b0c4 Add SSL support for PDO_MYSQL too by Andrey Andreev · 10 years ago
  29. 9194b49 Improve the ssl_cipher check for MySQLi by Andrey Andreev · 10 years ago
  30. 76e643e Refactor proposed changes from PR #3896 by Andrey Andreev · 10 years ago
  31. 18ef616 Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl by Andrey Andreev · 10 years ago
  32. 7cc6cea allow add of keys with array by Adrian Voicu · 10 years ago
  33. 820f06f fix pdo/sqlite & update changelog by ftwbzhao · 10 years ago
  34. 69befa9 fix SQlite3 list_fields by ftwbzhao · 10 years ago
  35. a1170af Fix QB delete() for multiple tables with where() by Andrey Andreev · 10 years ago
  36. 441d353 Close #3941 by Andrey Andreev · 10 years ago
  37. 40780c2 Apply PR #3940 to sqlite3 driver and fix a wrong var name by Andrey Andreev · 10 years ago
  38. a44f2b5 sqlite < 3.3 unsuported `_drop_table_if` by ftwbzhao · 10 years ago
  39. 49884bc Close #3934 by Andrey Andreev · 10 years ago
  40. 7ed93be Fix regression caused by 59d1ffd927ef3b63dbadf42e1caf14957201fd2d by Andrey Andreev · 10 years ago
  41. 59d1ffd Fix #3932 by Andrey Andreev · 10 years ago
  42. 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
  43. 89ed9fa Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 10 years ago
  44. 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
  45. 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
  46. b8cd5e6 Fix a bug in the CSV export DB utility by Andrey Andreev · 10 years ago
  47. 4c08ea9 Fixed bug - using field_data() on Oracle databases by Leandro Mangini Antunes · 10 years ago
  48. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  49. 8af8746 Fix #3773 by Andrey Andreev · 10 years ago
  50. 1924eb3 [ci skip] Fix comment typos by Andrey Andreev · 10 years ago
  51. 1931136 Move strtolower() call from PR #3739 out of the loop by Andrey Andreev · 10 years ago
  52. 8f79367 #3727 Lowercase $side variable for $this->db->like() in Query Builder by Yahya Erturan · 10 years ago
  53. 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
  54. 19c2847 add changelog and documentation for adding an optional parameter to ``count_all_results()`` by yaoshanliang · 10 years ago
  55. 9971e7b add a judgment of whether reset select by yaoshanliang · 10 years ago
  56. 5f8c0c1 add a judgment of whether reset select by yaoshanliang · 10 years ago
  57. 1a36756 Fix postgre driver config by Andrey Andreev · 10 years ago
  58. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  59. 3cf58ea Finishing PR #3596 <!DOCTYPE html> by Ivan Tcholakov · 10 years ago
  60. b68a811 add <!DOCTYPE html> by Tjoosten · 10 years ago
  61. 01e04a6 Deleted spaces by Gwenael Gallon · 10 years ago
  62. cf93217 Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  63. b449589 Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  64. 54e648b Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  65. 843d250 Remove unnecessary return by Gwenael Gallon · 10 years ago
  66. 3053ded Remove unnecessary return by Gwenael Gallon · 10 years ago
  67. 96901ff Remove unnecessary return by Gwenael Gallon · 10 years ago
  68. 3a486f1 Revert indentation by Gwenael Gallon · 10 years ago
  69. 19e1217 Fix unreachable code by Gwenael Gallon · 10 years ago
  70. 79533ca Merge pull request #3551 from gadelat/voids by Andrey Andreev · 10 years ago
  71. 74d0e23 Allow a database to be loaded before controller instantiation by Andrey Andreev · 10 years ago
  72. 40bbd60 Adjusted return type for CI_DB_utility::backup to suggestions by Gabriel Potkány · 10 years ago
  73. 8194ce5 Fix typos in func names by Gabriel Potkány · 10 years ago
  74. cea5fb7 Adjusted returns/return types to suggestions by Gabriel Potkány · 10 years ago
  75. 1fb5000 Fixed inconsistent return types by Gabriel Potkány · 10 years ago
  76. 8dc37cb Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_type by Gwenael Gallon · 10 years ago
  77. c9982e4 fix typo in comments by Claudio Galdiolo · 10 years ago
  78. 93e7813 fix typo in comments by Claudio Galdiolo · 10 years ago
  79. ba6bd22 fix typo in comments by Claudio Galdiolo · 10 years ago
  80. b83a3d2 fix typo in comments by Claudio Galdiolo · 10 years ago
  81. b993b4b fix typo in comments by Claudio Galdiolo · 10 years ago
  82. 9ef0170 ... and neither does MYSQLI_OPT_RECONNECT by Andrey Andreev · 10 years ago
  83. 2a05fa6 Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHP by Andrey Andreev · 10 years ago
  84. 9305a8b Close #3509 by Andrey Andreev · 10 years ago
  85. f1294cb Corrected loop with the $c variable by Gwenael G · 10 years ago
  86. 2f58ea6 Fix error extends class name by Gwenael G · 10 years ago
  87. 4070a63 This $comment_clause local variable is declared but never used. by Gwenael G · 10 years ago
  88. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  89. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  90. 1dc43aa Remove error suppression from mysql_*connect() by Andrey Andreev · 10 years ago
  91. be67685 var_export in DB.php outputting string by João · 10 years ago
  92. 5350f05 Change CI_DB_driver::field_data() signature by Andrey Andreev · 10 years ago
  93. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  94. 358b088 Fix #3460 by Andrey Andreev · 10 years ago
  95. 0d3fde2 Polish changes following PR #3416 by Andrey Andreev · 10 years ago
  96. 1fb0cc7 Add support for configuring socket pipe connections in 'mysqli' by Andrey Andreev · 10 years ago
  97. 7830173 User Guide - DB Driver Reference by James L Parry · 10 years ago
  98. 435e0c2 Add method chaining support ot CI_DB_query_builder::reset_query() by Andrey Andreev · 10 years ago
  99. 4a587f5 Add method chaining support to QB cache methods by Andrey Andreev · 10 years ago
  100. b906149 DB forge/utilities polishing (docs) following #3375, #3378 by Andrey Andreev · 10 years ago