1. cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
  2. 71d8f72 [ci skip] Merge pull request #4986 from ka7/feature/spelling by Andrey Andreev · 8 years ago
  3. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  4. da270b2 Fix #4851 by Andrey Andreev · 8 years ago
  5. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  6. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  7. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  8. a7d4aba Fix #4171 and a number of other transaction bugs by Andrey Andreev · 9 years ago
  9. 69befa9 fix SQlite3 list_fields by ftwbzhao · 10 years ago
  10. 40780c2 Apply PR #3940 to sqlite3 driver and fix a wrong var name by Andrey Andreev · 10 years ago
  11. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  12. b68a811 add <!DOCTYPE html> by Tjoosten · 10 years ago
  13. f1294cb Corrected loop with the $c variable by Gwenael G · 10 years ago
  14. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  15. 5350f05 Change CI_DB_driver::field_data() signature by Andrey Andreev · 10 years ago
  16. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  17. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  18. 62fad28 Fix #3112 by Andrey Andreev · 11 years ago
  19. 382b513 Don't use error suppression on is_dir(), file_exists() by Andrey Andreev · 11 years ago
  20. 2e17102 Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition by Andrey Andreev · 11 years ago
  21. 871754a 2013 > 2014 by darwinel · 11 years ago
  22. 0b6a492 Unify escape_str() array input and LIKE logic by Andrey Andreev · 12 years ago
  23. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  24. 69edc43 Rename DB_result _data_seek() to data_seek() and make it publicly available by Andrey Andreev · 12 years ago
  25. 822e74e Improve DB field_data() for SQLite by Andrey Andreev · 12 years ago
  26. 98e46cf Add seed values support for Query Builder order_by by Andrey Andreev · 12 years ago
  27. 8d3afde Fix a lang key typo by Andrey Andreev · 12 years ago
  28. eaa60c7 Added possibility to pass custom database objects to DB Forge and DB Utilities by Andrey Andreev · 12 years ago
  29. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  30. a24e52e [ci skip] DocBlocks for DB drivers' driver classes by Andrey Andreev · 12 years ago
  31. 8463b91 [ci skip] DocBlocks for DB drivers' result classes by Andrey Andreev · 12 years ago
  32. c98e93a [ci skip] DocBlocks for DB drivers' utility classes by Andrey Andreev · 12 years ago
  33. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  34. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  35. ebbfefa Fix SQLite3 DB error handling by Andrey Andreev · 12 years ago
  36. 2ea33c3 Fix issue #1789 by Andrey Andreev · 12 years ago
  37. fe83249 Some adjustments in inline documentation by vlakoff · 13 years ago
  38. 9a4f356 _fetch_object(), custom_result_object() to utilize PHP's native capability to directly return custom class results by Andrey Andreev · 13 years ago
  39. 77a5d94 Add a default _count_string property by Andrey Andreev · 13 years ago
  40. c7db6bb Clean-up the separate drivers' DB result classes from no longer needed methods by Andrey Andreev · 13 years ago
  41. 5ca0513 Change DB_result::num_rows default value to NULL by Andrey Andreev · 13 years ago
  42. 2c35b64 Add a default _limit() method to the Query Builder class by Andrey Andreev · 13 years ago
  43. 5d28176 Fix issue #1264 by Andrey Andreev · 13 years ago
  44. 9637b40 escape_identifiers() to accept arrays as well by Andrey Andreev · 13 years ago
  45. c78e56a Add a default _from_tables() method to CI_DB_query_builder and remove it from most of the drivers by Andrey Andreev · 13 years ago
  46. caa04f1 Revert back some escape_identifiers() to proect_identifiers() as the first one can't handle arrays by Andrey Andreev · 13 years ago
  47. 5ef194d Resolve formatting differences between DB forge drivers by Andrey Andreev · 13 years ago
  48. fc11dcc Alter SQLite3's version() method and clear some spaces by Andrey Andreev · 13 years ago
  49. 9d533ae Fix an SQLite3 pconnect() bug + other minor changes by Andrey Andreev · 13 years ago
  50. 0c5180b Fixing final SQLite bug introduced in 48a2baf0e288accd206f5da5031d29076e130792 by Alex Bilbie · 13 years ago
  51. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
  52. 16bb9bd Move count_all() from the drivers to CI_DB_driver by Andrey Andreev · 13 years ago
  53. 55d3ad4 Fix issue #121 by Andrey Andreev · 13 years ago
  54. 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
  55. ffe7a0a A couple more documentation updates by Jamie Rumbelow · 13 years ago
  56. 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
  57. 918be79 Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract by Andrey Andreev · 13 years ago
  58. b457a40 DB Utility improvements by Andrey Andreev · 13 years ago
  59. a0d4e41 Switched public driver methods in DB forge to protected by Andrey Andreev · 13 years ago
  60. d947eba Multiple DB Forge improvements by Andrey Andreev · 13 years ago
  61. c01d316 Added a default _delete() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  62. ea09a8a Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver by Andrey Andreev · 13 years ago
  63. a6fe36e Added a default _truncate() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  64. 17ceeae Add replace() support for SQLite/SQLite3 by Andrey Andreev · 13 years ago
  65. 975034d Added a default _update() method to CI_DB_active_record by Andrey Andreev · 13 years ago
  66. 65d537c Replaced driver instances of _insert() with one in CI_DB_active_record by Andrey Andreev · 13 years ago
  67. d8159e4 Merge upstream branch by Andrey Andreev · 13 years ago
  68. 0fd760e Remove no longer needed reconnect() method by Andrey Andreev · 13 years ago
  69. f944d3b Remove unused _prep_query() method by Andrey Andreev · 13 years ago
  70. dc3de15 Fix escape_str() and change _prep_query() to just return the query by Andrey Andreev · 13 years ago
  71. 20bd7bc Fix _limit() by Andrey Andreev · 13 years ago
  72. 0aa9f2e _protect_identifiers() to protect_identifier() by Andrey Andreev · 13 years ago
  73. 80e34f9 Merge upstream branch by Andrey Andreev · 13 years ago
  74. a92c7cd Change SQLite3 _execute to use is_write_type() by Andrey Andreev · 13 years ago
  75. 927e950 Remove SQLite3 db_set_charset() - no longer needed by Andrey Andreev · 13 years ago
  76. fe3428a Another minor improvement by Andrey Andreev · 13 years ago
  77. 79f6754 Replace array_key_exists() with isset() by Andrey Andreev · 13 years ago
  78. cb9f361 DB forge escaping related by Andrey Andreev · 13 years ago
  79. a3ed086 Remove an access description line and switch private to protected by Andrey Andreev · 13 years ago
  80. f20fb98 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
  81. 72d7a6e Some cleaning by Andrey Andreev · 13 years ago
  82. 53921ca Replaced a method with a variable by Andrey Andreev · 13 years ago
  83. 5cbecb3 Add a comment for CI_DB_sqlite3_result::num_rows() by Andrey Andreev · 13 years ago
  84. 8ae24c5 Add SQLite3 database driver by Andrey Andreev · 13 years ago