summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2008-01-28added is_really_writable() to Common.php, replaced is_writable() throughout a...Derek Jones1-3/+0
2008-01-27fix extraneous returns and variablesDerek Allard1-5/+0
2008-01-27fixed an overwritten parameter in protect_identifiersDerek Allard1-2/+2
2008-01-27fixed a variable call to $this->Derek Allard1-1/+1
2008-01-26fix a postgre escape errorDerek Allard1-2/+2
2008-01-23added $query_times property to DB driver for profilingDerek Jones1-0/+6
2008-01-23added an "unsupported" error to insert_id() in oracleDerek Allard1-1/+1
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-22added enclosures to csv_from _result()Derek Jones1-4/+5
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones35-105/+105
2008-01-21added dbprefix to dbforge functionsDerek Allard1-5/+5
2008-01-18ExpressionEngine Dev Team in creditDerek Allard35-77/+77
2008-01-18Fixed the bugfix for #3260!Derek Jones2-19/+19
2008-01-18fixed bug #3260 tightened type checking before outputting MySQL field as NULLDerek Jones2-2/+2
2008-01-18reset where_in array after a call (bug# 3259)Derek Allard1-1/+2
2008-01-18fix for count_allDerek Allard7-11/+9
2008-01-17orderby fixDerek Allard1-1/+2
2008-01-16(no commit message)Derek Allard5-35/+40
2008-01-16special fix for $first_word_only to work with other changes to _protect_ident...Derek Jones1-5/+2
2008-01-16=== instead of !== ::blush::Derek Jones1-1/+1
2008-01-16fix for single word identifiers with no spaces that need protecting in _prote...Derek Jones1-1/+5
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard30-586/+3463
2008-01-15Fixed a bug in the Oracle driver that prevented num_rows from working.Derek Allard1-2/+3
2008-01-14fix a segment db cache bugDerek Allard1-1/+1
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-20fixed typo: $field_names[] vs $Ffield_names[]Derek Allard2-2/+2
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 Allard8-19/+38
2007-12-19Added support for limit() into update() statements in Active Record.Derek Allard8-17/+37
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 Allard8-24/+36
2007-12-18Added count_all_results() function to Active Record.Derek Allard9-21/+163
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-13Added a check for NULL fields in the MySQL database backup utilityDerek Allard1-4/+21
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard27-480/+480
2007-08-10Removed "rand()" as a listed option from orderby in the Active Record, as it ...Derek Allard1-1/+1
2007-07-17(no commit message)Rick Ellis1-1/+5
2007-07-14Fixed a bug in database driver where num_rows property wasn't getting updatedDerek Allard1-1/+2
2007-07-12sacked duplicate and incorrect version of _version()!Derek Jones1-13/+0
2007-07-12csv_from_result buggy. revert to old function until rewriteDerek Allard1-470/+454
2007-07-12fixed undefined function in insert_id() of PostgreSQL driverDerek Jones1-1/+1
2007-07-12csv_from_result() move robust against data with "," in it.Derek Allard1-19/+35