1. f83c436 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_aliasing by Andrey Andreev · 12 years ago
  2. 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
  3. 9d3aa1b Fix _get_operator() for 'LIKE expr ESCAPE' by Andrey Andreev · 12 years ago
  4. bffe3fb Merge changes from develop by Andrey Andreev · 12 years ago
  5. 70b7899 Fix issue #1862 by Andrey Andreev · 12 years ago
  6. 9e31f8f Fix #1745 by Andrey Andreev · 12 years ago
  7. 1194ad7 Fix issue #1692 by Andrey Andreev · 12 years ago
  8. 2ea33c3 Fix issue #1789 by Andrey Andreev · 12 years ago
  9. e316284 Minor adjustments by Andrey Andreev · 12 years ago
  10. 747a326 Check for "Loader" in $call['class'] instead of $call['file'] by Jonathan Bonnefoy · 12 years ago
  11. 4455810 Database display error supporting "Loader.php" and "MY_Loader.php" by Jonathan Bonnefoy · 12 years ago
  12. c27721f compression test by Michiel Vugteveen · 12 years ago
  13. e8be24b Fix CI_DB_driver::_get_operator() by Andrey Andreev · 13 years ago
  14. 822317b Add back a removed paramter description by Andrey Andreev · 13 years ago
  15. 2d48623 Implement _compile_order_by() by Andrey Andreev · 13 years ago
  16. c9b924c Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts + add _compile_group_by() method by Andrey Andreev · 13 years ago
  17. b047865 Remove dependancies on qb_like and remove unneeded parameters from _delete(), _like(), _update(), _update_batch() by Andrey Andreev · 13 years ago
  18. 6e70475 Fix WHERE escaping/prefixing by Andrey Andreev · 13 years ago
  19. 9859cb0 escape_identifiers() to not escape string literals inside double quotes as well by Andrey Andreev · 13 years ago
  20. adedaf0 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers by Andrey Andreev · 13 years ago
  21. 49aa45b Fix a few join() bugs by Andrey Andreev · 13 years ago
  22. 92d18a7 Merge upstream branch by Andrey Andreev · 13 years ago
  23. 77a5d94 Add a default _count_string property by Andrey Andreev · 13 years ago
  24. 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
  25. d66872a Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers by Andrey Andreev · 13 years ago
  26. 2636c1c Fix field escaping with brackets by Andrey Andreev · 13 years ago
  27. 7db0f59 Fix issue #1546 by Andrey Andreev · 13 years ago
  28. 89db8ee Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_subdrivers by Andrey Andreev · 13 years ago
  29. b66664b Utilize query()'s return_object parameter by Andrey Andreev · 13 years ago
  30. fbba54e Rename pdodriver property to subdriver and make it available to all drivers by Andrey Andreev · 13 years ago
  31. 2f0dce0 Small adjustment due to 079fbfcde095230f304e889217f897031a948f61 by Andrey Andreev · 13 years ago
  32. 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
  33. 857b00f more logging by Michiel Vugteveen · 13 years ago
  34. af915ce Switch compile_binds() to use substr_replace() instead of str_replace() by Andrey Andreev · 13 years ago
  35. 10cbdf0 Really fix compile_binds() by Andrey Andreev · 13 years ago
  36. 6377919 Fix a syntax error by Andrey Andreev · 13 years ago
  37. 29953dd Additional improvements to compile_binds() by Andrey Andreev · 13 years ago
  38. 97827bc Fix issue #1460 by Andrey Andreev · 13 years ago
  39. 4e9538f Fix issue #145 by Andrey Andreev · 13 years ago
  40. 4db1632 Remove a non-existent variable usage by Andrey Andreev · 13 years ago
  41. d454f0e Add BETWEEN to _has_operator() by Andrey Andreev · 13 years ago
  42. b30426d Fix count_all() by Andrey Andreev · 13 years ago
  43. bf94058 Fix issue #1452 by Andrey Andreev · 13 years ago
  44. 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 13 years ago
  45. a593c69 Fix issue #1447 by Andrey Andreev · 13 years ago
  46. 9637b40 escape_identifiers() to accept arrays as well by Andrey Andreev · 13 years ago
  47. 082ee2b Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (issue #706) by Andrey Andreev · 13 years ago
  48. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
  49. 16bb9bd Move count_all() from the drivers to CI_DB_driver by Andrey Andreev · 13 years ago
  50. 7f57a01 Remove the DB destructor (db->close()) by Andrey Andreev · 13 years ago
  51. 79922c0 Removed the parameter use in database drivers' _close() and added a default _close() method in CI_DB_driver + some changelog fixes by Andrey Andreev · 13 years ago
  52. 89f77ee Removed a space after comment line by Gints Murans · 13 years ago
  53. ab396b4 Moved destruct to the end of file by Gints Murans · 13 years ago
  54. 36237d8 Move closing of database connection to CI_DB_driver->__destruct - #1376 by Root · 13 years ago
  55. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  56. ab3cab5 Use parameter 'get_as_float' of microtime() by dixy · 13 years ago
  57. b457a40 DB Utility improvements by Andrey Andreev · 13 years ago
  58. ea09a8a Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver by Andrey Andreev · 13 years ago
  59. a9572fa Merge upstream branch by Andrey Andreev · 13 years ago
  60. da44bac Revert CI_DB_driver::_reset_select() to a regular method instead of abstract.abstract methods are required to be implemented by their child classes and this is not what's intended in our case. by Andrey Andreev · 13 years ago
  61. 2efd029 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 by Andrey Andreev · 13 years ago
  62. bee6644 Add a dummy db_select() method to CI_DB_driver and remove it from drivers that don't have such functionality by Andrey Andreev · 13 years ago
  63. 9602651 Merge upstream branch by Andrey Andreev · 13 years ago
  64. 6781a5f A replace array_key_exists() with isset() by Andrey Andreev · 13 years ago
  65. 6202a3c Some more unneeded brackets removed by Andrey Andreev · 13 years ago
  66. ed1aa21 Merge upstream branch by Andrey Andreev · 13 years ago
  67. 808f3a6 Merge upstream branch by Andrey Andreev · 13 years ago
  68. 2cae193 Add dummy method reconnect() method to CI_DB_driver and remove it from drivers that don't support it by Andrey Andreev · 13 years ago
  69. 0d87bae Merge upstream branch by Andrey Andreev · 13 years ago
  70. 35bbb1a Remove EOF newlines by Andrey Andreev · 13 years ago
  71. 838ab99 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-driver by Andrey Andreev · 13 years ago
  72. 65b568f Remove EOF newlines by Andrey Andreev · 13 years ago
  73. d2ff0bc Removed pointless _prep_sql methods by Timothy Warren · 13 years ago
  74. 7eeda53 Made database parent classes and methods abstract by Timothy Warren · 13 years ago
  75. 7c6813b Merge upstream branch by Andrey Andreev · 13 years ago
  76. 7c4870c Merge branch 'develop' into feature/db_toString_support by Joel Kallman · 13 years ago
  77. 95bd1d1 Remove collation parameter from db_set_charset() (no longer needed) by Andrey Andreev · 13 years ago
  78. 10aa8e6 Adding Support to Properly Escape Objects that have __toString() magic method so that the object can be passed directly as a parameter in a condition without having to manually convert to a string by Joel Kallman · 13 years ago
  79. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  80. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  81. fb61aab Merge upstream branch by Andrey Andreev · 13 years ago
  82. bcee50f missed one :bomb: by Jamie Rumbelow · 13 years ago
  83. 0cd8c79 Just the method, not the property by Jamie Rumbelow · 13 years ago
  84. 0c09299 accounting for the rename of protect_identifiers by Jamie Rumbelow · 13 years ago
  85. 17c1bed Updating a couple more references to the AR class in documentation [#1061] by Jamie Rumbelow · 13 years ago
  86. 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  87. 738f534 Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it without declaring it by Andrey Andreev · 13 years ago
  88. 9aa97db Merge upstream branch by Andrey Andreev · 13 years ago
  89. 5d93e13 Revert a comment change by Andrey Andreev · 13 years ago
  90. 4c20260 Just some comment fixes and cleared spaces by Andrey Andreev · 13 years ago
  91. d1add43 Property visibility declarations for CI_DB_driver by Andrey Andreev · 13 years ago
  92. 043f260 Merge upstream branch by Andrey Andreev · 13 years ago
  93. 032e7ea Resolve _protect_identifiers()/protect_identifiers() usage issues by Andrey Andreev · 13 years ago
  94. a4c33fe Made _protect_identifiers public by Timothy Warren · 13 years ago
  95. 7869559 Made protect_identifiers public by Timothy Warren · 13 years ago
  96. 4c59836 Merge upstream branch by Andrey Andreev · 13 years ago
  97. e45518d Added visibility keywords to DB_driver methods by Timothy Warren · 13 years ago
  98. 99013ed Rename property _commit to commit_mode and merge upstream changes by Andrey Andreev · 13 years ago
  99. 57bdeb6 Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_result to handle initialization by Andrey Andreev · 13 years ago
  100. 790eb70 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago