Scott Rohde

Results 82 comments of Scott Rohde

@dlebauer , @robkooper I just read a note pertaining to this in the "Constraints for BETYdb" document: "finished_at will not be available when record is created" (I assume `finished_at` really...

Ah, now I see that the table includes `start_time`, `finish_time`, `start_date`, `finish_date`, `started_at`, and `finished_at`. Which of these should be part of the key?

I assume the comment on runs.started_at should be: COMMENT ON COLUMN "public"."runs"."started_at" IS 'system time when run begins';

This key has been implemented. But enforcing whitespace normalization on parameter_list has _not_ been implemented. On ebi_production, ``` sql select count(*) from runs where is_whitespace_normalized(parameter_list); ``` returns 467261 and ```...

@dlebauer Can existing NULL greenhouse values be changed to FALSE?

@dlebauer Did you read my comments on the problem of using an integer for local_time?

@dlebauer I have a constraint `clay_pct + sand_pct

I too have reservations about making new tabs or windows the default. Note that if you press _enter_ (or _return_) after doing a search, it is saved in the browser...

@ankurdesai Still, if you could document the case where pressing "

This may be related to issue #500.