Distinguish between permanent evaluation errors and transient input errors

Fixes #112.
This commit is contained in:
Eelco Dolstra
2013-09-25 16:21:16 +02:00
parent e1c9e28589
commit d46ebeea99
6 changed files with 31 additions and 15 deletions

1
src/sql/upgrade-22.sql Normal file
View File

@@ -0,0 +1 @@
alter table Jobsets add column fetchErrorMsg text;