summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-19Made database parent classes and methods abstractTimothy Warren2-5/+3
2012-03-18Merge pull request #1060 from toopay/pdo_metaAndrey Andreev2-2/+62
2012-03-17Remove type castingTaufan Aditya1-1/+1
2012-03-16Spacing and replace array_key_existsTaufan Aditya1-2/+2
2012-03-14Merged unit test progress.Phil Sturgeon3-38/+10
2012-03-14Merge branch 'feature/unit-tests' into developPhil Sturgeon1-0/+1
2012-03-12Merge branch 'develop' into feature/db_toString_supportJoel Kallman52-2571/+3356
2012-03-12Remove collation parameter from db_set_charset() (no longer needed)Andrey Andreev3-7/+5
2012-03-12Add missing semicolonsAndrey Andreev2-2/+2
2012-03-12Remove usage of SET NAMES and the deprecated mysql_escape_string() from MySQL...Andrey Andreev2-30/+4
2012-03-09Adding Support to Properly Escape Objects that have __toString() magic method...Joel Kallman1-1/+1
2012-03-09Allow arrays to be used for enum/set constraint.Phil Sturgeon1-3/+26
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon22-303/+224
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon51-51/+51
2012-03-06Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it...Andrey Andreev2-2/+2
2012-03-06Just some comment fixes and cleared spacesAndrey Andreev1-33/+27
2012-03-06Property visibility declarations for CI_DB_driverAndrey Andreev1-40/+35
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev22-162/+123
2012-03-06Merge pull request #1138 from timw4mail/developAndrey Andreev1-70/+41
2012-03-06Made _protect_identifiers publicTimothy Warren1-1/+4
2012-03-06Made protect_identifiers publicTimothy Warren1-1/+1
2012-03-06Added visibility keywords to DB_driver methodsTimothy Warren1-70/+38
2012-03-06Fix issue #1125 ... for realAndrey Andreev1-0/+35
2012-03-05Removed order_by() from PostgreSQL driver too.SammyK1-9/+1
2012-03-05Fixed bug for PostgreSQL driver where setting a limit() on update() or delete...SammyK1-2/+2
2012-03-05Fix issue #64Hamza Bhatti1-1/+1
2012-03-05Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_...Andrey Andreev3-23/+20
2012-03-05Partially fix issue #306Andrey Andreev1-4/+3
2012-03-05Fix issue #1125Andrey Andreev1-1/+35
2012-03-04Merged develop and fixed conflicts.Phil Sturgeon52-2187/+2989
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon24-623/+1701
2012-03-04Merged conflicts.Phil Sturgeon1-7/+7
2012-03-03Fix MySQL/MySQLi field_data()Andrey Andreev2-12/+50
2012-03-03Replace usage of legacy alias pg_exec() in favor of pg_query() and improve Po...Andrey Andreev1-28/+10
2012-03-03Added _optimize_table() support for PostgreSQLAndrey Andreev2-24/+13
2012-03-03Add db_set_charset() support for PostgreSQL and change its implementation for...Andrey Andreev2-1/+14
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev13-87/+109
2012-03-02Removed db_set_charset() from Interbase driver (no longer needed)Andrey Andreev1-15/+0
2012-03-02Replace Interbase _error_message(), _error_number() with the new error() methodAndrey Andreev1-29/+19