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 write view_definition SQL in my model as long multiline strings. When I run makeviewmigrations,
it just spits out the string in one long line, newlines included. It would be much easier to read if it
would generate a multiline string as I write. I'm not sure that's easy to do, but perhaps if there's a
newline in the string, it can be a clue to generate a multiline string instead of a single line. Honestly, I'd like
it even more if the multiline strings were variables that were pulled out, but I can see different opinions on that.
The text was updated successfully, but these errors were encountered:
I write
view_definition
SQL in my model as long multiline strings. When I runmakeviewmigrations
,it just spits out the string in one long line, newlines included. It would be much easier to read if it
would generate a multiline string as I write. I'm not sure that's easy to do, but perhaps if there's a
newline in the string, it can be a clue to generate a multiline string instead of a single line. Honestly, I'd like
it even more if the multiline strings were variables that were pulled out, but I can see different opinions on that.
The text was updated successfully, but these errors were encountered: