Skip to content

column does not exist #1002

Closed
Closed
@Git-me-outta-here

Description

@Git-me-outta-here

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions