summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
AgeCommit message (Collapse)AuthorFilesLines
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 Warren8-139/+2
2012-03-19Switched MySQLi driver to use OOPAndrey Andreev2-22/+23
2012-03-18Merge pull request #1060 from toopay/pdo_metaAndrey Andreev2-2/+62
Fixed meta table method(s) for PDO
2012-03-17Remove type castingTaufan Aditya1-1/+1
2012-03-16Spacing and replace array_key_existsTaufan Aditya1-2/+2
2012-03-13Swtich _bind_params() from private to protectedAndrey Andreev1-1/+1
2012-03-13Merge upstream branchAndrey Andreev44-81/+76
2012-03-12Merge upstream branchAndrey Andreev2-34/+6
2012-03-12Remove collation parameter from db_set_charset() (no longer needed)Andrey Andreev2-4/+2
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 ↵Andrey Andreev2-30/+4
MySQL/MySQLi drivers
2012-03-12Fix _limit()Andrey Andreev1-1/+1
2012-03-12Merge upstream branchAndrey Andreev44-47/+70
2012-03-09Allow arrays to be used for enum/set constraint.Phil Sturgeon1-3/+26
This was working in MySQL but not MySQLi.
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon20-105/+87
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon44-44/+44
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-03-09_protect_identifiers() to protect_identifier()Andrey Andreev1-2/+2
2012-03-09Merge upstream branchAndrey Andreev22-132/+221
2012-03-09Merge upstream branchAndrey Andreev20-109/+120
2012-03-09Merge upstream branchAndrey Andreev28-418/+1699
2012-03-09Merge upstream branchAndrey Andreev31-495/+1756
2012-03-09Merge upstream branchAndrey Andreev21-122/+219
2012-03-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow31-693/+1825
Conflicts: system/database/DB_driver.php system/database/DB_query_builder.php
2012-03-06Move dsn property from the PDO to CI_DB_driver so other DB drivers can use ↵Andrey Andreev1-2/+1
it without declaring it
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev20-103/+86
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 ↵SammyK1-2/+2
delete() would throw a syntax error from Postgres.
2012-03-05Rename property _commit to commit_mode and merge upstream changesAndrey Andreev20-351/+1606
2012-03-05Removed oci8-specific stuff from DB_driver.php and added a constructor to ↵Andrey Andreev1-3/+12
DB_result to handle initialization
2012-03-05Partially fix issue #306Andrey Andreev1-4/+3
2012-03-05Fix issue #1125Andrey Andreev1-1/+35
2012-03-03Fix MySQL/MySQLi field_data()Andrey Andreev2-12/+50
2012-03-03Merge upstream branchAndrey Andreev3-52/+36
2012-03-03Merge upstream branchAndrey Andreev1-5/+1