Closed
Description
I have four insert into statements. They work fine with v1.7.0.
-- name: CreateNeuron :exec
INSERT INTO public.neurons
(neuron_id, col1, col2)
VALUES($1, $2, $3);
In v1.8.0 sqlc generate gives this error:
column "neuron_id" does not exist
Happens with all four insert into statements. Please help! Until then, I'm back to using v1.7.0