1. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  2. 39af731 removed raw_where and raw_or_where. They duplicated existing functionality better left elsewhere. by Derek Allard · 17 years ago
  3. 67b44ed added raw_where() and raw_or_where() into AR by Derek Allard · 17 years ago
  4. 848b776 Fixed a bug in _object_to_array that broke some types of inserts and updates. by Derek Allard · 17 years ago
  5. 5e12894 Added the ability to use aliases with joins in Active Record. by Derek Allard · 17 years ago
  6. 41f60d4 Added the ability to pass an array of tables to the delete() statement in Active Record. by Derek Allard · 17 years ago
  7. 15ddc9d Changed the behaviour of variables submitted to the where() clause with no values to auto set "IS NULL" by Derek Allard · 17 years ago
  8. e54e3d2 where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() for consistency by Derek Allard · 17 years ago
  9. e77d77c Added support for limit() into update() and delete() statements in Active Record. by Derek Allard · 17 years ago
  10. da6d240 Added support for limit() into update() statements in Active Record. by Derek Allard · 17 years ago
  11. c693551 Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Active Record. by Derek Allard · 17 years ago
  12. 80dd702 Added where_in() to Active Record. by Derek Allard · 17 years ago
  13. 6ddb5a1 Added 'random' as an order_by() option in Active Record. by Derek Allard · 17 years ago
  14. 694b5b8 Added count_all_results() function to Active Record. by Derek Allard · 17 years ago
  15. 04036f3 removed a duplicate function by Derek Allard · 17 years ago
  16. 218e2bc Added a third parameter to Active Record's like() clause to control where the wildcard goes. by Derek Allard · 17 years ago
  17. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  18. 9278249 Removed "rand()" as a listed option from orderby in the Active Record, as it was MySQL only. by Derek Allard · 17 years ago
  19. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  20. 09de185 updated AR join() to accommodate database prefixes by Derek Allard · 18 years ago
  21. bb43372 by Rick Ellis · 18 years ago
  22. c50747c by admin · 18 years ago
  23. e334c47 by admin · 18 years ago
  24. fafe28b by admin · 18 years ago
  25. ee54c11 by admin · 18 years ago
  26. 402d1d5 by admin · 18 years ago
  27. ac94f38 by admin · 18 years ago