We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: