summaryrefslogtreecommitdiff
path: root/src/sql/entityInsert.sql
Commit message (Collapse)AuthorAge
* Only call entity insert handler if detail is nullDan Goodliffe7 days
| | | | | | | Improves handling of entity inserts where the entity already exists and already has detail; does not call the onInsert handler. This avoids repeatedly fetching UA detail every time the UA is first seen by a process.
* Replace use of crc32 for entity idDan Goodliffe2026-04-15
| | | | | Entity value is MD5 hashed same as DB unique key, but the id itself is now taken from the DB primary key which is sequence generated.
* pg_format schema.sql and sql/*.sqlDan Goodliffe2026-01-17
| | | | No changes.
* Tag entities with their typewebstat-0.1.1Dan Goodliffe2025-09-01
|
* Add helpers and SQL for storing an entityDan Goodliffe2025-08-25