summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
AgeCommit message (Collapse)AuthorFilesLines
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
driver
2008-02-05Changed the behaviour of Active Record's update() to make the WHERE clause ↵Derek Allard7-7/+35
optional (#3395)
2008-02-05Added and documented Active Record caching.Derek Allard7-1/+50
Made AR fully database-prefix aware
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 ↵Derek Jones7-0/+154
support parenthetic grouping of tables to explicitly define operator precedence
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 ↵Derek Jones1-5/+2
_protect_identifiers()
2008-01-16=== instead of !== ::blush::Derek Jones1-1/+1
2008-01-16fix for single word identifiers with no spaces that need protecting in ↵Derek Jones1-1/+5
_protect_identifiers()
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 ↵Derek Allard7-14/+28
Record.
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
2007-06-09(no commit message)Rick Ellis2-10/+0
2007-04-15update pMachine to EllisLabDerek Allard21-5052/+5052
update copyright year update Code Igniter to CodeIgniter
2007-03-24passes hostname and not database nowDerek Allard1-452/+452
2007-03-07pg_version() doesn't exist. Changed reference to version() which does.Derek Allard1-484/+484
2006-11-23(no commit message)Rick Ellis1-1/+1
2006-11-20(no commit message)Rick Ellis1-13/+11
2006-11-01(no commit message)admin1-0/+15
2006-11-01(no commit message)admin1-0/+15
2006-11-01(no commit message)admin1-0/+15
2006-11-01(no commit message)admin1-0/+15
2006-11-01(no commit message)admin1-0/+15
2006-11-01(no commit message)admin1-0/+15
2006-11-01(no commit message)admin1-0/+15
2006-10-27(no commit message)admin1-50/+54
2006-10-27(no commit message)admin1-10/+6
2006-10-26(no commit message)admin7-7/+7
2006-10-25(no commit message)admin9-9/+9
2006-10-23(no commit message)admin6-13/+17
2006-10-23(no commit message)admin1-4/+8
2006-10-21(no commit message)admin21-797/+797