This repository has been archived by the owner on Sep 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
HSQLDB not null restriction errors #7
Comments
Thanks for your bug report. I ran into similar bug occasionally as well. For now your quick fix is good enough, I guess. I will investigate more. Unfortunatelly right now I have too much work, so it will take a while ... |
Problem still exists.... halfabrain, what script did you edit? |
I think this is caused by polling for results - the CheckController.updateResults method causes loadChecks to run, which clears the current check. If you remove this "clearCheck" call the save works. I have a PR if you like, am working on adding a Slack integration.
|
Same here. |
Hello ,
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Jirkapinkas,
Just tried to work with the tool with HSQLDB, but the following error is hitting me, when I try to add a site:
12:13:56,007 ERROR SqlExceptionHelper:146 - integrity constraint violation: NOT NULL check constraint; SYS_CT_10126 table: MONIT_CHECK column: CHART_PERIOD_TYPE
I removed the "not null" from the script or text file for this table. And then I get it to work. But I don't know if this is the correct way to fix this.
Please advise/help me
Regards
Ronald
The text was updated successfully, but these errors were encountered: