1. 41bba2f [ci skip] Fix #5627 by Andrey Andreev · 6 years ago
  2. da5cf99 [ci skip] Fix #5624 by Andrey Andreev · 6 years ago
  3. b070d92 [ci skip] Merge pull request #5471 from toonitw/patch-1 by Andrey Andreev · 7 years ago
  4. cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
  5. fa2a0c5 Fix #5297 by Andrey Andreev · 7 years ago
  6. 5e88ea5 Fix #5246 by Andrey Andreev · 7 years ago
  7. 56e452a [ci skip] Merge pull request #5183 from ytetsuro/add_oci8_driver_write_type by Andrey Andreev · 8 years ago
  8. f0093f9 Do not strip substrings looking like URL encode sequences by vlakoff · 8 years ago
  9. 71d8f72 [ci skip] Merge pull request #4986 from ka7/feature/spelling by Andrey Andreev · 8 years ago
  10. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  11. 6b5464c Merge pull request #4893 from tianhe1986/develop_fix_dbdriver_quote by Andrey Andreev · 8 years ago
  12. 31d28fd Merge pull request #4886 from tianhe1986/develop_dbdriver_quote by Andrey Andreev · 8 years ago
  13. dae08b5 Allow binding 0, null out of array in query() by Andrey Andreev · 8 years ago
  14. 27eb5c9 [ci skip] fix comment by Claudio Galdiolo · 9 years ago
  15. 1089a86 Fix #4401 by Andrey Andreev · 9 years ago
  16. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  17. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  18. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  19. 803cc12 Merge pull request #4369 from galdiolo/patch-12 by Andrey Andreev · 9 years ago
  20. 27ba5e6 Close #4313 by Andrey Andreev · 9 years ago
  21. 3910500 Merge pull request #4223 from j0inty/develop by Andrey Andreev · 9 years ago
  22. a7d4aba Fix #4171 and a number of other transaction bugs by Andrey Andreev · 9 years ago
  23. c08f27b Fix #4032 by Andrey Andreev · 9 years ago
  24. 0d0c53c Fix #4096 by Andrey Andreev · 9 years ago
  25. 89726cd There was an extra = sign in this file by Marco Monteiro · 9 years ago
  26. 348a2d4 Fix #4086 by Andrey Andreev · 9 years ago
  27. be178a7 Fix #4065 by Andrey Andreev · 9 years ago
  28. a12cf28 [ci skip] Partial patch for #2284 by Andrey Andreev · 9 years ago
  29. 4e5ff1f Fix #4026 by Andrey Andreev · 9 years ago
  30. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  31. 49884bc Close #3934 by Andrey Andreev · 10 years ago
  32. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  33. 1a36756 Fix postgre driver config by Andrey Andreev · 10 years ago
  34. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  35. 1fb5000 Fixed inconsistent return types by Gabriel Potkány · 10 years ago
  36. b83a3d2 fix typo in comments by Claudio Galdiolo · 10 years ago
  37. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  38. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  39. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  40. 358b088 Fix #3460 by Andrey Andreev · 10 years ago
  41. 0d3fde2 Polish changes following PR #3416 by Andrey Andreev · 10 years ago
  42. 7830173 User Guide - DB Driver Reference by James L Parry · 10 years ago
  43. 5078eb5 Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0 by Andrey Andreev · 10 years ago
  44. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  45. 4a4f550 Escape the array elements separately and join them in compile_binds() by clawoo · 10 years ago
  46. a779c48 Escape arrays sent as binding values for database queries. by clawoo · 10 years ago
  47. 2c6cdd7 Fix #3238 by Andrey Andreev · 10 years ago
  48. a212977 Added `_trans_failure` property to fix PHP Warning. by Ahmedul Haque Abid · 11 years ago
  49. 640ff4e Removed BOM by Etki · 11 years ago
  50. fa5a2d5 Microfix by Etki · 11 years ago
  51. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  52. 7e96351 Call db_connect(TRUE) instead of db_pconnect() + some style changes by Andrey Andreev · 11 years ago
  53. 58e1c00 More removal of error suppression usage by Andrey Andreev · 11 years ago
  54. 2e17102 Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition by Andrey Andreev · 11 years ago
  55. 871754a 2013 > 2014 by darwinel · 11 years ago
  56. d98c4a3 A tiny regexp improvement for CI_DB_driver::is_write_type() by Andrey Andreev · 11 years ago
  57. 295cfa9 Polishing changes from #PR #2781 by Andrey Andreev · 11 years ago
  58. 341532c so we need \sNOT EXISTS by Tufan Barış YILDIRIM · 11 years ago
  59. 30893b9 changed EXISTS / NOT EXISTS pattern by Tufan Barış YILDIRIM · 11 years ago
  60. f1cceaa EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  61. 0f0e6ad EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  62. 7210906 EXISTS / NOT EXISTS clause support for DB_query_builder. by Tufan Barış YILDIRIM · 11 years ago
  63. a3f91b9 DB call_function() bug : funny typo -or- smart autocomplete? by Kakysha · 11 years ago
  64. 6c85442 Fix #2691 by Andrey Andreev · 11 years ago
  65. 3a3d5f6 Replace the last rand() with mt_rand() by vlakoff · 11 years ago
  66. 79f888b Fix #2501 & another -related bug by Andrey Andreev · 11 years ago
  67. e18de50 Cherry-picking some changes from PR #2425: by Andrey Andreev · 12 years ago
  68. fadb822 Do not trigger a possible custom autoloader, as it is irrelevant here by vlakoff · 12 years ago
  69. ea4ea94 Merge pull request #2343 from QOX/develop by Andrey Andreev · 12 years ago
  70. fa99dc6 Fixed for styleguide. by Katsumi Honda · 12 years ago
  71. 93f0b8f fixed for styleguide. by Katsumi Honda · 12 years ago
  72. cf58d7e Merge pull request #2365 from vlakoff/develop by Andrey Andreev · 12 years ago
  73. 52301c7 Documentation: fix some outdated paths by vlakoff · 12 years ago
  74. 3b0c08a Fix #2353 by Andrey Andreev · 12 years ago
  75. 395e2df Making a performance modification to DB_driver list_fields() by RJ garcia · 12 years ago
  76. eaeaad5 Fixed problem for transaction test mode. by Katsumi Honda · 12 years ago
  77. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  78. 44a6d1d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  79. 2ba7e23 Merge pull request #2266 from dionysiosarvanitis/fix/trans_complete by Andrey Andreev · 12 years ago
  80. 8cf596b DB_result tests seem to also depend on autoloading via the class_exists() checks ... by Andrey Andreev · 12 years ago
  81. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  82. 635ced1 DB_driver's trans_complete exception fix by Dionysis Arvanitis · 12 years ago
  83. 353f983 Updated all cases of exit() to return a valid code by Daniel Hunsaker · 12 years ago
  84. 1a00149 Move db_select() call from CI_DB_driver::initialize() to db_connect() by Andrey Andreev · 12 years ago
  85. 1228fe2 Replace is_null() with === / !== NULL by vlakoff · 12 years ago
  86. 0b6a492 Unify escape_str() array input and LIKE logic by Andrey Andreev · 12 years ago
  87. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  88. 342bb7e Fix #1996 by Andrey Andreev · 12 years ago
  89. 3a5efc2 Fix issue #2015 by Andrey Andreev · 12 years ago
  90. d337a26 Fix an E_NOTICE by Andrey Andreev · 12 years ago
  91. 83b2b1c Fix some DB_cache-related issues by Andrey Andreev · 12 years ago
  92. 98e46cf Add seed values support for Query Builder order_by by Andrey Andreev · 12 years ago
  93. a7ddd2d Fix an escape_identifiers() bug by Andrey Andreev · 12 years ago
  94. a24e52e [ci skip] DocBlocks for DB drivers' driver classes by Andrey Andreev · 12 years ago
  95. ae85eb4 DocBlocks for base DB classes by Andrey Andreev · 12 years ago
  96. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  97. 87f4dc2 Fix an update_string() bug by Andrey Andreev · 12 years ago
  98. e474258 Add missing delimiter in preg_quote() occurences (fix #1929) by Andrey Andreev · 12 years ago
  99. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  100. f83c436 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_aliasing by Andrey Andreev · 12 years ago