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
When the user doesn't have the SELECT permission on the NHILO table, the component throws an error saying he doesn't have the CREATE TABLE permission, but that's not what's happening. This message should focus on the real problem.
The text was updated successfully, but these errors were encountered:
When NHiLo's initiation procedure runs, it can't tell if there's already a table, so it tries to create it. The CREATE TABLE permission error is thrown. But since there's the table, we should see the SELECT permission error instead.
* Issue #1
* Refactoring: using Testcontainer's database methods instead creating the containers by myself
* Adding Sonar
* Adding old WPF sample (not working yet)
* Changing the CI pipeline to include integration tests; Making sequential guid generator no more depending on Windows; changing the solution file so it can be built with dotnet command on Linux;
* Changing CI pipeline to Ubuntu
* Updating Sonar config
* Changing solution file, but still with version 15
* Sqlite provider added; integration tests refactoring
* Correcting solution for Linux build
* Add publish to Github Packages
* Refactoring + workflow for publishing packages on GitHub
* Improving ASCII85 tests with some theories
* Upgrading .NET to 6.0 in the build workflow
* Upgrading testing projects' packages; using ExecScriptAsync (new beta feature)
* Adding factory and in memory tests
When the user doesn't have the SELECT permission on the NHILO table, the component throws an error saying he doesn't have the CREATE TABLE permission, but that's not what's happening. This message should focus on the real problem.
The text was updated successfully, but these errors were encountered: