The Needs Review Queue Bot β tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- @joachim opened merge request.
- Status changed to Needs review
almost 2 years ago 6:18pm 11 February 2023 - Status changed to Needs work
almost 2 years ago 3:34pm 18 February 2023 - πΊπΈUnited States smustgrave
Failures in MR 3446
Should be simple think they're now missing accessCheck()
- Status changed to Needs review
almost 2 years ago 5:04pm 18 February 2023 - Status changed to RTBC
almost 2 years ago 8:28pm 18 February 2023 - Status changed to Needs work
almost 2 years ago 4:17pm 19 February 2023 - π¨π³China jungle Chongqing, China
::toSqlQuery()
is a new API added which is great! But I think a CR is required. π ContentEntity migration source doesn't consider the migration map Needs work demonstrated its usage. The CR could probably mention it.Thanks!
- π¬π§United Kingdom joachim
We're in a bit of a grey area as to how much of an API this is, as EntityQuery can take different backends.
What does it mean for a non-SQL backend to convert the query to SQL?
- Status changed to Needs review
over 1 year ago 2:18pm 14 March 2023 - π¬π§United Kingdom joachim
I think this needs input from a maintainer.
- π¬π§United Kingdom catch
When I read the issue title, I thought this was for debugging like getting the string SQL query easily, which sounds handy.
But it's not really for debugging, it's more of an actual API to convert to a select query, and I... don't know what I think about that.
- π¨πSwitzerland berdir Switzerland
Yes, also pretty much a -1 on this, and I suggested a different approach for π ContentEntity migration source doesn't consider the migration map Needs work to @joachim.
The abstraction from SQL is by design, it's supposed to be used also for a different storage. The tag-based approach gives different implentations at least a chance to do something similar. A toSql() does not.
- Status changed to Needs work
over 1 year ago 12:29am 13 May 2023 - πΊπΈUnited States smustgrave
Moving to NW as that seems to be 2 of the Entity API not sold on this. Is there a tweak that can be made to pass this?