summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Merge upstream branchAndrey Andreev2-2/+3
2012-03-01Fix an Oracle escape_str() bug (#68, #414)Andrey Andreev1-8/+6
2012-02-29Change end() usage due to E_STRICT messagesAndrey Andreev1-1/+2
2012-02-29Merge remote-tracking branch 'upstream/develop' into develop-db-oci8Andrey Andreev1-0/+16
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon1-1/+17
2012-02-28Fix escape_like_str()Andrey Andreev1-2/+2
2012-02-24Merge upstream branchAndrey Andreev4-14/+60
2012-02-24Merge pull request #1069 from narfbg/develop-db-selectAndrey Andreev4-14/+60
2012-02-24Update database property when switching to a new oneAndrey Andreev4-4/+48
2012-02-22Merge upstream branchAndrey Andreev2-25/+11
2012-02-22Fix issue 1070Andrey Andreev1-24/+10
2012-02-22Add an optional database name parameter to db_select()Andrey Andreev4-14/+16
2012-02-17Syntax error, causing MySQL utility could not usedTaufan Aditya1-1/+1
2012-02-16Merge upstream branchAndrey Andreev2-10/+11
2012-02-14Fix another issueAndrey Andreev1-1/+1
2012-02-14Fix issue #1039Andrey Andreev2-9/+10
2012-02-14Merge remote-tracking branch 'upstream/develop' into develop-db-oci8Andrey Andreev1-3/+12
2012-02-13Added missing spaceTimothy Warren1-1/+1
2012-02-13Re-added if ! empty clauseTimothy Warren1-1/+4
2012-02-13Refixed Old-style pdo connection stringTimothy Warren1-7/+6
2012-02-13Semicolon automatically added if not exists after hostname, if only database ...Taufan Aditya1-2/+7
2012-02-13Fix Easy Connect string regexp and give TNS priority over itAndrey Andreev1-2/+2
2012-02-13Add DSN string supportAndrey Andreev1-2/+85
2012-02-12Fixed rtrim issue in hostname fragment, for backward compabilityTaufan Aditya1-5/+3
2012-02-12Replace a few spaces with a tabAndrey Andreev1-1/+1
2012-02-12Improve custom_result_object() methodAndrey Andreev1-6/+5
2012-02-10Changed double quotes to singleTimothy Warren1-1/+1
2012-02-10Fixed old-style pdo connection stringTimothy Warren1-1/+5
2012-02-10Merge upstream branchAndrey Andreev5-93/+286
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 Aditya5-93/+286
2012-02-08Revert CI_DB_driver changes (see #971)Andrey Andreev1-116/+171
2012-01-27Merge upstream branchAndrey Andreev9-729/+400
2012-01-27Switch _process_fields() from private to protectedAndrey Andreev1-1/+1
2012-01-27Add PHP version check in db_pconnect()Andrey Andreev1-0/+6
2012-01-27Improve the MySQLi database driverAndrey Andreev5-354/+189
2012-01-26Improve the MySQL database driverAndrey Andreev4-375/+205
2012-01-26Replace array_key_exists() with isset() and ! empty()Andrey Andreev2-5/+5
2012-01-26DB forge escaping relatedAndrey Andreev2-9/+9
2012-01-24Revert a space in the license agreement :)Andrey Andreev4-4/+4
2012-01-20Replaced AND with &&Andrey Andreev3-31/+25
2012-01-19Some more cleaningAndrey Andreev2-16/+4
2012-01-16Removed some unneeded code and fixed a possible bugAndrey Andreev1-67/+10
2012-01-16Additional clean-upAndrey Andreev4-226/+123
2012-01-10Merge upstream branchAndrey Andreev1-3/+2
2012-01-09Fix error undefined variable query on count_all_results db active recordPurwandi1-3/+2
2012-01-08Merge remote-tracking branch 'upstream/develop' into develop-db-oci8Andrey Andreev6-573/+270
2012-01-08Swap two vars for readabilityAndrey Andreev1-1/+1