1. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  2. 803cc12 Merge pull request #4369 from galdiolo/patch-12 by Andrey Andreev · 9 years ago
  3. 0a9cc83 MySQL stricton again ... remove the version condition by Andrey Andreev · 9 years ago
  4. 2d2880d Fix MySQL errors from latest commits by Andrey Andreev · 9 years ago
  5. c83e894 Add MySQL stricton changes to mysqli and pdo/mysql drivers by Andrey Andreev · 9 years ago
  6. b98c657 Fix MySQL's 'stricton' feature by Andrey Andreev · 9 years ago
  7. 89576a8 Add support for MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT by Andrey Andreev · 9 years ago
  8. 868b194 [ci skip] Add Oracle 12.1 OFFSET support to PDO_OCI as well by Andrey Andreev · 9 years ago
  9. e8de9eb [ci skip] Add support for OFFSET with Oracle 12c by Andrey Andreev · 9 years ago
  10. 0ca9ae6 Fix #4337 by Andrey Andreev · 9 years ago
  11. f3ddda7 Fix #4331 by Andrey Andreev · 9 years ago
  12. bc05b84 Fix version() for Oracle DB drivers by Andrey Andreev · 9 years ago
  13. 27ba5e6 Close #4313 by Andrey Andreev · 9 years ago
  14. 71a65c3 Fix #4306 by Andrey Andreev · 9 years ago
  15. 422fd59 [ci skip] Remove some redundant code from DB_forge by Andrey Andreev · 9 years ago
  16. 9e2c7b9 [ci skip] Fix #4245 by Andrey Andreev · 9 years ago
  17. 3910500 Merge pull request #4223 from j0inty/develop by Andrey Andreev · 9 years ago
  18. 939f1a2 Fix #4212 by Andrey Andreev · 9 years ago
  19. a7d4aba Fix #4171 and a number of other transaction bugs by Andrey Andreev · 9 years ago
  20. 95f8157 Fix #4173 by Andrey Andreev · 9 years ago
  21. 9d02cea [ci skip] Fix #4170 by Andrey Andreev · 9 years ago
  22. 6d6b3b2 Optimize csv_from_result speed. by Ahmad Anbar · 9 years ago
  23. ad4882f Fix #4120 by Andrey Andreev · 9 years ago
  24. c08f27b Fix #4032 by Andrey Andreev · 9 years ago
  25. 0d0c53c Fix #4096 by Andrey Andreev · 9 years ago
  26. 554b452 Fix #4093 by Andrey Andreev · 9 years ago
  27. 89726cd There was an extra = sign in this file by Marco Monteiro · 9 years ago
  28. 348a2d4 Fix #4086 by Andrey Andreev · 9 years ago
  29. be178a7 Fix #4065 by Andrey Andreev · 9 years ago
  30. eb49258 [ci skip] Fix 'sqlsrv' connect failure endless loop by Andrey Andreev · 9 years ago
  31. a12cf28 [ci skip] Partial patch for #2284 by Andrey Andreev · 9 years ago
  32. 4e5ff1f Fix #4026 by Andrey Andreev · 9 years ago
  33. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  34. 0d2d84f Fix #4012 by Andrey Andreev · 9 years ago
  35. d738b6b Fix a 'counter-#3989' bug by Andrey Andreev · 9 years ago
  36. f7631f1 Revert "Fix an internal bug in QB where() escaping" by Andrey Andreev · 9 years ago
  37. 2dfbe99 Revert "Fix #3989" by Andrey Andreev · 9 years ago
  38. 55bc505 Fixed typos by Calvin Tam · 9 years ago
  39. e1a94d3 Fix #3989 by Andrey Andreev · 10 years ago
  40. 4b9fec6 Fix #3279 by Andrey Andreev · 10 years ago
  41. 43afc71 Fix an internal bug in QB where() escaping by Andrey Andreev · 10 years ago
  42. 611e1fd [ci skip] Fix a bug reported via PR #3704 by Andrey Andreev · 10 years ago
  43. cfc9e77 Add 'ssl_verify' option for mysqli driver by Andrey Andreev · 10 years ago
  44. a38b0c4 Add SSL support for PDO_MYSQL too by Andrey Andreev · 10 years ago
  45. 9194b49 Improve the ssl_cipher check for MySQLi by Andrey Andreev · 10 years ago
  46. 76e643e Refactor proposed changes from PR #3896 by Andrey Andreev · 10 years ago
  47. 18ef616 Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl by Andrey Andreev · 10 years ago
  48. 7cc6cea allow add of keys with array by Adrian Voicu · 10 years ago
  49. 820f06f fix pdo/sqlite & update changelog by ftwbzhao · 10 years ago
  50. 69befa9 fix SQlite3 list_fields by ftwbzhao · 10 years ago
  51. a1170af Fix QB delete() for multiple tables with where() by Andrey Andreev · 10 years ago
  52. 441d353 Close #3941 by Andrey Andreev · 10 years ago
  53. 40780c2 Apply PR #3940 to sqlite3 driver and fix a wrong var name by Andrey Andreev · 10 years ago
  54. a44f2b5 sqlite < 3.3 unsuported `_drop_table_if` by ftwbzhao · 10 years ago
  55. 49884bc Close #3934 by Andrey Andreev · 10 years ago
  56. 7ed93be Fix regression caused by 59d1ffd927ef3b63dbadf42e1caf14957201fd2d by Andrey Andreev · 10 years ago
  57. 59d1ffd Fix #3932 by Andrey Andreev · 10 years ago
  58. 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
  59. 89ed9fa Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 10 years ago
  60. 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
  61. 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
  62. b8cd5e6 Fix a bug in the CSV export DB utility by Andrey Andreev · 10 years ago
  63. 4c08ea9 Fixed bug - using field_data() on Oracle databases by Leandro Mangini Antunes · 10 years ago
  64. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  65. 8af8746 Fix #3773 by Andrey Andreev · 10 years ago
  66. 1924eb3 [ci skip] Fix comment typos by Andrey Andreev · 10 years ago
  67. 1931136 Move strtolower() call from PR #3739 out of the loop by Andrey Andreev · 10 years ago
  68. 8f79367 #3727 Lowercase $side variable for $this->db->like() in Query Builder by Yahya Erturan · 10 years ago
  69. 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
  70. 19c2847 add changelog and documentation for adding an optional parameter to ``count_all_results()`` by yaoshanliang · 10 years ago
  71. 9971e7b add a judgment of whether reset select by yaoshanliang · 10 years ago
  72. 5f8c0c1 add a judgment of whether reset select by yaoshanliang · 10 years ago
  73. 1a36756 Fix postgre driver config by Andrey Andreev · 10 years ago
  74. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  75. 3cf58ea Finishing PR #3596 <!DOCTYPE html> by Ivan Tcholakov · 10 years ago
  76. b68a811 add <!DOCTYPE html> by Tjoosten · 10 years ago
  77. 01e04a6 Deleted spaces by Gwenael Gallon · 10 years ago
  78. cf93217 Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  79. b449589 Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  80. 54e648b Revert "Remove unnecessary return" by Gwenael Gallon · 10 years ago
  81. 843d250 Remove unnecessary return by Gwenael Gallon · 10 years ago
  82. 3053ded Remove unnecessary return by Gwenael Gallon · 10 years ago
  83. 96901ff Remove unnecessary return by Gwenael Gallon · 10 years ago
  84. 3a486f1 Revert indentation by Gwenael Gallon · 10 years ago
  85. 19e1217 Fix unreachable code by Gwenael Gallon · 10 years ago
  86. 79533ca Merge pull request #3551 from gadelat/voids by Andrey Andreev · 10 years ago
  87. 74d0e23 Allow a database to be loaded before controller instantiation by Andrey Andreev · 10 years ago
  88. 40bbd60 Adjusted return type for CI_DB_utility::backup to suggestions by Gabriel Potkány · 10 years ago
  89. 8194ce5 Fix typos in func names by Gabriel Potkány · 10 years ago
  90. cea5fb7 Adjusted returns/return types to suggestions by Gabriel Potkány · 10 years ago
  91. 1fb5000 Fixed inconsistent return types by Gabriel Potkány · 10 years ago
  92. 8dc37cb Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_type by Gwenael Gallon · 10 years ago
  93. c9982e4 fix typo in comments by Claudio Galdiolo · 10 years ago
  94. 93e7813 fix typo in comments by Claudio Galdiolo · 10 years ago
  95. ba6bd22 fix typo in comments by Claudio Galdiolo · 10 years ago
  96. b83a3d2 fix typo in comments by Claudio Galdiolo · 10 years ago
  97. b993b4b fix typo in comments by Claudio Galdiolo · 10 years ago
  98. 9ef0170 ... and neither does MYSQLI_OPT_RECONNECT by Andrey Andreev · 10 years ago
  99. 2a05fa6 Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHP by Andrey Andreev · 10 years ago
  100. 9305a8b Close #3509 by Andrey Andreev · 10 years ago