summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-05-29made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify m...Derek Jones7-25/+93
2008-05-13Some sweeping syntax changes for consistency:Derek Jones28-140/+140
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones28-28/+84
2008-05-11Undoing change committed in r1115Derek Jones28-0/+28
2008-05-11removed closing PHP tag from all framework filesDerek Jones28-28/+0
2008-05-07Added checks for objects in DB driver instead of just resources to accommodat...Derek Jones1-1/+1
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard9-28/+28
2008-04-29Added a valid_emails rule to the Validation class.Derek Allard1-4/+1
2008-04-11The MySQLi forge class is now in sync with MySQL forge.Derek Allard1-60/+65
2008-04-07Added rename_table() into DBForge.Derek Allard7-1/+133
2008-04-04added constants.php file and implemented constants for file system modesDerek Jones1-2/+2
2008-02-25Fixed an AR_caching error where it wasn't tracking table aliases (#3463)Derek Allard7-7/+7
2008-02-13reapplied implementation of db_set_charset() for MySQLi...Derek Jones1-2/+1
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 Allard6-11/+11
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 Allard5-22/+58
2008-02-07added functionality for setting client character set and collation in MySQLi ...Derek Jones1-2/+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 Allard7-1/+50
2008-02-01remove parenthesis from postrgre _from_tablesDerek Allard1-1/+1
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 Jones7-0/+154
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 an "unsupported" error to insert_id() in oracleDerek Allard1-1/+1
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones28-84/+84
2008-01-18ExpressionEngine Dev Team in creditDerek Allard28-63/+63
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-18fix for count_allDerek Allard7-11/+9
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 Allard23-401/+2653
2007-12-20fixed typo: $field_names[] vs $Ffield_names[]Derek Allard2-2/+2
2007-12-19Added support for limit() into update() and delete() statements in Active Rec...Derek Allard7-14/+28
2007-12-19Added support for limit() into update() statements in Active Record.Derek Allard7-15/+29
2007-12-18Added 'random' as an order_by() option in Active Record.Derek Allard7-22/+27
2007-12-18Added count_all_results() function to Active Record.Derek Allard8-20/+123
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 Allard21-21/+21
2007-07-12sacked duplicate and incorrect version of _version()!Derek Jones1-13/+0
2007-07-12fixed undefined function in insert_id() of PostgreSQL driverDerek Jones1-1/+1
2007-06-11(no commit message)Rick Ellis1-7/+43