mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
make oracle and mysql specific
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
try
|
||||
{
|
||||
if (context.get("currentDB") != null)
|
||||
if (context.get("currentDB") != null && context.get("vendor") != "oracle")
|
||||
{
|
||||
db.execute("use " + context.get("currentDB"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user