Open bbalon opened 9 months ago
Using TryConnect() on Oracle database results in ORA-00923: FROM keyword not found where expected.
TryConnect()
ORA-00923: FROM keyword not found where expected
SELECT 1 FROM DUAL should probably be used for oracle: https://github.com/DbUp/DbUp/blob/master/src/dbup-core/Engine/Transactions/DatabaseConnectionManager.cs#L102
SELECT 1 FROM DUAL
Using
TryConnect()
on Oracle database results inORA-00923: FROM keyword not found where expected
.SELECT 1 FROM DUAL
should probably be used for oracle: https://github.com/DbUp/DbUp/blob/master/src/dbup-core/Engine/Transactions/DatabaseConnectionManager.cs#L102