summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Properly escape generator nameTimothy Warren1-1/+1
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow10-19/+19
2012-02-18Fixed meta table method(s) for PDOTaufan Aditya2-2/+62
2012-02-17Automatic retreival of blob fieldsTimothy Warren1-2/+2
2012-02-17implemented create_database, misc cleanupTimothy Warren2-21/+16
2012-02-17More general fix for num_rowsTimothy Warren2-54/+4
2012-02-17Workaround to fix methodTimothy Warren2-0/+115
2012-02-17Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-1/+1
2012-02-17Syntax error, causing MySQL utility could not usedTaufan Aditya1-1/+1
2012-02-17Simplified hostname connection logicTimothy Warren1-13/+2
2012-02-16Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren2-10/+11
2012-02-16Num rows fixTimothy Warren1-1/+10
2012-02-16narfbg suggested fixesTimothy Warren4-105/+43
2012-02-16Merge upstream branchAndrey Andreev2-10/+11
2012-02-16Merge upstream branchAndrey Andreev2-10/+11
2012-02-16A change in the class descriptionsAndrey Andreev4-4/+4
2012-02-16Implemented insert_id() methodTimothy Warren1-3/+4
2012-02-15Implemented _list_columns() methodTimothy Warren1-2/+11
2012-02-15Limit clause fixesTimothy Warren2-7/+8
2012-02-15Syntax fixesTimothy Warren2-26/+14
2012-02-15Minor codestyle fixTimothy Warren2-2/+1
2012-02-15Add improvements from @CUBRID's implementationAndrey Andreev4-78/+46
2012-02-15Removed string case manipulation functionsTimothy Warren1-11/+7
2012-02-14Restored '@' charactersTimothy Warren1-110/+108
2012-02-14Various fixesTimothy Warren1-111/+115
2012-02-14Added public declarationsTimothy Warren4-49/+49
2012-02-14First iteration of interbase driverTimothy Warren5-0/+1246
2012-02-14Fix another issueAndrey Andreev1-1/+1
2012-02-14Fix issue #1039Andrey Andreev2-9/+10
2012-02-14Replace a preg_match() with stripos()Andrey Andreev1-1/+1
2012-02-14Merge upstream branchAndrey Andreev3-79/+281
2012-02-14Merge remote-tracking branch 'upstream/develop' into develop-db-cubridAndrey Andreev1-7/+12
2012-02-14Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3Andrey Andreev1-3/+12
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-13Fix pconnect with DSNAndrey Andreev1-2/+3
2012-02-13Fix auto_commit initializationAndrey Andreev1-1/+4
2012-02-13Add DSN string supportAndrey Andreev1-2/+85
2012-02-12Merge remote-tracking branch 'upstream/develop' into develop-db-cubridAndrey Andreev3-79/+276
2012-02-12Added CUBRID DSN string & persistent connections supportAndrey Andreev2-48/+60
2012-02-12Fixed rtrim issue in hostname fragment, for backward compabilityTaufan Aditya1-5/+3
2012-02-12Use protect_identifiers() instead of _escape_identifiers() in CI_DB_postgre_f...Andrey Andreev1-2/+2
2012-02-12Improve DSN string supportAndrey Andreev1-19/+44
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