Skip to content

Commit

Permalink
Remove 'oracle' from known sql dialects
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Jan 30, 2024
1 parent 8ad60bb commit 38b05bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine_items/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def dropEvent(self, event):
self.setText(url.toLocalFile())


KNOWN_SQL_DIALECTS = ("mysql", "sqlite", "mssql", "postgresql", "oracle")
KNOWN_SQL_DIALECTS = ("mysql", "sqlite", "mssql", "postgresql")


class UrlSelectorMixin:
Expand Down

0 comments on commit 38b05bd

Please sign in to comment.