sebastienros / yessql

A .NET document database working on any RDBMS
MIT License
1.21k stars 197 forks source link

Investigate unique constraints issue #100

Open sebastienros opened 6 years ago

sebastienros commented 6 years ago

https://github.com/OrchardCMS/OrchardCore/pull/1566

sebastienros commented 6 years ago

@PinpointTownes what were the symptoms?

kevinchalet commented 6 years ago

A SQL exception saying an entry in the Document table was duplicated. You can reproduce the issue by reverting the commit, creating an app entry in the OpenID module and making an authorization code flow request.