Skip to content

Conversation

@bojanpikl
Copy link

@bojanpikl bojanpikl commented Nov 6, 2025

Oracle requires "from dual" in any select statement. Thus, statement used by TryConnect "select 1" fails with ORA-00923: FROM keyword not found where expected exception as reported in issue #5.
In order to fix it, we override the GetDummyQuery used in the TryConnect method.

Fixes #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TryConnect() doesnt work with Oracle

1 participant