You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be fixed by editing line 101 in file tracsubtickets/web_ui.py to read:
cursor.execute("SELECT parent, child FROM subtickets WHERE parent='%s'",
(parent_id, ))
Note the addition of the single quites around %s . Now simply build the egg, and you're good to go.
I am using Postgres.
The following errors occurred.
It is necessary to cast the type of int and text.
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
The text was updated successfully, but these errors were encountered: