1. a838279 Remove dead code written for PHP 5.2 by Andrey Andreev · 8 years ago
  2. 9a7f19c [ci skip] Add changelog entries for PR #4678 by Andrey Andreev · 9 years ago
  3. a09b969 Merge pull request #4678 from kenjis/fix-oci8_forge by Andrey Andreev · 9 years ago
  4. ad20f71 Amend fix for #4637 by Andrey Andreev · 9 years ago
  5. 45520a5 [ci skip] Fix #4637 by Andrey Andreev · 9 years ago
  6. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  7. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  8. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  9. e8de9eb [ci skip] Add support for OFFSET with Oracle 12c by Andrey Andreev · 9 years ago
  10. bc05b84 Fix version() for Oracle DB drivers by Andrey Andreev · 9 years ago
  11. a7d4aba Fix #4171 and a number of other transaction bugs by Andrey Andreev · 9 years ago
  12. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  13. 611e1fd [ci skip] Fix a bug reported via PR #3704 by Andrey Andreev · 10 years ago
  14. 4c08ea9 Fixed bug - using field_data() on Oracle databases by Leandro Mangini Antunes · 10 years ago
  15. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  16. b68a811 add <!DOCTYPE html> by Tjoosten · 10 years ago
  17. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  18. 5350f05 Change CI_DB_driver::field_data() signature by Andrey Andreev · 10 years ago
  19. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  20. 5289f27 Polish changes following #3305 by Andrey Andreev · 10 years ago
  21. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  22. 2bbbd1a Remove (most of) error suppression from database drivers (issue #3036) by Andrey Andreev · 11 years ago
  23. 1a61ba4 [ci skip] Spacing adjustments by Andrey Andreev · 11 years ago
  24. 2e17102 Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition by Andrey Andreev · 11 years ago
  25. 871754a 2013 > 2014 by darwinel · 11 years ago
  26. 3ca060a [ci skip] Remove a few more spaces by Andrey Andreev · 11 years ago
  27. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  28. e18de50 Cherry-picking some changes from PR #2425: by Andrey Andreev · 12 years ago
  29. 0b6a492 Unify escape_str() array input and LIKE logic by Andrey Andreev · 12 years ago
  30. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  31. fd24adf Remove CI_DB_oci8_result::data_seek() by Andrey Andreev · 12 years ago
  32. 69edc43 Rename DB_result _data_seek() to data_seek() and make it publicly available by Andrey Andreev · 12 years ago
  33. 7ade8b7 Fix modify_column() issues (#2020) by Andrey Andreev · 12 years ago
  34. e158057 Improve DB field_data() for Oracle (and fix its max_length for MSSQL / SQLSRV) by Andrey Andreev · 12 years ago
  35. 98e46cf Add seed values support for Query Builder order_by by Andrey Andreev · 12 years ago
  36. 8d3afde Fix a lang key typo by Andrey Andreev · 12 years ago
  37. 083e3c8 Fix #589 by Andrey Andreev · 12 years ago
  38. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  39. 2b73037 Fix DB drivers version() implementations that don't execute a query by Andrey Andreev · 12 years ago
  40. a24e52e [ci skip] DocBlocks for DB drivers' driver classes by Andrey Andreev · 12 years ago
  41. 8463b91 [ci skip] DocBlocks for DB drivers' result classes by Andrey Andreev · 12 years ago
  42. c98e93a [ci skip] DocBlocks for DB drivers' utility classes by Andrey Andreev · 12 years ago
  43. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  44. 5bf1997 Merge pull request #1703 from ylynfatt/fix-oracle-out-of-sequence-warning by Andrey Andreev · 12 years ago
  45. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  46. bffe3fb Merge changes from develop by Andrey Andreev · 12 years ago
  47. cd50592 Fix issue #1257 by Andrey Andreev · 12 years ago
  48. 2ea33c3 Fix issue #1789 by Andrey Andreev · 12 years ago
  49. 642e313 Fix for oci_fetch_assoc(): ORA-01002: fetch out of sequence warning by Yannick Lyn Fatt · 12 years ago
  50. c9b924c Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts + add _compile_group_by() method by Andrey Andreev · 13 years ago
  51. b047865 Remove dependancies on qb_like and remove unneeded parameters from _delete(), _like(), _update(), _update_batch() by Andrey Andreev · 13 years ago
  52. 9a4f356 _fetch_object(), custom_result_object() to utilize PHP's native capability to directly return custom class results by Andrey Andreev · 13 years ago
  53. c7db6bb Clean-up the separate drivers' DB result classes from no longer needed methods by Andrey Andreev · 13 years ago
  54. 5ca0513 Change DB_result::num_rows default value to NULL by Andrey Andreev · 13 years ago
  55. d580999 Fix issue #1545 by Andrey Andreev · 13 years ago
  56. d3f1367 Some changes to the OCI8 (Oracle) driver by Andrey Andreev · 13 years ago
  57. 2c35b64 Add a default _limit() method to the Query Builder class by Andrey Andreev · 13 years ago
  58. 9637b40 escape_identifiers() to accept arrays as well by Andrey Andreev · 13 years ago
  59. caa04f1 Revert back some escape_identifiers() to proect_identifiers() as the first one can't handle arrays by Andrey Andreev · 13 years ago
  60. 5ef194d Resolve formatting differences between DB forge drivers by Andrey Andreev · 13 years ago
  61. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
  62. 16bb9bd Move count_all() from the drivers to CI_DB_driver by Andrey Andreev · 13 years ago
  63. 55d3ad4 Fix issue #121 by Andrey Andreev · 13 years ago
  64. 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
  65. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  66. 8f3566f Changed default CI_DB_result::_data_seek() return value to FALSE and removed the method from drivers that don't support it by Andrey Andreev · 13 years ago
  67. b457a40 DB Utility improvements by Andrey Andreev · 13 years ago
  68. a0d4e41 Switched public driver methods in DB forge to protected by Andrey Andreev · 13 years ago
  69. d947eba Multiple DB Forge improvements by Andrey Andreev · 13 years ago
  70. c01d316 Added a default _delete() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  71. 5f56246 Fix AR delete() for Oracle by Andrey Andreev · 13 years ago
  72. ea09a8a Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver by Andrey Andreev · 13 years ago
  73. a6fe36e Added a default _truncate() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  74. 975034d Added a default _update() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  75. 65d537c Replaced driver instances of _insert() with one in CI_DB_active_record by Andrey Andreev · 13 years ago
  76. 97f3697 Added a default _insert_batch() method instead of requiring each driver to define it and fixed 2 issues related to it by Andrey Andreev · 13 years ago
  77. 2efd029 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 by Andrey Andreev · 13 years ago
  78. 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
  79. 808f3a6 Merge upstream branch by Andrey Andreev · 13 years ago
  80. 59ad0af Add DSN string support for Oracle by Andrey Andreev · 13 years ago
  81. 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
  82. 0d87bae Merge upstream branch by Andrey Andreev · 13 years ago
  83. 2f56fba Visibility declarations and cleanup for OCI8 result, forge and utility classes by Andrey Andreev · 13 years ago
  84. da12373 Visibility declarations and cleanup for CI_DB_oci8_driver by Andrey Andreev · 13 years ago
  85. 215890b Remove extraneous newlines by Timothy Warren · 13 years ago
  86. 48e1d2e Revert "Oci8 access modifiers" by Timothy Warren · 13 years ago
  87. 5137ebc Revert "Fixed visibility declarations on dbforge and utility classes" by Timothy Warren · 13 years ago
  88. 78a2de4 Fixed visibility declarations on dbforge and utility classes by Timothy Warren · 13 years ago
  89. 9f86f5c Oci8 access modifiers by Timothy Warren · 13 years ago
  90. d2ff0bc Removed pointless _prep_sql methods by Timothy Warren · 13 years ago
  91. 1b5a856 Swtich _bind_params() from private to protected by Andrey Andreev · 13 years ago
  92. 7c6813b Merge upstream branch by Andrey Andreev · 13 years ago
  93. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  94. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  95. fb61aab Merge upstream branch by Andrey Andreev · 13 years ago
  96. 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  97. 032e7ea Resolve _protect_identifiers()/protect_identifiers() usage issues by Andrey Andreev · 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. 08856b8 Improve DB version() implementation and add pg_version() support by Andrey Andreev · 13 years ago