summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2008-06-04change AR behaviour so that blank values result in empty quotesDerek Allard1-6/+4
2008-05-29made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify m...Derek Jones7-25/+93
2008-05-22Fixed a bug (#4561) where orhaving() wasn't properly passing values.Derek Allard1-2/+6
2008-05-18Moved the _has_operators() function into DB_driver from DB_active_rec.Derek Allard2-20/+22
2008-05-14set $DB->char_set and $DB->dbcollat defaults to utf8 and utf8_general_ci resp...Derek Jones1-2/+2
2008-05-14fixed bug #3419 where the 'database' setting for DSN connections was using th...Derek Jones2-2/+25
2008-05-13hotfix for a bug in database error display introduced by 1.6.2 fix for bugs #...Derek Jones1-3/+8
2008-05-13Some sweeping syntax changes for consistency:Derek Jones35-205/+205
2008-05-12Escape behaviour in where() clauses has changed; values in those with the "FA...Derek Allard1-19/+22
2008-05-12(no commit message)Rick Ellis1-22/+57
2008-05-12Fixed a bug in AR compiling, where select statements with arguments got incor...Derek Allard1-3/+10
2008-05-12passed db object by reference to DB Cache class, and changed the cache class ...Derek Jones2-15/+17
2008-05-12changed class instantiations to reference global $LANG and fetch existing Exc...Derek Jones1-14/+7
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones35-35/+105
2008-05-11Undoing change committed in r1115Derek Jones35-0/+35
2008-05-11removed closing PHP tag from all framework filesDerek Jones35-35/+0
2008-05-08added SET to the list of write type queriesDerek Jones1-1/+1
2008-05-08flipped the $not flag for or_where_not_in()Derek Jones1-5/+1
2008-05-07Added checks for objects in DB driver instead of just resources to accommodat...Derek Jones2-3/+3
2008-05-06Fixed a bug in DB Forge, when inserting an id field (#3456).Derek Allard1-6/+7
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard15-88/+88
2008-04-29Added a valid_emails rule to the Validation class.Derek Allard1-4/+1
2008-04-15Fixed an AR bug when joining with a table alias and table prefix (#4400).Derek Allard1-1/+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 Allard8-1/+154
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-04-04added constants.php file and implemented constants for file system modesDerek Jones2-5/+5
2008-04-03syntax error: extraneous closing parenthesisDerek Jones1-1/+1
2008-04-03replaced isset() with array_key_exists() in row() to allow retrieval of indiv...Derek Jones1-1/+2
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