summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-25Apply fix for issue #136 on PDO+MySQL as wellAndrey Andreev1-3/+3
2012-05-25Merge pull request #1394 from toopay/db-test-suiteAndrey Andreev3-1/+69
2012-05-25Fix issue #136 (MySQL escape_like_str())Andrey Andreev3-5/+9
2012-05-24Added update_batch() support for PostgreSQL (issue #356)Andrey Andreev3-2/+45
2012-05-24replace space with tabTaufan Aditya1-4/+4
2012-05-24Escape like tests, #136 verificationTaufan Aditya3-1/+69
2012-05-24Fix issue #319Andrey Andreev2-6/+5
2012-05-24Merge pull request #1393 from toopay/travis-ciAndrey Andreev1-3/+8
2012-05-24Backward compatibility, in case someone already has vfsStream in their PEAR o...Taufan Aditya1-3/+8
2012-05-24Merge pull request #1392 from toopay/travis-ciAndrey Andreev3-6/+21
2012-05-24Remove temporary branch from whitelistTaufan Aditya1-2/+1
2012-05-24Global class aliasing, at least until namespace introduced into further releaseTaufan Aditya1-2/+5
2012-05-24Fix issue #121Andrey Andreev4-23/+26
2012-05-24Fix issues #44 & #110Andrey Andreev2-0/+3
2012-05-24get vfsStream via composer if its PEAR package not existsTaufan Aditya3-4/+17
2012-05-24Write permissionTaufan Aditya1-2/+2
2012-05-24Force installTaufan Aditya1-1/+1
2012-05-24Update vfsStream repoTaufan Aditya1-1/+1
2012-05-24Update vfsStream reference, run the testTaufan Aditya1-3/+3
2012-05-24Fix issue #1273 and some cleanup in Query BuilderAndrey Andreev2-28/+22
2012-05-24Add backwards compatibility work-around for the configuration settingAndrey Andreev1-0/+7
2012-05-24Remove the DB destructor (db->close())Andrey Andreev2-18/+1
2012-05-24Fix issue #1388Andrey Andreev1-2/+2
2012-05-23Fixed conflicts with 2.1-stable merge.Phil Sturgeon1-6/+6
2012-05-23Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon10-15/+10
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon6-35/+30
2012-05-23Merge pull request #1320 from thallisphp/patch-2Phil Sturgeon1-1/+1
2012-05-23Removed the starting slash from uri_string() documentation.Phil Sturgeon1-1/+1
2012-05-23Merge pull request #1367 from PawelDecowski/developPhil Sturgeon1-11/+0
2012-05-23Merge pull request #1357 from timw4mail/errorsPhil Sturgeon8-3/+9
2012-05-23Merge pull request #1365 from sourcejedi/e_strictPhil Sturgeon1-10/+0
2012-05-23Added ability to _like paramater side to use 'none', in case one wants to que...Nithin1-2/+6
2012-05-23Merge pull request #1379 from brentashley/developPhil Sturgeon1-1/+8
2012-05-23Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errorsTimothy Warren16-99/+87
2012-05-23Fix a typo in the changelogAndrey Andreev1-1/+1
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev15-90/+71
2012-05-22Merge pull request #1378 from gintsmurans/developAndrey Andreev2-10/+17
2012-05-22Removed a space after comment lineGints Murans1-1/+1
2012-05-22Moved destruct to the end of fileGints Murans1-7/+17
2012-05-22fix typo in step 8Brent Ashley1-1/+1
2012-05-22Add step to move existing core extensions to new folderBrent Ashley1-1/+8
2012-05-22Move closing of database connection to CI_DB_driver->__destruct - #1376Root2-10/+7
2012-05-21Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errorsTimothy Warren5-4/+40
2012-05-21Edit to meet CI coding standardsThanasis Polychronakis1-3/+3
2012-05-21Merge pull request #1372 from juanitomint/developAndrey Andreev3-0/+34
2012-05-21added a comment for unbuffered_rowJuan Ignacio Borda1-0/+1
2012-05-20Indended code to meet CI standardsThanasis Polychronakis1-2/+6
2012-05-20Merge pull request #1331 from rogeriopradoj/patch-1Phil Sturgeon3-3/+25
2012-05-19Fix a issue with CI_DB_pdo_result::num_rows()Rogerio Prado de Jesus2-1/+13
2012-05-19Fix a issue with affect_rows in CI_DB_pdo_driver::_execute()Rogerio Prado de Jesus2-2/+12