Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-12 | yaml_extract(): Don't try to insert data for nonexistent columns | Teddy Wing | |
If a hash key in the input YAML does not match one of the column names in the table we're inserting into, ignore that YAML field and use the other columns for insertion. |