summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-09Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstractAndrey Andreev2-2/+4
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-06Fix a CI_DB_pdo_driver::trans_commit() bugAndrey Andreev2-24/+6
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-05Fixed MSSQL and SQLSrv truncate()Andrey Andreev3-0/+37
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev13-120/+42
2012-04-05Add replace() support for SQLite/SQLite3Andrey Andreev3-8/+44
2012-04-05Replaced driver instances of _replace() with one in CI_DB_active_recordAndrey Andreev4-59/+25
2012-04-05Added a default _update() method to CI_DB_active_recordAndrey Andreev9-252/+27
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev13-207/+18
2012-04-05Added a default _insert_batch() method instead of requiring each driver to ↵Andrey Andreev8-89/+19
define it and fixed 2 issues related to it
2012-04-04Merge pull request #1245 from timw4mail/patchPhil Sturgeon1-17/+19
Make database config easier to work with
2012-04-04Make database config easier to work withTimothy Warren1-17/+19
2012-04-04Remove duplicate changelog entries introduced in pull #1225Andrey Andreev1-6/+1
2012-04-04Merge pull request #1225 from ApOgEE/user_guide_compile_fixPhil Sturgeon3-4/+9
Fixing user_guide compilation warnings
2012-04-04Fixing doc link in changelogM. Fauzilkamil Zainuddin1-1/+6
2012-04-04Fixing user_guide compilation warningsM. Fauzilkamil Zainuddin2-3/+3
2012-04-04Merge branch 'form-helper-tests' of https://github.com/tiyowan/CodeIgniter ↵Phil Sturgeon1-0/+252
into form-helper-tests
2012-04-04Merge pull request #1242 from tschechniker/patch-1Andrey Andreev2-4/+5
Added Windows path compatibility to function CI_Zip::read_dir()
2012-04-04Update system/libraries/Zip.phpTobias Tschech1-2/+1
2012-04-04Update user_guide_src/source/changelog.rstTobias Tschech1-0/+1
2012-04-04Added Windows path compatibility to function read_dirtschechniker1-4/+5
2012-04-04Replace old comments with proper docblocks in Xmlrpc.phpAndrey Andreev1-314/+480
2012-04-03Fix PostgreSQL connection stringsAndrey Andreev1-3/+3
2012-04-03Another form_validation fixAndrey Andreev1-2/+0
2012-04-03Merge pull request #1240 from timw4mail/patch-1Phil Sturgeon1-1/+1
Fix Posgres driver connection string.
2012-04-03Merge pull request #913 from narfbg/develop-issue-863Andrey Andreev3-49/+32
Fix issues #11, #183 & #863
2012-04-03Fix some stuff broken during repo syncAndrey Andreev1-3/+3