Closed (outdated)
Project:
Drupal core
Version:
9.5.x-dev
Component:
database system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 17:13 UTC
Updated:
20 Jan 2023 at 20:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xatoo commentedRerolled patch for 8.x. I hope this will work since its my first patch created using git.
Comment #2
catchSubscribing.
Comment #3
mitchell commentedReference Materials
Related Issues:
Existing Remote Entity Controllers:
Comment #4
mitchell commentedWould this allow for a project like Salsa Entity + Salsa API to be more easily built using a Remote Entity Controller and a cURL database backend?
Comment #5
berdirSalsa doesn't need this, it has nothing to do with it. This is about managing a schema in an external database, when accessing it through DBTNG. Salsa is a custom HTTP based API, this gives us absolutely nothing.
The salsa entity property information is embedded using a custom entity property controller that fetches it from the provides service. We are not interested in adding a hardcoded duplicate of that information. All we want to do is already possible thanks to the pluggable architecture.
Also, Translation Management Tools and consorts are plain normal local entities. Not sure about Artesian, but I'm quite that's a local entity too?
Not saying that this wouldn't be useful in general but it's certainly not for Salsa/TMGMT.
Comment #10
marvil07 commentedD8 patch here does not apply anymore, and probably needs to be re-worked, hence marking this as NW.
Comment #11
tameeshb commentedWhat needs to be done here for the reroll if the files so not exist?
Comment #13
arunkumarkHi,
I have re-rolled the patch for latest Drupal 8.x.3 version.
Comment #15
jofitzusestatement.@file.@return.Comment #16
arunkumarkPatch Working fine!
@Jo Fitzgerald thanks for re-rolled
Comment #17
jofitz@arunkumark Setting back to Needs Review because you (and I) cannot review and set to RTBC because we have contributed patches. We need someone else to review it.
Comment #27
smustgrave commentedThis issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request as a guide.
So after 6 years and the change from D9 + D10 can someone confirm this is still an issue please?
Tagging for IS update as again after 6 years the solution may change.
Comment #28
daffie commentedClosing this issue as outdated. You can create a connection to an external database and use the Schema API in the same way as you can do with the internal database.