summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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-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-14Merge upstream branchAndrey Andreev3-79/+281
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-13Add DSN string supportAndrey Andreev1-2/+85
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
2012-02-10Fixed old-style pdo connection stringTimothy Warren1-1/+5
2012-02-10Merge upstream branchAndrey Andreev3-79/+272
2012-02-10Merge upstream branchAndrey Andreev3-79/+272
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 Aditya3-79/+272
2012-01-27Merge upstream branchAndrey Andreev8-728/+399
2012-01-27Merge upstream branchAndrey Andreev8-728/+399
2012-01-27Merge upstream branch and fix private methods to be protectedAndrey Andreev10-730/+401
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-27Remove an empty line :)Andrey Andreev1-1/+0
2012-01-27Improve the MySQLi database driverAndrey Andreev4-353/+188
2012-01-26Improve the MySQL database driverAndrey Andreev4-375/+205
2012-01-26Improve the PostgreSQL database driverAndrey Andreev4-329/+257
2012-01-26Another minor improvementAndrey Andreev1-4/+4
2012-01-26Replace array_key_exists() with isset()Andrey Andreev1-5/+5
2012-01-26Replace array_key_exists() with isset() and ! empty()Andrey Andreev2-5/+5
2012-01-26DB forge escaping relatedAndrey Andreev2-12/+12