summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Remove executable bitsFlorian Pritz43-0/+0
2012-10-08Merge tag '2.1.3'Florian Pritz2-17/+16
2012-09-05Backport a fix for oci8_result::num_rows()Andrey Andreev1-6/+4
2012-07-09Alter CI_DB_pdo_result::num_rows()Andrey Andreev1-11/+12
2012-07-04Merge tag '2.1.2'Florian Pritz5-11/+11
2012-06-29Bumping version number to 2.1.2.Wes Baker4-4/+4
2012-06-13Revert a preg_replace()Andrey Andreev1-1/+1
2012-06-13Revert "Fix issue #1387"Florian Pritz2-14/+12
2012-06-13Revert "Fix an erroneus method name"Florian Pritz1-1/+1
2012-06-13Switch strstr() argumentsAndrey Andreev1-1/+1
2012-06-13Fixed conflicts between git flow 2.1.1 and non-flow 2.1.1Phil Sturgeon4-4/+4
2012-06-13Revert from() alias escaping fix - it was breaking more stuffAndrey Andreev1-5/+3
2012-06-13Merge tag '2.1.1'Florian Pritz4-30/+76
2012-06-11Fixed conflictsPhil Sturgeon4-25/+51
2012-05-27Fix an erroneus method nameAndrey Andreev1-1/+1
2012-05-24Fix issue #1387Andrey Andreev2-12/+14
2012-05-23Added ability to _like paramater side to use 'none', in case one wants to que...Nithin1-2/+6
2012-05-19Fix a issue with CI_DB_pdo_result::num_rows()Rogerio Prado de Jesus1-1/+12
2012-05-19Fix a issue with affect_rows in CI_DB_pdo_driver::_execute()Rogerio Prado de Jesus1-2/+11
2012-05-19Fix issue #726Andrey Andreev1-8/+8
2012-05-17Added upgrade for 2.1.1 and updated version.Phil Sturgeon4-4/+4
2012-03-01compile binds before caching the query, otherwise the cached query will never...Ryan Dial1-6/+6
2011-12-26Merge pull request #709 from tubalmartin/2.1-stablePhil Sturgeon1-0/+14
2011-12-01This fixes issue #725Repox1-2/+8
2011-11-28Merge commit 'v2.1.0'Florian Pritz29-191/+2985
2011-11-24Added dummy _reset_select() method to CI_DB_Driver class to allow Active Reco...Túbal Martín1-0/+14
2011-11-22Readded PDO drivers.Phil Sturgeon5-15/+565
2011-11-08Added ->db->replace() for MySQLi.Phil Sturgeon1-0/+19
2011-10-31Misc formatting fixesTimothy Warren1-7/+8
2011-10-31Set charset in DSN if PHP >= 5.3.6Timothy Warren1-1/+7
2011-10-31Changed mysql charset to PDO optionTimothy Warren1-4/+7
2011-10-27Fixed issue #150 correctly.Phil Sturgeon2-6/+6
2011-10-27Fixed issue #150 (for mysql and mysqli), now returns the actual column length.danmontgomery4-15/+25
2011-10-27Fixed a bug (#200) where MySQL queries would be malformed after calling db->c...Greg Aker9-0/+9
2011-10-27Fixed LIKE statement escaping issuesTimothy Warren1-12/+13
2011-10-27Some public and protected method declarationsAndrey Andreev3-59/+59
2011-10-27Remove another 2 old commentsAndrey Andreev1-3/+1
2011-10-27Cleanup and migrate oci8_driver and oci8_result from deprecated PHP4 to PHP5 ...Andrey Andreev2-118/+120
2011-10-27Converted database constructors to PHP5 typeTimothy Warren5-7/+7
2011-10-27if statment code style updateTimothy Warren1-0/+792
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz14-227/+1369
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...Phil Sturgeon1-1/+3
2011-08-15Merge pull request #52 from waldmeister/developPhil Sturgeon1-1/+3
2011-08-15Added some docs to CI core filesDavid Behler1-1/+3
2011-08-14Fixed conflict.Phil Sturgeon1-1/+1
2011-08-14Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyph...Phil Sturgeon1-1/+1
2011-08-13Fixed conflict in changelog.Phil Sturgeon1-1/+2
2011-08-13Fixed mysql and mysqli drivers to set NOT NULL as default for creating fields...Adam Jackett2-4/+12
2011-08-13Fixed having method to insert quotes.Adam Jackett1-1/+1
2011-08-13Fixed conflicted changelog.Phil Sturgeon1-0/+15