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-19Switched MySQLi driver to use OOPAndrey Andreev2-22/+23
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-13Swtich _bind_params() from private to protectedAndrey Andreev1-1/+1
2012-03-13Merge upstream branchAndrey Andreev51-92/+87
2012-03-12Merge branch 'develop' into feature/db_toString_supportJoel Kallman52-2571/+3356
2012-03-12Merge upstream branchAndrey Andreev3-37/+9
2012-03-12Remove collation parameter from db_set_charset() (no longer needed)Andrey Andreev3-7/+5
2012-03-12Fix escape_str() and change _prep_query() to just return the queryAndrey Andreev1-4/+3
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-12Fix _limit()Andrey Andreev1-1/+1
2012-03-12Merge upstream branchAndrey Andreev51-54/+77
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-09_protect_identifiers() to protect_identifier()Andrey Andreev1-2/+2
2012-03-09Merge upstream branchAndrey Andreev25-357/+373
2012-03-09Merge upstream branchAndrey Andreev22-308/+258
2012-03-06Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-driverAndrey Andreev1-2/+1
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-06Merge upstream branchAndrey Andreev1-3/+5
2012-03-06Revert a comment changeAndrey Andreev1-1/+1
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-06Merge upstream branchAndrey Andreev22-177/+132
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-06Merge upstream branchAndrey Andreev9-63/+152
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