summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
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
database results
2012-03-20Remove extraneous newlinesTimothy Warren30-47/+38
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
2012-03-20Visibility declarations and cleanup for CI_DB_postgre_driverAndrey Andreev1-66/+39
2012-03-20Revert "Added access modifiers to CUBRID driver"Timothy Warren1-31/+56
This reverts commit 70b21018b4941414c0041900f26c637763e19cfe.
2012-03-20Revert "Added access modifiers to the rest of the Cubrid classes"Timothy Warren3-19/+33
This reverts commit f83f0d5448aadcf76fbdac363d0fe7ea811ca9bf.
2012-03-20Revert "Added access modifiers for MSSQL driver"Timothy Warren4-47/+90
This reverts commit ba1ebbefa9c5d225fa28c76dac276e6120263a25.
2012-03-20Revert "Oci8 access modifiers"Timothy Warren4-23/+35
This reverts commit 9f86f5cddea54e7fedf4be89d1d1cc90d1564488.
2012-03-20Revert "ODBC access modifiers"Timothy Warren4-55/+92
This reverts commit 142ca8e565b722b758b5ef88c888891d04da8700.
2012-03-20Revert "PDO driver access modifiers"Timothy Warren3-63/+98
This reverts commit 8c332e7f907e6af498f18fa1bf28e0a0c6e11448.
2012-03-20Revert "Postgre visibility declarations"Timothy Warren4-50/+86
This reverts commit 7a3f89716a5ea3fc00e69342f8c9c7de77ca99ce.
2012-03-20Revert "SQlite visibility declarations"Timothy Warren4-50/+90
This reverts commit 1ed5995be34f499aec8cd7b6d4d525a33017fd94.
2012-03-20Revert "Sqlsrv driver visibility declarations"Timothy Warren4-61/+104
This reverts commit b4172695910bf8c0c07933e9baf536d22c9e097a.
2012-03-20Revert "Fixed visibility declarations on dbforge and utility classes"Timothy Warren12-62/+68
This reverts commit 78a2de4e049f478ec1efd92d639aaf11be933335.
2012-03-19Fixed visibility declarations on dbforge and utility classesTimothy Warren12-68/+62
2012-03-19Minor mysql/mysqli formatting fixesTimothy Warren8-8/+8
2012-03-19Sqlsrv driver visibility declarationsTimothy Warren4-104/+61
2012-03-19SQlite visibility declarationsTimothy Warren4-90/+50
2012-03-19Postgre visibility declarationsTimothy Warren4-86/+50
2012-03-19PDO driver access modifiersTimothy Warren3-98/+63
2012-03-19ODBC access modifiersTimothy Warren4-92/+55
2012-03-19Oci8 access modifiersTimothy Warren4-35/+23
2012-03-19Added access modifiers for MSSQL driverTimothy Warren4-90/+47
2012-03-19Added access modifiers to the rest of the Cubrid classesTimothy Warren3-33/+19
2012-03-19Added access modifiers to CUBRID driverTimothy Warren1-56/+31
2012-03-19Removed pointless _prep_sql methodsTimothy Warren9-140/+3
2012-03-19Made the rest of the db classes abstract \nTimothy Warren3-3/+3
except for the DB_cache class, because I'm not sure if it is directly called
2012-03-19Made database parent classes and methods abstractTimothy Warren2-5/+3
2012-03-19merged with latest develop.Mike Funk24-161/+381