summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Fix mysql charset bugTimothy Warren1-4/+22
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones4-16/+64
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
2011-10-07Added check for quote markTimothy Warren1-21/+5
2011-10-06Changed all db constructors to newer syntax, made insert_id() function more c...Timothy Warren1-1/+19
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 Warren4-4/+5
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 Warren2-3/+2
2011-08-23Got PDO workingTimothy Warren2-93/+42
2011-08-23Started PDO db driverTimothy Warren5-0/+1246