-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Feat Request: Oracle Driver support #18959
Copy link
Copy link
Open
Labels
feature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing pluginshelp wantedRequest for community participation, code, contributionRequest for community participation, code, contributionsize/m2-4 day effort2-4 day effort
Metadata
Metadata
Assignees
Labels
feature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing pluginshelp wantedRequest for community participation, code, contributionRequest for community participation, code, contributionsize/m2-4 day effort2-4 day effort
Type
Fields
Give feedbackNo fields configured for issues without a type.
Use Case
Would be nice to have Oracle support for this plugin. Plenty of legacy companies - including mine - use Oracle and could benefit from this.
I began building it out in a separate plugin myself, however, I noticed my logic was becoming more or less a copy of the SQL output plugin! I am more than happy to implement the support myself, I just wanted to confirm you are okay with this functionality being added before moving on with it.
Expected behavior
driver == 'sqlite'in theInit())Actual behavior
No Oracle option exists yet nor have I implemented it myself. Users currently have to build it custom if they want Oracle integration. Open sourcing Oracle integration would allow a shared Oracle option, bringing about all the benefits that come with open source.
Additional info
No response