1. f7a8d86 Changed all db constructors to newer syntax, made insert_id() function more convenient for postgres on pdo driver by Timothy Warren · 13 years ago
  2. 4766397 Changed to escape using PDO::quote() by Timothy Warren · 13 years ago
  3. b5a43b0 Added batch functions, fixed excaping function by Timothy Warren · 13 years ago
  4. 12a1747 Merge pull request #282 from timw4mail/develop by Phil Sturgeon · 13 years ago
  5. 8706a5d Merge pull request #524 from kenjis/add_meta_tag by Eric Barnes · 13 years ago
  6. 4d292bd Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  7. d26133b Merge pull request #480 from rommelxcastro/ci-issue-192 by Phil Sturgeon · 13 years ago
  8. 5fc36d8 Merged from upstream, fixed a logic error by Timothy Warren · 13 years ago
  9. 0a43ad8 Implemented limit handling by Timothy Warren · 13 years ago
  10. 57cea51 Miscellaneous fixes by Timothy Warren · 13 years ago
  11. 51a4888 Fixed affected_rows() function, added PDO/postgres note for insert_id() function by Timothy Warren · 13 years ago
  12. c7ba664 Fixed LIKE statement escaping issues by Timothy Warren · 13 years ago
  13. a6c6533 Marked ->db->affected_rows() function as unavailable by Timothy Warren · 13 years ago
  14. 51b0e64 Changed to PHP5 constructor by Timothy Warren · 13 years ago
  15. 018af7a Added changelog item, updated since version file headers by Timothy Warren · 13 years ago
  16. f22ce8f Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  17. 40d1a76 Fixed incorrectly named variables in the documentation. by Phil Sturgeon · 13 years ago
  18. 36fb8de Updated version function to use PDO constant by Timothy Warren · 13 years ago
  19. 0261596 Fixed class comment and reconnect function by Timothy Warren · 13 years ago
  20. 6a450cf Fixed db->close() and db->free_result() functions by Timothy Warren · 13 years ago
  21. ab34758 Got PDO working by Timothy Warren · 13 years ago
  22. 80ab816 Started PDO db driver by Timothy Warren · 13 years ago
  23. fc75645 Fixed issue #150 (for mysql and mysqli), now returns the actual column length. by danmontgomery · 13 years ago
  24. 90248ab Fixed a bug (#200) where MySQL queries would be malformed after calling db->count_all() then db->get() by Greg Aker · 13 years ago
  25. b62cf1e Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyphens or other non alphanumeric/underscore characters. by Phil Sturgeon · 13 years ago
  26. add9ca0 Merged my GitHub mirror. by Phil Sturgeon · 13 years ago
  27. 3cf2715 Merge branch 'develop' of ellislab.beanstalkapp.com:/codeigniter into develop by Phil Sturgeon · 13 years ago
  28. 6cf190d Merge pull request #42 from CUBRID/develop by Phil Sturgeon · 13 years ago