-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Milestone
Description
In working on this I spotted a bug with the way events work for
/db/-/create- it currently fires acreate-tableevent any time you call that endpoint, even if calling it actually just inserted rows into an existing table. It also doesn't fire aninsert-rowsevent ever.Instead it should do this:
- If table is created with example rows, fire
create-tableand theninsert-rows- If table already exists and more rows are added, fire
insert-rows
Originally posted by @simonw in #2101 (comment)
Reactions are currently unavailable