summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-04-23Merge pull request #1272 from king724/developPhil Sturgeon1-0/+1
Adding in .ics MIME type for calendar invites.
2012-04-21Use parameter 'get_as_float' of microtime()dixy2-11/+8
2012-04-20added suggested styleguide addition for future consistencyTimothy Warren1-1/+12
2012-04-20Start comment cleanup of librariesTimothy Warren14-90/+440
2012-04-19Fix syntax errorTimothy Warren1-1/+1
2012-04-19Additional formatting fixesTimothy Warren13-204/+243
2012-04-19Normalize comments in core filesTimothy Warren11-184/+217
2012-04-18Merge pull request #1260 from Razican/db_acPhil Sturgeon2-1/+3
Added the ability to insert objects with insert_batch() in Active Record
2012-04-18Merge pull request #1263 from timw4mail/patchPhil Sturgeon1-1/+2
Updated database config file
2012-04-17minor style fixTimothy Warren1-2/+2
2012-04-17Updated supported database driver listTimothy Warren1-1/+2
2012-04-17Adding a package adds configuration folder to the end of the list.Korri1-2/+2
2012-04-15Added the ability to insert objects with insert_batch() in Active Reccord.Iban Eguia2-1/+3
2012-04-13Switch erroneously declared protected properties in Output class to publicAndrey Andreev1-7/+7
2012-04-13Merge pull request #1256 from rogeriopradoj/patch-1Andrey Andreev1-1/+1
Update Release Date for version 2.1.1 at user_guide_src/source/changelog.rst
2012-04-13Update Release Date for version 2.1.1 at user_guide_src/source/changelog.rst Rogerio Prado de Jesus1-1/+1
2012-04-12Adding in .ics MIME type for calendar invites.Kevin King1-0/+1
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ↵Andrey Andreev13-83/+9
the method from drivers that don't support it
2012-04-10Add back an unused argument to _delete() due to CI_DB_driver being abstractAndrey Andreev1-1/+1
2012-04-10Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev2-2/+4
develop-db-postgre
2012-04-09Fix changelog merge conflictAndrey Andreev1-4/+0
2012-04-09Merge upstream branchAndrey Andreev42-1681/+417
2012-04-09Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstractAndrey Andreev2-2/+4
2012-04-09Merge upstream branchAndrey Andreev42-1692/+413
2012-04-09DB Utility improvementsAndrey Andreev15-633/+104
- Replaced driver methods _list_databases(), _optimize_table() and _repair_table() with properties - Added defaults for optimize_table() and repair_table() SQL strings (FALSE, as those are mostly MySQL-specific) - Added MSSQL/SQLSRV support for optimize_table() (actually rebuilds table indexes) - Switched public driver methods to protected - Improved CUBRID support for list_databases() as it used to only return the currently used database - Minor speed improvements
2012-04-09Switched public driver methods in DB forge to protectedAndrey Andreev11-22/+22
2012-04-09Multiple DB Forge improvementsAndrey Andreev16-659/+111
- Replaced driver methods _create_database(), _drop_database(), _drop_table() and _rename_table() with properties - Added defaults for the above mentioned platform-specific queries, so that not all drivers need to define them - Improved support for the SQLite, ODBC and PDO drivers
2012-04-09Add back limit parameter to Interbase and PostgreSQL _delete() due to ↵Andrey Andreev2-2/+4
CI_DB_active_record being abstract
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev11-251/+38
2012-04-09Fix AR delete() for MSSQL and SQLSRVAndrey Andreev3-17/+22
2012-04-09Fix AR delete() for OracleAndrey Andreev2-11/+7
2012-04-09Extend fix for #798 to work across all DB drivers instead of just mysqlAndrey Andreev7-52/+77
2012-04-06Some minor improvements to the PDO driverAndrey Andreev1-33/+26
2012-04-06Remove temporary branch from build listTaufan Aditya1-2/+1
2012-04-06TypoTaufan Aditya1-1/+1
2012-04-06Remove batch test from sqliteTaufan Aditya1-7/+13
2012-04-06Fix a CI_DB_pdo_driver::trans_commit() bugAndrey Andreev2-24/+6
2012-04-06Update reference and do the testsTaufan Aditya1-1/+2
2012-04-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into db-testsTaufan Aditya25-512/+80
2012-04-06Fix changelogAndrey Andreev1-4/+1
2012-04-06Merge upstream branchAndrey Andreev171-4318/+5580
2012-04-06Update _delete() and _update() with removal of unsupported LIMIT and ORDER BYAndrey Andreev1-8/+4
2012-04-06Check the insert resultTaufan Aditya1-0/+11
2012-04-06Merge upstream branchAndrey Andreev32-1518/+988
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to ↵Andrey Andreev25-470/+72
CI_DB_driver
2012-04-06Fix PDO field and table escapingAndrey Andreev1-52/+18
2012-04-06Remove temporary branch from build listTaufan Aditya1-2/+1
2012-04-06Add truncateTaufan Aditya1-0/+4
2012-04-06Insert testTaufan Aditya2-5/+5
2012-04-06Remove temporary branch from build listTaufan Aditya1-2/+1