summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/pdo_driver.php
AgeCommit message (Expand)AuthorFilesLines
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