1. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  2. 1a36756 Fix postgre driver config by Andrey Andreev · 10 years ago
  3. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  4. 1fb5000 Fixed inconsistent return types by Gabriel Potkány · 10 years ago
  5. b83a3d2 fix typo in comments by Claudio Galdiolo · 10 years ago
  6. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  7. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  8. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  9. 358b088 Fix #3460 by Andrey Andreev · 10 years ago
  10. 0d3fde2 Polish changes following PR #3416 by Andrey Andreev · 10 years ago
  11. 7830173 User Guide - DB Driver Reference by James L Parry · 10 years ago
  12. 5078eb5 Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0 by Andrey Andreev · 10 years ago
  13. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  14. 4a4f550 Escape the array elements separately and join them in compile_binds() by clawoo · 10 years ago
  15. a779c48 Escape arrays sent as binding values for database queries. by clawoo · 10 years ago
  16. 2c6cdd7 Fix #3238 by Andrey Andreev · 10 years ago
  17. a212977 Added `_trans_failure` property to fix PHP Warning. by Ahmedul Haque Abid · 11 years ago
  18. 640ff4e Removed BOM by Etki · 11 years ago
  19. fa5a2d5 Microfix by Etki · 11 years ago
  20. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  21. 7e96351 Call db_connect(TRUE) instead of db_pconnect() + some style changes by Andrey Andreev · 11 years ago
  22. 58e1c00 More removal of error suppression usage by Andrey Andreev · 11 years ago
  23. 2e17102 Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition by Andrey Andreev · 11 years ago
  24. 871754a 2013 > 2014 by darwinel · 11 years ago
  25. d98c4a3 A tiny regexp improvement for CI_DB_driver::is_write_type() by Andrey Andreev · 11 years ago
  26. 295cfa9 Polishing changes from #PR #2781 by Andrey Andreev · 11 years ago
  27. 341532c so we need \sNOT EXISTS by Tufan Barış YILDIRIM · 11 years ago
  28. 30893b9 changed EXISTS / NOT EXISTS pattern by Tufan Barış YILDIRIM · 11 years ago
  29. f1cceaa EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  30. 0f0e6ad EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  31. 7210906 EXISTS / NOT EXISTS clause support for DB_query_builder. by Tufan Barış YILDIRIM · 11 years ago
  32. a3f91b9 DB call_function() bug : funny typo -or- smart autocomplete? by Kakysha · 11 years ago
  33. 6c85442 Fix #2691 by Andrey Andreev · 11 years ago
  34. 3a3d5f6 Replace the last rand() with mt_rand() by vlakoff · 11 years ago
  35. 79f888b Fix #2501 & another -related bug by Andrey Andreev · 11 years ago
  36. e18de50 Cherry-picking some changes from PR #2425: by Andrey Andreev · 12 years ago
  37. fadb822 Do not trigger a possible custom autoloader, as it is irrelevant here by vlakoff · 12 years ago
  38. ea4ea94 Merge pull request #2343 from QOX/develop by Andrey Andreev · 12 years ago
  39. fa99dc6 Fixed for styleguide. by Katsumi Honda · 12 years ago
  40. 93f0b8f fixed for styleguide. by Katsumi Honda · 12 years ago
  41. cf58d7e Merge pull request #2365 from vlakoff/develop by Andrey Andreev · 12 years ago
  42. 52301c7 Documentation: fix some outdated paths by vlakoff · 12 years ago
  43. 3b0c08a Fix #2353 by Andrey Andreev · 12 years ago
  44. 395e2df Making a performance modification to DB_driver list_fields() by RJ garcia · 12 years ago
  45. eaeaad5 Fixed problem for transaction test mode. by Katsumi Honda · 12 years ago
  46. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  47. 44a6d1d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  48. 2ba7e23 Merge pull request #2266 from dionysiosarvanitis/fix/trans_complete by Andrey Andreev · 12 years ago
  49. 8cf596b DB_result tests seem to also depend on autoloading via the class_exists() checks ... by Andrey Andreev · 12 years ago
  50. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  51. 635ced1 DB_driver's trans_complete exception fix by Dionysis Arvanitis · 12 years ago
  52. 353f983 Updated all cases of exit() to return a valid code by Daniel Hunsaker · 12 years ago
  53. 1a00149 Move db_select() call from CI_DB_driver::initialize() to db_connect() by Andrey Andreev · 12 years ago
  54. 1228fe2 Replace is_null() with === / !== NULL by vlakoff · 12 years ago
  55. 0b6a492 Unify escape_str() array input and LIKE logic by Andrey Andreev · 12 years ago
  56. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  57. 342bb7e Fix #1996 by Andrey Andreev · 12 years ago
  58. 3a5efc2 Fix issue #2015 by Andrey Andreev · 12 years ago
  59. d337a26 Fix an E_NOTICE by Andrey Andreev · 12 years ago
  60. 83b2b1c Fix some DB_cache-related issues by Andrey Andreev · 12 years ago
  61. 98e46cf Add seed values support for Query Builder order_by by Andrey Andreev · 12 years ago
  62. a7ddd2d Fix an escape_identifiers() bug by Andrey Andreev · 12 years ago
  63. a24e52e [ci skip] DocBlocks for DB drivers' driver classes by Andrey Andreev · 12 years ago
  64. ae85eb4 DocBlocks for base DB classes by Andrey Andreev · 12 years ago
  65. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  66. 87f4dc2 Fix an update_string() bug by Andrey Andreev · 12 years ago
  67. e474258 Add missing delimiter in preg_quote() occurences (fix #1929) by Andrey Andreev · 12 years ago
  68. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  69. f83c436 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_aliasing by Andrey Andreev · 12 years ago
  70. 2f8bf9b Set MySQL client compression to FALSE by default (problems reported with it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting by Andrey Andreev · 12 years ago
  71. 9d3aa1b Fix _get_operator() for 'LIKE expr ESCAPE' by Andrey Andreev · 12 years ago
  72. bffe3fb Merge changes from develop by Andrey Andreev · 12 years ago
  73. 70b7899 Fix issue #1862 by Andrey Andreev · 12 years ago
  74. 9e31f8f Fix #1745 by Andrey Andreev · 12 years ago
  75. 1194ad7 Fix issue #1692 by Andrey Andreev · 12 years ago
  76. 2ea33c3 Fix issue #1789 by Andrey Andreev · 12 years ago
  77. e316284 Minor adjustments by Andrey Andreev · 12 years ago
  78. 747a326 Check for "Loader" in $call['class'] instead of $call['file'] by Jonathan Bonnefoy · 12 years ago
  79. 4455810 Database display error supporting "Loader.php" and "MY_Loader.php" by Jonathan Bonnefoy · 12 years ago
  80. c27721f compression test by Michiel Vugteveen · 12 years ago
  81. e8be24b Fix CI_DB_driver::_get_operator() by Andrey Andreev · 13 years ago
  82. 822317b Add back a removed paramter description by Andrey Andreev · 13 years ago
  83. 2d48623 Implement _compile_order_by() by Andrey Andreev · 13 years ago
  84. c9b924c Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts + add _compile_group_by() method by Andrey Andreev · 13 years ago
  85. b047865 Remove dependancies on qb_like and remove unneeded parameters from _delete(), _like(), _update(), _update_batch() by Andrey Andreev · 13 years ago
  86. 6e70475 Fix WHERE escaping/prefixing by Andrey Andreev · 13 years ago
  87. 9859cb0 escape_identifiers() to not escape string literals inside double quotes as well by Andrey Andreev · 13 years ago
  88. adedaf0 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers by Andrey Andreev · 13 years ago
  89. 49aa45b Fix a few join() bugs by Andrey Andreev · 13 years ago
  90. 92d18a7 Merge upstream branch by Andrey Andreev · 13 years ago
  91. 77a5d94 Add a default _count_string property by Andrey Andreev · 13 years ago
  92. 7554611 Move _insert() and _update() defaults from Query Builder to DB_driver so that they're available for use by insert_string() and update_string() at all times by Andrey Andreev · 13 years ago
  93. d66872a Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers by Andrey Andreev · 13 years ago
  94. 2636c1c Fix field escaping with brackets by Andrey Andreev · 13 years ago
  95. 7db0f59 Fix issue #1546 by Andrey Andreev · 13 years ago
  96. 89db8ee Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers by Andrey Andreev · 13 years ago
  97. b66664b Utilize query()'s return_object parameter by Andrey Andreev · 13 years ago
  98. fbba54e Rename pdodriver property to subdriver and make it available to all drivers by Andrey Andreev · 13 years ago
  99. 2f0dce0 Small adjustment due to 079fbfcde095230f304e889217f897031a948f61 by Andrey Andreev · 13 years ago
  100. 929fd2d Improve escaping, support for table names with spaces and fix where() for strings with no spaces around operators by Andrey Andreev · 13 years ago