1. fbe4d79 Merge pull request #5367 from carusogabriel/clean-elses by Andrey Andreev · 7 years ago
  2. ee9d428 [ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nits by Andrey Andreev · 7 years ago
  3. 593ce68 [ci skip] Fix 4953 by Andrey Andreev · 8 years ago
  4. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  5. da270b2 Fix #4851 by Andrey Andreev · 8 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. 422fd59 [ci skip] Remove some redundant code from DB_forge by Andrey Andreev · 9 years ago
  10. 9e2c7b9 [ci skip] Fix #4245 by Andrey Andreev · 9 years ago
  11. 95f8157 Fix #4173 by Andrey Andreev · 9 years ago
  12. 55bc505 Fixed typos by Calvin Tam · 9 years ago
  13. 7cc6cea allow add of keys with array by Adrian Voicu · 9 years ago
  14. 441d353 Close #3941 by Andrey Andreev · 9 years ago
  15. ba6bd22 fix typo in comments by Claudio Galdiolo · 10 years ago
  16. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  17. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  18. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  19. b906149 DB forge/utilities polishing (docs) following #3375, #3378 by Andrey Andreev · 10 years ago
  20. e4b10bf Move MySQL comments to MySQL forge classes only by Zachary Flower · 10 years ago
  21. 12ee7a1 Move comment field after unique field in db forge by Zachary Flower · 10 years ago
  22. e59347d Ensure forge comments are actually getting parsed by Zachary Flower · 10 years ago
  23. 24fbc61 Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, mysql, and mysqli) by Zachary Flower · 10 years ago
  24. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  25. 22ce276 Fix #3187 by Andrey Andreev · 10 years ago
  26. aaca5cb [ci skip] Fix #2972 by Andrey Andreev · 11 years ago
  27. 1394304 Fix DB forge unsigned attribute (PR #2949) by Andrey Andreev · 11 years ago
  28. fde170c Fix #2928, #2929 by Andrey Andreev · 11 years ago
  29. c5a0af2 Fix #2928 by Andrey Andreev · 11 years ago
  30. 871754a 2013 > 2014 by darwinel · 11 years ago
  31. 27f798b Add support for optional table attributes to CI_DB_forge::create_table() by Andrey Andreev · 11 years ago
  32. d3a6ca2 Use table name as a prefix for index names by mjnaderi · 11 years ago
  33. 18c2e0c Cleanup DB_forge _process_indexes by mjnaderi · 11 years ago
  34. 225c373 Cleanup DB_forge _process_indexes by mjnaderi · 11 years ago
  35. 96185a3 Really fix #2703 by Andrey Andreev · 11 years ago
  36. 5d69a6e Fix #2703 by Andrey Andreev · 11 years ago
  37. 13f6eab Fix MSSQL ALTER TABLE ADD statement by Andrey Andreev · 12 years ago
  38. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  39. d8dba5d [ci skip] Fix some spaces by Andrey Andreev · 12 years ago
  40. 4296a65 update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name) by Andrew Podner · 12 years ago
  41. 3545102 Fix #2027 by Andrey Andreev · 12 years ago
  42. 7ade8b7 Fix modify_column() issues (#2020) by Andrey Andreev · 12 years ago
  43. 356d4f4 DB forge to use single quotes for ENUM/SET string delimiters by Andrey Andreev · 12 years ago
  44. a00f90c PDO was not escaping strings for SET as array by Phil Sturgeon · 12 years ago
  45. b67277b Bring back the AFTER clause for DB Forge add_column() by Andrey Andreev · 12 years ago
  46. 8d3afde Fix a lang key typo by Andrey Andreev · 12 years ago
  47. eaa60c7 Added possibility to pass custom database objects to DB Forge and DB Utilities by Andrey Andreev · 12 years ago
  48. d743cdb Re-fix multiple-column non-primary key indexes by Andrey Andreev · 12 years ago
  49. 137a742 Fix Forge add_column() and modify_column() by Andrey Andreev · 12 years ago
  50. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  51. f4a448e Merge pull request #1948 from GDmac/develop by Alex Bilbie · 12 years ago
  52. ae85eb4 DocBlocks for base DB classes by Andrey Andreev · 12 years ago
  53. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  54. dc6fba5 Fix #1946 dbforge add_key by GDmac · 12 years ago
  55. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  56. f68db39 Somebody double `$$`ed, causing error by Phil Sturgeon · 12 years ago
  57. 5d28176 Fix issue #1264 by Andrey Andreev · 12 years ago
  58. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 12 years ago
  59. d947eba Multiple DB Forge improvements by Andrey Andreev · 13 years ago
  60. 215890b Remove extraneous newlines by Timothy Warren · 13 years ago
  61. 833d504 Made the rest of the db classes abstract \n by Timothy Warren · 13 years ago
  62. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  63. 24276a3 Improve database classes by Andrey Andreev · 13 years ago
  64. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  65. a7de97e Added method chaining to DBForge. by Phil Sturgeon · 13 years ago
  66. b9ec402 changed create_table method to check whether a value returned from driver's forge is sql or bool (acts exactly as create_database) by Tomasz T · 13 years ago
  67. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  68. a2097a0 Converted database constructors to PHP5 type by Timothy Warren · 13 years ago
  69. 0acf65a Fixed missing table prefixes in Database Forge Class rename_table() method by Zac Wasielewski · 13 years ago
  70. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  71. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  72. c3a4a8d Whitespace cleanup in db classes by Pascal Kriete · 14 years ago
  73. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  74. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  75. a58ecae Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren't changing the name. by Phil Sturgeon · 14 years ago
  76. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  77. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  78. 30b35eb whitespace by Derek Jones · 15 years ago
  79. 7f3719f updated copyrights by Derek Jones · 15 years ago
  80. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  81. 8a54ef2 Altered modify_column and add_column to loop through multiple fields rather than returning after first field. by Robin Sowell · 16 years ago
  82. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  83. 5952359 Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly. by Rick Ellis · 16 years ago
  84. 2cad6e9 There was a call to $this->input->_remove_invisible_characters($str); It should have been: $this->input->CI->_remove_invisible_characters($str); by Rick Ellis · 16 years ago
  85. ff73401 Did a little clean up. Nothing that affected functionality by Rick Ellis · 16 years ago
  86. 37b3ecf updated copyright by Rick Ellis · 16 years ago
  87. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  88. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  89. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  90. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  91. 7f30981 Fixed a bug in DB Forge, when inserting an id field (#3456). by Derek Allard · 17 years ago
  92. 2385d30 Added rename_table() into DBForge. by Derek Allard · 17 years ago
  93. 1564813 changes for enhanced database compatibility by Derek Allard · 17 years ago
  94. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  95. df26442 added dbprefix to dbforge functions by Derek Allard · 17 years ago
  96. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  97. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago