Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.SyntaxError) syntax error at or near "end" #30

Closed
visch opened this issue Nov 5, 2022 · 0 comments · Fixed by #35
Closed

Comments

@visch
Copy link
Member

visch commented Nov 5, 2022

2022-11-05 10:07:50,336 Inserting with SQL: INSERT INTO temp_bff68b73_41a7_46eb_b929_a76f67fcf3e4 (id, pid, tid, uid, description, start, "end", updated, dur, "user", use_stop, client, project, task, billable, is_billable, cur, tags) VALUES (:id, :pid, :tid, :uid, :description, :start, :end, :updated, :dur, :user, :use_stop, :client, :project, :task, :billable, :is_billable, :cur, :tags)

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.SyntaxError) syntax error at or near "end"

Looks like some kind of reserved keyword potentially? Not clear will have to dive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant