summaryrefslogtreecommitdiffstats
path: root/system/database/DB_active_rec.php
AgeCommit message (Expand)AuthorFilesLines
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-08flipped the $not flag for or_where_not_in()Derek Jones1-5/+1
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard1-22/+22
2008-04-15Fixed an AR bug when joining with a table alias and table prefix (#4400).Derek Allard1-1/+1
2008-04-06Fixed a bug that wasn't allowing escaping to be turned off if the value of a ...Derek Allard1-2/+7
2008-04-06testing an escape issueDerek Allard1-1/+4
2008-04-06Added the ability to prevent escaping in having() clauses.Derek Allard1-8/+13
2008-03-06change to the way AR handles aliased tablesDerek Allard1-5/+3
2008-03-04fix silly copy-paste error in active recordDerek Allard1-1/+1
2008-03-02added or_having, deprecated orhavingDerek Allard1-2/+14
2008-02-25Fixed an AR_caching error where it wasn't tracking table aliases (#3463)Derek Allard1-1/+1
2008-02-06cache_stop() fix...Derek Allard1-4/+1
2008-02-05Added and documented Active Record caching.Derek Allard1-41/+272
2008-01-30fix orlike to call or_likeDerek Allard1-1/+1
2008-01-29Abstracted FROM table listing in Active Record for databases that do not supp...Derek Jones1-1/+1
2008-01-27fix extraneous returns and variablesDerek Allard1-5/+0
2008-01-23fixing www.codeigniter.com to codeigniter.comDerek Allard1-3/+3
2008-01-23Added $this->db->dbprefix() to manually add database prefixes.Derek Allard1-3/+24
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2008-01-18reset where_in array after a call (bug# 3259)Derek Allard1-1/+2
2008-01-17orderby fixDerek Allard1-1/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard1-48/+273
2008-01-14removed raw_where and raw_or_where. They duplicated existing functionality b...Derek Allard1-38/+0
2008-01-12added raw_where() and raw_or_where() into ARDerek Allard1-0/+38
2007-12-31Fixed a bug in _object_to_array that broke some types of inserts and updates.Derek Allard1-1/+3
2007-12-28Added the ability to use aliases with joins in Active Record.Derek Allard1-13/+94
2007-12-20Added the ability to pass an array of tables to the delete() statement in Act...Derek Allard1-4/+19
2007-12-20Changed the behaviour of variables submitted to the where() clause with no va...Derek Allard1-8/+16
2007-12-19where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ...Derek Allard1-10/+47
2007-12-19Added support for limit() into update() and delete() statements in Active Rec...Derek Allard1-5/+10
2007-12-19Added support for limit() into update() statements in Active Record.Derek Allard1-2/+8
2007-12-19Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Act...Derek Allard1-3/+82
2007-12-19Added where_in() to Active Record.Derek Allard1-3/+37
2007-12-18Added 'random' as an order_by() option in Active Record.Derek Allard1-2/+9
2007-12-18Added count_all_results() function to Active Record.Derek Allard1-1/+40
2007-12-17removed a duplicate functionDerek Allard1-12/+0
2007-12-17Added a third parameter to Active Record's like() clause to control where the...Derek Allard1-14/+83
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-08-10Removed "rand()" as a listed option from orderby in the Active Record, as it ...Derek Allard1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-2/+2
2007-02-14updated AR join() to accommodate database prefixesDerek Allard1-886/+891
2007-02-05(no commit message)Rick Ellis1-1/+11
2006-11-03(no commit message)admin1-2/+4
2006-10-21(no commit message)admin1-17/+17
2006-10-21(no commit message)admin1-1/+1
2006-09-28(no commit message)admin1-2/+2
2006-09-27(no commit message)admin1-1/+1
2006-09-24(no commit message)admin1-0/+875