js- exec_bind_message error
If you get a message like:
{"length":137,"name":"error","severity":"ERROR","code":"08P01","file":"postgres.c","line":"1672","routine":"exec_bind_message"}}
with `exec_bind_message`
it probably means that you sent a query parameter to a query that doest' need one
-- end of line --