summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Collapse)AuthorFilesLines
2012-03-20Remove EOF newlinesAndrey Andreev3-3/+3
2012-03-20Merge upstream branchAndrey Andreev51-350/+323
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-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-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-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-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 ↵Andrey Andreev2-30/+4
MySQL/MySQLi drivers
2012-03-09Adding Support to Properly Escape Objects that have __toString() magic ↵Joel Kallman1-1/+1
method so that the object can be passed directly as a parameter in a condition without having to manually convert to a string Signed-off-by: Joel Kallman <jkallman@eclarian.com>
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 Sturgeon22-303/+224
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon51-51/+51
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-09Merge upstream branchAndrey Andreev34-754/+1944
2012-03-06Move dsn property from the PDO to CI_DB_driver so other DB drivers can use ↵Andrey Andreev2-2/+2
it without declaring it
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
Added visibility keywords to DB_driver methods
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 ↵SammyK1-2/+2
delete() would throw a syntax error from Postgres.
2012-03-05Fix issue #64Hamza Bhatti1-1/+1
Modify regular expression to be able to handle SQL bracket delimiters for column names that contain special characters or SQL keywords. Signed-off-by: Hamza Bhatti <tiyowan@gmail.com>
2012-03-05Removed oci8-specific stuff from DB_driver.php and added a constructor to ↵Andrey Andreev3-23/+20
DB_result to handle initialization
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