1. e8b8963 Fix #1985 by Andrey Andreev · 12 years ago
  2. eaa60c7 Added possibility to pass custom database objects to DB Forge and DB Utilities by Andrey Andreev · 12 years ago
  3. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  4. c98e93a [ci skip] DocBlocks for DB drivers' utility classes by Andrey Andreev · 12 years ago
  5. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  6. e389b0e Fixed ANOTHER DB_Forge bug in the mysql driver. I'm watching you @narfbg. by Phil Sturgeon · 13 years ago
  7. 9637b40 escape_identifiers() to accept arrays as well by Andrey Andreev · 13 years ago
  8. caa04f1 Revert back some escape_identifiers() to proect_identifiers() as the first one can't handle arrays by Andrey Andreev · 13 years ago
  9. 5ef194d Resolve formatting differences between DB forge drivers by Andrey Andreev · 13 years ago
  10. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
  11. a0d4e41 Switched public driver methods in DB forge to protected by Andrey Andreev · 13 years ago
  12. d947eba Multiple DB Forge improvements by Andrey Andreev · 13 years ago
  13. d605748 Fix issue #14 by Andrey Andreev · 13 years ago
  14. 215890b Remove extraneous newlines by Timothy Warren · 13 years ago
  15. 820999c Switch _process_fields() method in MySQL/MySQLi to protected by Andrey Andreev · 13 years ago
  16. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  17. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  18. 032e7ea Resolve _protect_identifiers()/protect_identifiers() usage issues by Andrey Andreev · 13 years ago
  19. 93cac5c Fix issue #1039 by Andrey Andreev · 13 years ago
  20. 2caf289 Improve the MySQL database driver by Andrey Andreev · 13 years ago
  21. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  22. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  23. 242c258 Fixed mysql and mysqli drivers to set NOT NULL as default for creating fields. All other drivers were correct. by Adam Jackett · 14 years ago
  24. 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
  25. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  26. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  27. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  28. 27324cd Use arrays in DBForge for constraint for things like decimal, float, numeric, enum and set. by Phil Sturgeon · 14 years ago
  29. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  30. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  31. 7f3719f updated copyrights by Derek Jones · 15 years ago
  32. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  33. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  34. 605a07a Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly. by Rick Ellis · 16 years ago
  35. 9ba2bf2 updated copyright by Rick Ellis · 16 years ago
  36. bd44009 made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation by Derek Jones · 17 years ago
  37. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  38. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  39. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  40. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  41. 2385d30 Added rename_table() into DBForge. by Derek Allard · 17 years ago
  42. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  43. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  44. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago