-
Notifications
You must be signed in to change notification settings - Fork 122
Improvements for correct functioning of the Driver OCI8 #9
Conversation
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
Added tests
Improved test coverage
whitespacy_lines
Added tests
Improved test coverage
trailing_spaces
trailing_spaces
trailing_spaces
@ralphschindler care to take a look? |
} | ||
|
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
added file extension
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
We were in doubt regarding the comments and the bug label. We need to do more? |
@romulobusatto Note - all merged! :-) |
Ok, thanks! :D |
I found a problem on the initialize of result in Oci8. I need do a new pull request? |
Reference: zendframework/zendframework#7444