You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought about trying something smarter but couldn't figure out how to get the schema name in the end. I'm just going to remove this check. If the table exists, SqlPersistenceEngine.Initialize() will eat the exceptions anyway.
From @adamralph on May 7, 2014 10:55
Perhaps an edge case which you don't care about, but I thought I'd put it here FWIW.
If I have a Commits table in a Foo schema, this line shortcircuits the schema creation
I guess it needs to check if it's in the target schema, not just it's name.
Copied from original issue: NEventStore/NEventStore#343
The text was updated successfully, but these errors were encountered: