Hi,
I'm using DevArt's DotConnectOracle client.
With my first migration, it will create the VersionInfo table with double quotes in the name. ie. "VersionInfo" and a column "AppliedOn" also with double quotes in the name. With any future migrations, FM believes that the VersionInfo table does not exist because it's looking for a table named VersionInfo, not "VersionInfo".
A partial workaround to this issue was to implement IVersionTableMetaData. This worked great until it looks for the AppliedOn column, not the "AppliedOn" column.
Is there a workaround to this quoting issue?
I can confirm that this issue is not present if i switch over to Oracle.DataAccess.dll
Can anyone help?