summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/pdo_driver.php
AgeCommit message (Collapse)AuthorFilesLines
2012-02-13Semicolon automatically added if not exists after hostname, if only database ↵Taufan Aditya1-2/+7
was not empty
2012-02-12Fixed rtrim issue in hostname fragment, for backward compabilityTaufan Aditya1-5/+3
2012-02-10Changed double quotes to singleTimothy Warren1-1/+1
2012-02-10Fixed old-style pdo connection stringTimothy Warren1-1/+5
2012-02-10Grammar correctionTaufan Aditya1-1/+1
2012-02-09TypoTaufan Aditya1-1/+1
2012-02-09Change PHP.net mirror to the main mirrorTaufan Aditya1-2/+2
2012-02-09Fixed PDOTaufan Aditya1-73/+199
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-08Exception for sqlitetoopay1-1/+4
2011-11-28Fixed sytax error in pdo driverTimothy Warren1-4/+0
2011-11-22Merge master (2.1.0) and fixed conflicts.Phil Sturgeon1-0/+4
2011-11-22Readded PDO drivers.Phil Sturgeon1-15/+15
2011-10-31Misc formatting fixesTimothy Warren1-7/+8
2011-10-31Set charset in DSN if PHP >= 5.3.6Timothy Warren1-1/+7
2011-10-31Changed mysql charset to PDO optionTimothy Warren1-4/+7
2011-10-27Fixed LIKE statement escaping issuesTimothy Warren1-12/+13
2011-10-27if statment code style updateTimothy Warren1-0/+792
2011-10-26Misc formatting fixesTimothy Warren1-6/+7
2011-10-26Set charset in DSN if PHP >= 5.3.6Timothy Warren1-0/+6
2011-10-25Changed mysql charset to PDO optionTimothy Warren1-6/+6
2011-10-21Minor format fixTimothy Warren1-2/+0
2011-10-21Fix mysql charset bugTimothy Warren1-4/+22
2011-10-07if statment code style updateTimothy Warren1-6/+6
2011-10-07Added check for quote markTimothy Warren1-2/+5
2011-10-07Revert "Added check for quote mark"Timothy Warren1-5/+21
This reverts commit 0e762b32a003dd8a9b805fb95ee7aeb3616c41e3.
2011-10-07Added check for quote markTimothy Warren1-21/+5
2011-10-06Changed all db constructors to newer syntax, made insert_id() function more ↵Timothy Warren1-1/+19
convenient for postgres on pdo driver
2011-10-05Changed to escape using PDO::quote()Timothy Warren1-11/+4
2011-10-04Added batch functions, fixed excaping functionTimothy Warren1-3/+90
2011-09-16Merged from upstream, fixed a logic errorTimothy Warren1-1/+1
2011-09-16Implemented limit handlingTimothy Warren1-2/+24
2011-09-14Miscellaneous fixesTimothy Warren1-1/+1
2011-09-14Fixed affected_rows() function, added PDO/postgres note for insert_id() functionTimothy Warren1-9/+9
2011-09-14Fixed LIKE statement escaping issuesTimothy Warren1-6/+22
2011-09-14Marked ->db->affected_rows() function as unavailableTimothy Warren1-1/+5
2011-09-13Changed to PHP5 constructorTimothy Warren1-1/+1
2011-09-07Added changelog item, updated since version file headersTimothy Warren1-1/+2
2011-08-24Updated version function to use PDO constantTimothy Warren1-1/+1
2011-08-24Fixed class comment and reconnect functionTimothy Warren1-2/+6
2011-08-23Fixed db->close() and db->free_result() functionsTimothy Warren1-1/+1
2011-08-23Got PDO workingTimothy Warren1-12/+17
2011-08-23Started PDO db driverTimothy Warren1-0/+639