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
When using Django pghistory all SQL queries are wrapped in a transaction starting with SET LOCAL pghistory.context_id. This makes all queries impossible to tell apart from the preview list.
Not sure if there is something we could hook on to clean up / display the displayed preview?
SET
LOCAL pghistory.context_id='04ca026f-4b5d-48e2-acac-439bcdb953db';
SET
LOCAL pghistory.context_metadata='{"user": 25, "url": "/team/"}';
SELECT"client"."created",
"client"."modified",
"client"."uuid",
"client"."company_id",
"client"."symbol",
"client"."gocardless_user_id",
"client"."gocardless_user_secondary_id",
"client"."mooncard_user_id",
"client"."revenue_default_source",
"client"."revenue_default_category",
"client"."requesting_funding_increase",
"client"."last4_iban",
"client"."contract_link"FROM"client"WHERE"client"."company_id"='iw2piqsWAbPnyJSRFXmKMy'LIMIT21
The text was updated successfully, but these errors were encountered:
kolo = "^2.0.3"
When using Django pghistory all SQL queries are wrapped in a transaction starting with
SET LOCAL pghistory.context_id
. This makes all queries impossible to tell apart from the preview list.Not sure if there is something we could hook on to clean up / display the displayed preview?
The text was updated successfully, but these errors were encountered: