File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
TablePro/Views/Connection Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 55// Created by Ngo Quoc Dat on 16/12/25.
66//
77
8+ import os
89import SwiftUI
910import UniformTypeIdentifiers
10- import os
1111
1212/// Form for creating or editing a database connection
1313struct ConnectionFormView : View {
@@ -960,7 +960,9 @@ struct ConnectionFormView: View {
960960 mongoReadPreference: mongoReadPreference. isEmpty ? nil : mongoReadPreference,
961961 mongoWriteConcern: mongoWriteConcern. isEmpty ? nil : mongoWriteConcern,
962962 mssqlSchema: mssqlSchema. isEmpty ? nil : mssqlSchema,
963- oracleServiceName: oracleServiceName. isEmpty ? nil : oracleServiceName
963+ oracleServiceName: oracleServiceName. isEmpty ? nil : oracleServiceName,
964+ startupCommands: startupCommands. trimmingCharacters ( in: . whitespacesAndNewlines) . isEmpty
965+ ? nil : startupCommands
964966 )
965967
966968 Task {
You can’t perform that action at this time.
0 commit comments