summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_result.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-12-11Make oci_execute() calls inside num_rows() non-committing. Fixes #696.Aaron Krebs1-2/+2
Fixes bug in Oracle driver. Calls to oci_execute() inside num_rows() of the Oracle driver can be made non-committing to fix bug with transactions. Since calls to oci_execute are only there to reset which row is next in line for oci_fetch() calls, it's fine to not commit.
2012-09-05Backport a fix for oci8_result::num_rows()Andrey Andreev1-6/+4
2011-10-27Some public and protected method declarationsAndrey Andreev1-6/+6
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 Andreev1-61/+33
style functions
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-17/+17
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-17/+17
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-15/+15
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-248/+248
2008-10-17Fixed a number of bug reports related to table/db names not being escaped or ↵Rick Ellis1-6/+0
prefixed correctly.
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-21whitespace fixesDerek Allard1-4/+6
a minor re-ordering of the changelog
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-3/+3
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones1-1/+3
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-5/+5
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-250/+250
update copyright year update Code Igniter to CodeIgniter
2006-11-20(no commit message)Rick Ellis1-13/+11
2006-10-27(no commit message)admin1-50/+54
2006-10-27(no commit message)admin1-10/+6
2006-10-21(no commit message)admin1-154/+154
2006-10-12(no commit message)admin1-1/+7
2006-10-05(no commit message)admin1-0/+19
2006-10-02(no commit message)admin1-3/+3
2006-09-26(no commit message)admin1-0/+21
2006-09-24Adding database folderadmin1-0/+207