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

Zend\Db\Adapter alow to use the temporary ResultSetPrototype #5321

Merged
merged 1 commit into from
Nov 27, 2013
Merged

Zend\Db\Adapter alow to use the temporary ResultSetPrototype #5321

merged 1 commit into from
Nov 27, 2013

Conversation

turrsis
Copy link
Contributor

@turrsis turrsis commented Oct 22, 2013

Allow use construction:
$adapter->query("SELECT...", Adapter::QUERY_MODE_EXECUTE, new TemporaryResultSet());

@ralphschindler
Copy link
Member

I think if we had to support this, it would be better done as a 3rd parameter to query().

@turrsis
Copy link
Contributor Author

turrsis commented Nov 20, 2013

May be as second parameter too? For compacting call.

@turrsis
Copy link
Contributor Author

turrsis commented Nov 24, 2013

refactored for 3rd parameter to query().

ralphschindler pushed a commit that referenced this pull request Nov 27, 2013
Merge branch 'hotfix/db-adapter-setQueryResultSetPrototype' of git://github.com/turrsis/zf2 into turrsis-hotfix/db-adapter-setQueryResultSetPrototype

* 'hotfix/db-adapter-setQueryResultSetPrototype' of git://github.com/turrsis/zf2:
  allow use temporary ResultSetPrototype
ralphschindler pushed a commit that referenced this pull request Nov 27, 2013
Merge branch 'turrsis-hotfix/db-adapter-setQueryResultSetPrototype' into develop

* turrsis-hotfix/db-adapter-setQueryResultSetPrototype:
  allow use temporary ResultSetPrototype
@ralphschindler ralphschindler merged commit 19df58f into zendframework:develop Nov 27, 2013
@turrsis turrsis deleted the hotfix/db-adapter-setQueryResultSetPrototype branch January 9, 2014 09:28
gianarb pushed a commit to zendframework/zend-log that referenced this pull request May 15, 2015
Merge branch 'hotfix/db-adapter-setQueryResultSetPrototype' of git://github.com/turrsis/zf2 into turrsis-hotfix/db-adapter-setQueryResultSetPrototype

* 'hotfix/db-adapter-setQueryResultSetPrototype' of git://github.com/turrsis/zf2:
  allow use temporary ResultSetPrototype
gianarb pushed a commit to zendframework/zend-log that referenced this pull request May 15, 2015
Merge branch 'turrsis-hotfix/db-adapter-setQueryResultSetPrototype' into develop

* turrsis-hotfix/db-adapter-setQueryResultSetPrototype:
  allow use temporary ResultSetPrototype
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants