- πΊπΈUnited States smustgrave
If still a valid feature request please reopen updating issue summary per #39
Thanks!
The 'DBTNG' introduced in 7.x was incomplete with regards to temporary table creation.
Allow temporary tables to be created through db_select()
.
None.
Marks db_query_temporary()
as deprecated for 8.1.
Beside using db_query_range() directly, we can also use db_select()->range(); BTW, now we are missing db_select()->temporary() as it is not yet implemented, so db_query_temporary() is our only choice.
This patch add the new method db_select()->temporary(), which also coming with additional simpletest test case. Tested with MySQL + simpletest and pass.
Closed: outdated
11.0 π₯
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
If still a valid feature request please reopen updating issue summary per #39
Thanks!