summaryrefslogtreecommitdiffstats
path: root/system/database/DB_active_rec.php
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge remote-tracking branch 'remotes/upstream/2.2-stable' into workingFlorian Pritz1-1/+1
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-09-22Merge tag '2.1.4'Florian Pritz1-1/+1
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
2012-11-05Error on line 1407 of db_active_rec.php traces to mis-named variablesPatrick Zeinert1-1/+1
2012-06-13Revert "Fix issue #1387"Florian Pritz1-2/+2
2012-06-13Merge tag '2.1.1'Florian Pritz1-4/+8
2012-05-24Fix issue #1387Andrey Andreev1-2/+2
2012-05-23Added ability to _like paramater side to use 'none', in case one wants to que...Nithin1-2/+6
2011-11-28Merge commit 'v2.1.0'Florian Pritz1-3/+3
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz1-166/+134
2011-08-13Fixed conflict in changelog.Phil Sturgeon1-1/+2
2011-08-13Fixed having method to insert quotes.Adam Jackett1-1/+1
2011-08-13Fixed conflicted changelog.Phil Sturgeon1-0/+15
2011-08-13Was working on this file so PHP5ified the method visibility scopes. Pointless...Phil Sturgeon1-154/+106
2011-08-10Typecast limit and offset in the Database Driver to integers. Fixes https://b...Phil Sturgeon1-2/+2
2011-08-10Fixed typo in ActiveRecord.Phil Sturgeon1-1/+1
2011-08-10Fixed a bug where using this->db->select_max(), this->db->select_min(), etc c...Phil Sturgeon1-1/+2
2011-07-23Fixed having method to insert quotes.Adam Jackett1-1/+1
2011-07-15... set_dbprefix(). Programatically set the prefix, great for multi-site syst...Phil Sturgeon1-0/+15
2011-07-15Was working on this file so PHP5ified the method visibility scopes. Pointless...Phil Sturgeon1-154/+106
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones1-11/+15
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-16/+16
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones1-16/+16
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-16/+16
2011-05-06Fix #275 -- regression in db::_compile_select(). Thanks @patwork for the patchGreg Aker1-11/+15
2011-04-25Fixed double-space typo.Razican1-16/+16
2011-04-20Fixed a bug (Core #340) where when passing in the second parameter to $this->...Greg Aker1-12/+8
2011-04-10update to CI 2.0.2Florian Pritz1-7/+7
2011-03-22->db->count_all_results() will now return an integer instead of a string.Phil Sturgeon1-2/+2
2011-02-15Better potential fix for escaping MySQL keywords with backticks on insert/upd...Phil Sturgeon1-2/+2
2011-02-14Whitespace cleanup in db classesPascal Kriete1-3/+3
2011-01-28update to CI 2.0Florian Pritz1-225/+478
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-07update to CI 1.7.3Florian Pritz1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-189/+189
2010-09-16Added $ar_keys clearing out to _reset_write().Robin Sowell1-2/+4
2010-08-06Removing the following deprecated database methods: orwhere, orlike, groupby...Greg Aker1-73/+1
2010-03-11full on scaffolding removalDerek Jones1-2/+2
2010-03-03added batch insert/update and a replace method to active recordDerek Jones1-2/+325
2010-02-06Initial commitFlorian Pritz1-0/+1820
2010-01-26Misspelled class property in db class. _like_escape_chr, not _like_escape_charGreg Aker1-1/+1
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-05-03bug fix and typo fixesDerek Allard1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2009-02-20added LIKE condition escaping to all drivers and Active RecordDerek Jones1-1/+7
2009-02-03DB count_all() not returns an integer alwaysDerek Allard1-1/+1
2008-11-20Added where_in to the list of expected arguments received by delete()Derek Allard1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-1813/+1813