Commit 83416c0f authored by Alexander Barkov's avatar Alexander Barkov

Fixing the message displayed when the test PostgreSQL data source name

does not exist.
parent f19f8f0e
......@@ -8,7 +8,7 @@ if ($mysql_errno)
if (!`SELECT count(*) FROM t1 WHERE Name='ConnectEnginePostgresql'`)
{
DROP TABLE t1;
Skip Need SQLite3 ODBC Driver;
Skip Need ODBC data source ConnectEnginePostgresql;
}
SHOW CREATE TABLE t1;
DROP TABLE t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment