SYNC: mutli-sql tests

This commit is contained in:
SPRINX0\prochazka
2025-02-24 14:18:20 +01:00
committed by Diflow
parent 5b246fe44c
commit afcb226111
7 changed files with 148 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
CONNECTIONS=mysql,postgres
CONNECTIONS=mysql,postgres,mssql,oracle
LABEL_mysql=MySql-connection
SERVER_mysql=localhost
@@ -15,3 +15,18 @@ PASSWORD_postgres=Pwd2020Db
PORT_postgres=16000
ENGINE_postgres=postgres@dbgate-plugin-postgres
DBCONFIG_postgres=[{"name":"PgChinook","connectionColor":"red"}]
LABEL_oracle=Oracle-connection
SERVER_oracle=localhost
USER_oracle=system
PASSWORD_oracle=Pwd2020Db
PORT_oracle=16013
ENGINE_oracle=oracle@dbgate-plugin-oracle
SERVICE_NAME_oracle=xe
LABEL_mssql=Mssql-connection
SERVER_mssql=localhost
USER_mssql=sa
PASSWORD_mssql=Pwd2020Db
PORT_mssql=16012
ENGINE_mssql=mssql@dbgate-plugin-mssql