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
sqlcommenter appends the comment to the end of the query. I would propose prepending the comment at the beginning of the query instead.
The comment at the end is problematic when the query is really long, and the comment is truncated from database query logs. The very long queries are often produced by Django, and the query logs (e.g. top slow queries) have limited length in AWS RDS.
What do you think?
The text was updated successfully, but these errors were encountered:
Hi!
sqlcommenter appends the comment to the end of the query. I would propose prepending the comment at the beginning of the query instead.
The comment at the end is problematic when the query is really long, and the comment is truncated from database query logs. The very long queries are often produced by Django, and the query logs (e.g. top slow queries) have limited length in AWS RDS.
What do you think?
The text was updated successfully, but these errors were encountered: