David LeBauer
David LeBauer
I've updated all of these so that the duplicates match. Generally, these were cases of synonyms, and I kept the "Accepted" synonym chosen by USDA plants.
Partial index works On Tuesday, March 17, 2015, gsrohde [email protected] wrote: > @dlebauer https://github.com/dlebauer > > Two last groups to fix: > https://gist.github.com/gsrohde/175081eaa95e563c8ce4#file-out-25948-html > > But even after this, we're...
> The meaning of this is not clear, however, since site_id and citation_id are not columns of this table. I think this should hold for the union of the following...
Yes, outdir should like a directory On Mon, Mar 16, 2015 at 11:48 AM gsrohde [email protected] wrote: > For now I have: > > name, outdir, description or NOT NULL...
@gsrohde is this ready to be implemented?
is this a duplicate of #249? See that issue - we can query the site_id, citatoin_id, and treatment_id from the traits or yields table. But perhaps the constraint should just...
@robkooper What scenario are you describing? - A workflow with a model that exists, and has wrappers in PEcAn, but is not in the database? Why not just require a...
@robkooper would it be reasonable to either - use "NULL" instead of -1 - that is the way we handle foreign keys that do not have associated records. - enter...
> experimenting with a new model. Shouldn't `write = FALSE` for an experimental run? Is there a case where provenance would be useful for a workflow that includes an arbitrary...
@robkooper I still don't see where it would be useful to allow modeltype_id to equal -1 (but not, say, -2), or why this would be preferable to `max(id) + 1`,...