Bug: DotConnectOracle provider does not allow repeated migrations

16 views
Skip to first unread message

Michael Swanson

unread,
May 23, 2013, 3:23:21 PM5/23/13
to fluentmigrato...@googlegroups.com
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?
Reply all
Reply to author
Forward
0 new messages