1. ea09a8a Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver by Andrey Andreev · 13 years ago
  2. a9572fa Merge upstream branch by Andrey Andreev · 13 years ago
  3. 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
  4. 2efd029 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 by Andrey Andreev · 13 years ago
  5. 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
  6. 9602651 Merge upstream branch by Andrey Andreev · 13 years ago
  7. 6781a5f A replace array_key_exists() with isset() by Andrey Andreev · 13 years ago
  8. 6202a3c Some more unneeded brackets removed by Andrey Andreev · 13 years ago
  9. ed1aa21 Merge upstream branch by Andrey Andreev · 13 years ago
  10. 808f3a6 Merge upstream branch by Andrey Andreev · 13 years ago
  11. 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
  12. 0d87bae Merge upstream branch by Andrey Andreev · 13 years ago
  13. 35bbb1a Remove EOF newlines by Andrey Andreev · 13 years ago
  14. 838ab99 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-driver by Andrey Andreev · 13 years ago
  15. 65b568f Remove EOF newlines by Andrey Andreev · 13 years ago
  16. d2ff0bc Removed pointless _prep_sql methods by Timothy Warren · 13 years ago
  17. 7eeda53 Made database parent classes and methods abstract by Timothy Warren · 13 years ago
  18. 7c6813b Merge upstream branch by Andrey Andreev · 13 years ago
  19. 7c4870c Merge branch 'develop' into feature/db_toString_support by Joel Kallman · 13 years ago
  20. 95bd1d1 Remove collation parameter from db_set_charset() (no longer needed) by Andrey Andreev · 13 years ago
  21. 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
  22. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  23. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  24. fb61aab Merge upstream branch by Andrey Andreev · 13 years ago
  25. 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
  26. 9aa97db Merge upstream branch by Andrey Andreev · 13 years ago
  27. 5d93e13 Revert a comment change by Andrey Andreev · 13 years ago
  28. 4c20260 Just some comment fixes and cleared spaces by Andrey Andreev · 13 years ago
  29. d1add43 Property visibility declarations for CI_DB_driver by Andrey Andreev · 13 years ago
  30. 043f260 Merge upstream branch by Andrey Andreev · 13 years ago
  31. 032e7ea Resolve _protect_identifiers()/protect_identifiers() usage issues by Andrey Andreev · 13 years ago
  32. a4c33fe Made _protect_identifiers public by Timothy Warren · 13 years ago
  33. 7869559 Made protect_identifiers public by Timothy Warren · 13 years ago
  34. 4c59836 Merge upstream branch by Andrey Andreev · 13 years ago
  35. e45518d Added visibility keywords to DB_driver methods by Timothy Warren · 13 years ago
  36. 99013ed Rename property _commit to commit_mode and merge upstream changes by Andrey Andreev · 13 years ago
  37. 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
  38. 790eb70 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  39. 76988e6 Merged conflicts. by Phil Sturgeon · 13 years ago
  40. 2798458 Merge upstream branch by Andrey Andreev · 13 years ago
  41. 5fa7298 Added _optimize_table() support for PostgreSQL by Andrey Andreev · 13 years ago
  42. 08856b8 Improve DB version() implementation and add pg_version() support by Andrey Andreev · 13 years ago
  43. d33dab1 Merge upstream by Timothy Warren · 13 years ago
  44. 4be5de1 Replaced DB methods _error_message() and _error_number() with error() (issue #1097) by Andrey Andreev · 13 years ago
  45. ef7474c compile binds before caching the query, otherwise the cached query will never match the unbound query. updated changlog to mention bug fix. by Ryan Dial · 13 years ago
  46. 0693447 Merge upstream branch by Andrey Andreev · 13 years ago
  47. 66f7077 Merge upstream branch by Andrey Andreev · 13 years ago
  48. eabc5ec Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  49. 8e22cfd Merge upstream changes by Andrey Andreev · 13 years ago
  50. a0da0b2 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  51. 891b7c6 Merge upstream branch by Andrey Andreev · 13 years ago
  52. 67f71a4 Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries) by Andrey Andreev · 13 years ago
  53. 7980923 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  54. 18c9ea7 Merge remote-tracking branch 'upstream/develop' into develop-db-oci8 by Andrey Andreev · 13 years ago
  55. d6abf11 Merge remote-tracking branch 'upstream/develop' into develop-db-driver by Andrey Andreev · 13 years ago
  56. 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago
  57. 063f596 Fixed a db_set_charset() bug by Andrey Andreev · 13 years ago
  58. 03f8ec0 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
  59. b78c64b Merge upstream branch by Andrey Andreev · 13 years ago
  60. cf8bb89 Merge upstream branch by Andrey Andreev · 13 years ago
  61. 82e8ac1 Fix issue 1070 by Andrey Andreev · 13 years ago
  62. 817af19 narfbg suggested fixes by Timothy Warren · 13 years ago
  63. 8ad2ec7 Fix issue #1036 by Andrey Andreev · 13 years ago
  64. 45ba4f7 Fix a possible bug in DB() and renamed a variable by Andrey Andreev · 13 years ago
  65. a563fac Merge upstream branch by Andrey Andreev · 13 years ago
  66. fdfe808 Merge upstream branch by Andrey Andreev · 13 years ago
  67. 1820933 Fixed PDO by Taufan Aditya · 13 years ago
  68. 569091c Revert CI_DB_driver changes (see #971) by Andrey Andreev · 13 years ago
  69. 0654403 Merge upstream branch by Andrey Andreev · 13 years ago
  70. a7c0656 Removed a few more unnecessary lines by Andrey Andreev · 13 years ago
  71. c323493 Merge remote-tracking branch 'upstream/develop' into develop-db-driver by Andrey Andreev · 13 years ago
  72. 1ff49e0 Improve the MySQLi database driver by Andrey Andreev · 13 years ago
  73. f32110a Fix a comment typo by Andrey Andreev · 13 years ago
  74. 12567e8 Add better key/index detection for list_tables() and list_fields() by Andrey Andreev · 13 years ago
  75. a5f2f69 Pass CI_DB_driver::curs_id to CI_DB_oci8_result ... by Andrey Andreev · 13 years ago
  76. af5d558 Improve the base database driver class by Andrey Andreev · 13 years ago
  77. 1ab62ae Replaced AND with && by Andrey Andreev · 13 years ago
  78. 7b62bff Fix a method description by Andrey Andreev · 13 years ago
  79. 24abcb9 Numerous improvements to the Oracle (oci8) driver and DB_driver by Andrey Andreev · 13 years ago
  80. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  81. e596ea5 Merge pull request #709 from tubalmartin/2.1-stable by Phil Sturgeon · 13 years ago
  82. d92bd57 This fixes issue #725 by Repox · 13 years ago
  83. 71b7809 This fixes issue #725 by Repox · 13 years ago
  84. 5d581b6 The DB_driver can now use failover databases if specified by Felix Balfoort · 13 years ago
  85. 511f225 Added dummy _reset_select() method to CI_DB_Driver class to allow Active Record class to be disabled. Otherwise a fatal error is triggered. by Túbal Martín · 13 years ago
  86. 07fcedf Updated trans_start() and trans_complete() so that _trans_depth increments correctly by Jacob Terry · 13 years ago
  87. 6f531dc Converted database constructors to PHP5 type by Timothy Warren · 13 years ago
  88. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  89. a2097a0 Converted database constructors to PHP5 type by Timothy Warren · 13 years ago
  90. a0cd41c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  91. 85a99cc Skip is_array() check by Andrey Andreev · 13 years ago
  92. 89e1780 Fix a variable type mismatch (issue #89) in system/database/DB_driver.php by Andrey Andreev · 13 years ago
  93. dc46d99 Escape WHERE clause field names in the DB update_string() method by Andrey Andreev · 13 years ago
  94. f22ce8f Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  95. d2018ee Fixed issue #105 SQL log errors by Niklas Nilsson · 13 years ago
  96. 36fb8de Updated version function to use PDO constant by Timothy Warren · 13 years ago
  97. 2e08794 Added CUBRID Database Driver by Esen Sagynov · 13 years ago
  98. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  99. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  100. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago