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
Don't truncate exception backtrace when there's no limit specified
For PostgreSQL and SQLite, instead of having them conform to the same
limit as MySQL, just let them store the whole backtrace. I tried using a
LONGTEXT column for MySQL but the schema is incompatible with PostgreSQL
and SQLite, and it was getting a bit too complicated.
0 commit comments