summaryrefslogtreecommitdiff
path: root/src/sql/unparsableInsert.sql
Commit message (Collapse)AuthorAge
* Include extra details when storing unparsable and uninsertable lines.Dan Goodliffe7 days
Now includes the hostnameId, timestamp and optionally error message. Updates idx_entities_retryinsert to account for details not being NULL. Also fixes the issue where the entities inserted and rollback would still be recorded in the entity cache if the access log insert failed. This would have lead to PK violations later on.