-
Notifications
You must be signed in to change notification settings - Fork 1
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
Entity Framework New Database Values #91
Comments
@isedwards We have encountered this issue when we for example update the number of wind directions and wind speed via the general settings which should be reflected on to the hourly wind dialog but then even after updating the regkeys table for the speed and direction we have to restart the system for it to pick up the change. What would be your advice on like a way to refresh so that changes not made via EF can be reflected without restarting the system? |
This also affects selection of the synoptic hours in hourly and hourly wind -when we update the hourly time selection from the tools> hourly selection , we have to restart the software so that the Enable synoptic hours pick the correct values from that table. @smachua this explains why this did not work actually. I hope @isedwards will advice us on how to handle this issue. |
I get the same issue. In our DataCall if you replace So this means that the shared If we make @maxwellfundi @Patowhiz have you confirmed that this is only happening for database changes outside of EF? i.e. Have you checked that if you change the |
The entity framework fails to pick new database values that have not been updated through it.
The text was updated successfully, but these errors were encountered: