Common/SQLEditor: Fix bugs, switch to dictionary
This commit is contained in:
@@ -49,7 +49,7 @@ Public Class frmStart
|
||||
Dim oForm As New frmSQLEditor(LogConfig, Database) With {
|
||||
.SQLCommand = "SELECT * FROM TBDD_USER WHERE EMAIL = '{#USER#EMAIL}'",
|
||||
.SQLConnection = 1,
|
||||
.PlaceholdersAutomatic = New List(Of String) From {"test1", "test2"},
|
||||
.PlaceholdersAutomatic = New Dictionary(Of String, String) From {{"Testindex 1", "test 1"}, {"Testindex 2", "test 2"}},
|
||||
.PlaceholdersAutomaticPrefix = "MAN",
|
||||
.PlaceholdersWindream = New List(Of String) From {"String Index 1", "String Index 2"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user