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
The SqlToStringFormat class in pylegend/core/databse/sql_to_string/config.py does not validate the indent_count parameter in its constructor. Allowing a negative indent_count can lead to unexpected formatting behavior and bugs.
The
SqlToStringFormatclass inpylegend/core/databse/sql_to_string/config.pydoes not validate theindent_countparameter in its constructor. Allowing a negativeindent_countcan lead to unexpected formatting behavior and bugs.