summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
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 Allard8-8/+8
2008-02-14little protection in case an array is provided as the $params for the DB classDerek Jones1-1/+1
2008-02-13reapplied implementation of db_set_charset() for MySQLi...Derek Jones1-2/+1
2008-02-13fixed bug #3419, moved DSN parsing to DB.php so the driver could properly be ...Derek Jones2-24/+24
2008-02-13fixes to _create_table() in sqlite_forge.php:Derek Jones1-2/+3
2008-02-13changed escape_str() in mysqli_driver() to use is_object() instead of is_reso...Derek Jones1-1/+1
2008-02-11remove backticks from ODBCDerek Allard1-8/+4
2008-02-11database enhancements, compatibility additions and bugfixesDerek Allard7-21/+29
2008-02-11driver escape_table fixesDerek Allard5-10/+10
2008-02-11escape_table made consistent with mysql driver across all driversDerek Allard5-10/+10
2008-02-11clarifying comment on sqlite escape tableDerek Allard1-5/+3
2008-02-10changes for enhanced database compatibilityDerek Allard6-23/+58
2008-02-07added functionality for setting client character set and collation in MySQLi ...Derek Jones1-2/+1
2008-02-06cache_stop() fix...Derek Allard1-4/+1
2008-02-05Changed the behaviour of Active Record's update() to make the WHERE clause op...Derek Allard7-7/+35
2008-02-05Added and documented Active Record caching.Derek Allard8-42/+322
2008-02-01remove parenthesis from postrgre _from_tablesDerek Allard1-1/+1
2008-01-30fix orlike to call or_likeDerek Allard1-1/+1
2008-01-30added default value for $active_record when it's not setDerek Jones1-1/+1
2008-01-30removed 'active_r' db config variable, replaced with global $active_record se...Derek Jones1-4/+4
2008-01-29Removed support for db_backup in MySQLi due to incompatible functions.Derek Allard1-135/+3
2008-01-29Abstracted FROM table listing in Active Record for databases that do not supp...Derek Jones8-1/+155
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