-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling some features on a site using SQL Server throws an exception #15628
Comments
BTW the Functional Tests - all Databases workflow brings this out, see a recent
And also a second one, which I guess is the other face of the same coin:
|
While fixing this, we should also change the trigger of on:
# Manual trigger.
workflow_dispatch:
pull_request_review:
types: [submitted] |
@sarahelsaig can you please try to reproduce this issue on your side using the latest code in main? I am unable to reproduce it but would be great if you can also confirm in the same environment you noticed this issue with |
Describe the bug
When I enable certain features, it seems to be successful but the application log records the exception you can see below.
I've noticed this while testing OC 1.9 with Lombq's modules so I know it worked in 1.8.2.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No exceptions should be thrown, just like when we do the same using SQLite database.
The text was updated successfully, but these errors were encountered: