summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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 MySQL...Andrey Andreev2-30/+4
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
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
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-06Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it...Andrey Andreev1-2/+1
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 delete...SammyK1-2/+2
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 DB_...Andrey Andreev1-3/+12
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-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 Andreev1-23/+12
2012-03-03Add db_set_charset() support for PostgreSQL and change its implementation for...Andrey Andreev2-1/+14
2012-03-03Merge upstream branchAndrey Andreev21-342/+1525
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev12-66/+84
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
2012-03-02Merge upstreamTimothy Warren14-278/+153
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev10-190/+91
2012-03-02Added method visibility declarations to SQLite DB utility classAndrey Andreev1-26/+15
2012-03-02Change SQLite3 _execute to use is_write_type()Andrey Andreev1-6/+4
2012-03-02Merge upstream branchAndrey Andreev3-28/+21
2012-03-02Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not ...Andrey Andreev1-47/+17
2012-03-02Fix issue #1101 (MySQL/MySQLi result field_data())Andrey Andreev2-22/+15
2012-03-01Merge upstream branchAndrey Andreev1-14/+18
2012-03-01Fix issue #413 (Oracle _error_message(), _error_number())Andrey Andreev1-8/+30
2012-03-01Merge upstream branchAndrey Andreev9-195/+80
2012-03-01Remove SQLite3 db_set_charset() - no longer neededAndrey Andreev1-15/+0
2012-03-01Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql...Andrey Andreev9-204/+86
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren8-160/+16