Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorry, wrong branch :( #9024

Closed
wants to merge 329 commits into from

Conversation

half2me
Copy link
Contributor

@half2me half2me commented Jun 22, 2016

sorry wrong branch :(

lorenzo and others added 30 commits March 26, 2016 18:48
values convertible to other expressions
Version 3.8 is the minimum sqlite version fro php 5.5
Improving the function translator for SUBSTR in SQL Server

Appending a LEN function instead of using RIGHT

Trying to fix funciton translaotr

trying to fix sql server tests

one last try

Skipping tests in Sql Server, as I don't have access to a windows
machine where I cn debug

Doing the previous commit right
Missing templates are a signal that a developer has made a mistake.
We should help them find this error and an exception is the simplest way
to signal an error to the developer.

Refs cakephp#8554
This reverts commit 64ec05c.
I accidentally committed this to the wrong branch. And we have force
push disabled.
Missing templates are a signal that a developer has made a mistake.
We should help them find this error and an exception is the simplest way
to signal an error to the developer.

Refs cakephp#8554
…ecode

Add support for returning decoded subjects
…guments

Add argument support for detectors
Missing templates should raise exceptions.
Support for expression converting types
This is the first of many features needed to build out the PSR7 support
in CakePHP. The MiddlewareStack provides an interface for managing
a stack of middleware objects that will be applied to incoming
request/response objects.

I've not included support for conditionally applied or path specific
middleware. I see this as an improvement to be done once the basics are
in place.
dereuromark and others added 22 commits June 16, 2016 00:22
* Add transpose method to collection class
* Revert composer.json file
* Remove TransposeIterator subclass
* Remove double lines
* Use standard CakePHP file header
* Handle uneven length array
* Remove debug line
* Remove some space to please lint
* Throw LogicException if arrays do not share the same length
* Use a local variable to keep array value
* Use current() instead of first()
* Use toList() instead of toArray() to preserve all values
Fix PHPUnit getMock warnings in 3.next.
By allowing the session to exist on the PSR7 request, it will be easier
to implement integration test case flows and more importantly let people
access the session from their psr7 requests.
The base and webroot attributes are handled by the RequestTransformer.
I'm not convinced that php://input needs to be handled as the legacy
dispatcher doesn't do a great job of it either.
This is useful for API based applications.
getSize() can be expensive, instead read the stream and conditionally
assign the input with the stream contents.
I missed this before, but we'll need to handle cookie data conversion.
I really wanted to use one of the predefined date constants, but none of
them seemed to match RFC6265.
Re-purpose the cookie parsing code that lives in the 2.x HttpSocket
here. I figured that was a good place to draw an implementation from as
its fairly battle tested and works well.
Fix Cookie support for PSR7 response transformer
@half2me half2me closed this Jun 22, 2016
@@ -737,4 +770,9 @@ public function __debugInfo()
'logger' => $this->_logger
];
}

private function isolationLevel($isolationLevel = null)
Copy link
Contributor

Choose a reason for hiding this comment

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

Private method name "Connection::isolationLevel" in CakePHP core is discouraged
Missing function doc comment

@half2me
Copy link
Contributor Author

half2me commented Jun 22, 2016

My bad, wrong branch 😨

@half2me half2me changed the title 3.3 RFC: Transaction Isolation Level Abstraction Sorry, wrong branch :( Jun 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet