Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Improvements for correct functioning of the Driver OCI8 #9

Closed
wants to merge 34 commits into from
Closed

Improvements for correct functioning of the Driver OCI8 #9

wants to merge 34 commits into from

Conversation

desenvuno
Copy link

  • Record count of a Select object;
  • Problem solved in the definition of variable names in Oracle Select object when used subselects - limit and offset

Reference: zendframework/zendframework#7444

Class for count number of results
Changed for used to Feature RowCounter
Changed for used of Feature RowCounter
Ajusted call the createResult and add method clone
Ajusted problem with limit and offset in subselects
Ajusted for use quote of drive
Ajusted create plarform for oracle
Test for class RowCounter
Ajusted instance of array
Adjusted array format
Adjusted array format
unused_use and line_after_namespace
short_array_syntax
Added getDriver
function_declaration
Improved test coverage
method_argument_space, whitespacy_lines
Improved test coverage
Added tests
Improved test coverage
trailing_spaces
trailing_spaces
trailing_spaces
@mwillbanks
Copy link
Contributor

@ralphschindler care to take a look?

}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo all these cosmetic changes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure these are a result of running php-cs-fixer without specifying the configuration file. Unfortunately, php-cs-fixer, when run a second time with the configuration file, will not fix them. We can fix these on merge.

/**
* @var bool
* @var null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the only possible type?

Made adjustments mentioned by Maks3w
Made adjustments mentioned by Maks3w
Made adjustments mentioned by Maks3w
Made adjustments mentioned by Maks3w
Removed trailing_spaces
removed trailing_spaces
adjusted short_array_syntax, braces
weierophinney added a commit that referenced this pull request Jul 23, 2015
- Reverted some erroneous php-cs-fixer fixes (primarily re-added
  whitespace)
- Use callable typehint, instead of Closure
- Wrapped long lines
weierophinney added a commit that referenced this pull request Jul 23, 2015
weierophinney added a commit that referenced this pull request Jul 23, 2015
@weierophinney weierophinney added this to the 2.5.2 milestone Jul 23, 2015
@romulobusatto
Copy link
Contributor

We were in doubt regarding the comments and the bug label. We need to do more?

@weierophinney
Copy link
Member

@romulobusatto Note - all merged! :-)

@romulobusatto
Copy link
Contributor

Ok, thanks! :D

@romulobusatto
Copy link
Contributor

I found a problem on the initialize of result in Oci8. I need do a new pull request?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants