mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
fix: remove port from cassandra
This commit is contained in:
@@ -86,7 +86,7 @@ const driver = {
|
||||
engine: 'cassandra@dbgate-plugin-cassandra',
|
||||
title: 'Cassandra',
|
||||
showConnectionField: (field, values) =>
|
||||
['server', 'port', 'singleDatabase', 'localDataCenter', 'isReadOnly', 'user', 'password'].includes(field),
|
||||
['server', 'singleDatabase', 'localDataCenter', 'isReadOnly', 'user', 'password'].includes(field),
|
||||
getQuerySplitterOptions: (usage) =>
|
||||
usage == 'editor'
|
||||
? { ...mysqlSplitterOptions, ignoreComments: true, preventSingleLineSplit: true }
|
||||
|
||||
Reference in New Issue
Block a user