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
I belive the splitting is done on line length, thus this is not related to SQLite. But I tend to agree, splitting should be done for all lines if it does not fit on a single line.
In this example, why doesn't
ct_tag_id
end up on a new row?Given
After running
( new SqlFormatter( new NullHighlighter() ) )->format( $sql )
we end up withWe should end up with (ignoring #53)
The text was updated successfully, but these errors were encountered: