summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Add DSN string support for OracleAndrey Andreev1-2/+85
2012-03-26Add ODBC support for the new 'dsn' config valueAndrey Andreev1-3/+8
2012-03-26Improve PostgreSQL DSN string support and add a missing method visibility dec...Andrey Andreev2-19/+54
2012-03-26Add DSN string and persistent connections support for CUBRIDAndrey Andreev1-29/+56
2012-03-26Add a missing commaAndrey Andreev1-1/+1
2012-03-26Alter SQLite's escape_str() for LIKE queriesAndrey Andreev1-3/+3
2012-03-23Remove no longer needed reconnect() methodAndrey Andreev1-15/+0
2012-03-23Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql...Andrey Andreev15-576/+309
2012-03-23Add dummy method reconnect() method to CI_DB_driver and remove it from driver...Andrey Andreev8-111/+17
2012-03-20Some small improvements to CI_DB_interbase_resultAndrey Andreev2-52/+35
2012-03-20Some small improvements to CI_DB_interbase_driverAndrey Andreev1-96/+49
2012-03-20Visibility declarations and cleanup for PDO forge and utility classesAndrey Andreev2-35/+21
2012-03-20Visibility declarations and cleanup for CI_DB_pdo_resultAndrey Andreev1-35/+25
2012-03-20Visibility declarations and cleanup for CI_DB_pdo_driverAndrey Andreev1-109/+77
2012-03-20Merge upstream branchAndrey Andreev46-1042/+670
2012-03-20Visibility declarations and cleanup for OCI8 result, forge and utility classesAndrey Andreev3-54/+31
2012-03-20Visibility declarations and cleanup for CI_DB_oci8_driverAndrey Andreev1-86/+56
2012-03-20Remove unused _prep_query() methodAndrey Andreev4-20/+6
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql...Andrey Andreev45-1038/+663
2012-03-20Visibility declarations and cleanup for CI_DB_sqlite_forgeAndrey Andreev1-22/+13
2012-03-20Visibility declarations and cleanup for CI_DB_sqlite_resultAndrey Andreev1-25/+15
2012-03-20Visibility declarations and cleanup for CI_DB_sqlite_driverAndrey Andreev1-68/+41
2012-03-20Visibility declarations and cleanup for SQLSRV forge and utility classesAndrey Andreev2-40/+26
2012-03-20Visibility declarations and cleanup for CI_DB_sqlsrv_resultAndrey Andreev1-32/+23
2012-03-20Visibility declarations and cleanup for CI_DB_sqlsrv_driverAndrey Andreev1-121/+85
2012-03-20Visibility declarations and cleanup for MSSQL forge and utility classesAndrey Andreev2-41/+28
2012-03-20Visibility declarations and cleanup for CI_DB_mssql_resultAndrey Andreev1-23/+14
2012-03-20Visibility declarations and cleanup for CI_DB_mssql_driverAndrey Andreev1-80/+56
2012-03-20Revert CI_DB_result to a regular class It's directly instantiated for cached ...Andrey Andreev1-1/+1
2012-03-20Remove extraneous newlinesTimothy Warren30-47/+38
2012-03-20Remove EOF newlinesAndrey Andreev2-2/+2
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-driverAndrey Andreev51-489/+405
2012-03-20Remove EOF newlinesAndrey Andreev2-2/+2
2012-03-20Merge upstreamTimothy Warren8-170/+115
2012-03-20Switch _process_fields() method in MySQL/MySQLi to protectedAndrey Andreev2-2/+2
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_utilityAndrey Andreev1-15/+9
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_forgeAndrey Andreev1-23/+14
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_resultAndrey Andreev1-24/+14
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_driverAndrey Andreev1-78/+46
2012-03-20Again alter ODBC's escape_str()Andrey Andreev1-1/+1
2012-03-20Merge upstreamTimothy Warren3-107/+66
2012-03-20Visibility declarations and cleanup for CI_DB_odbc_resultAndrey Andreev1-26/+27
2012-03-20Visibility declarations and cleanup for CI_DB_odbc_utilityAndrey Andreev1-16/+10
2012-03-20Visibility declarations and cleanup for CI_DB_odbc_forgeAndrey Andreev1-21/+13
2012-03-20Alter str_replace() order in ODBC's escape_str()Andrey Andreev1-3/+3
2012-03-20Visibility declarations and cleanup for CI_DB_odbc_driverAndrey Andreev1-68/+40
2012-03-20Merge upstreamTimothy Warren3-116/+75
2012-03-20Fixed an issue with PostgreSQL's escape_str()Andrey Andreev1-3/+3
2012-03-20Visibility declarations and cleanup for CI_DB_postgre_resultAndrey Andreev1-26/+16
2012-03-20Visibility declarations and cleanup for CI_DB_postgre_forgeAndrey Andreev1-22/+17