Fix syntax error in example
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract / Formatter.pm
2020-07-24 Matt S Trout cleanup rogue whitespace
2020-07-24 Matt S Trout picked the wrong regexp escape
2020-07-24 Matt S Trout I need these every time I debug it so might as well...
2020-07-24 Matt S Trout lift innerdent and unify algorithm
2020-07-24 Matt S Trout better indent picking inside parens
2020-07-24 Matt S Trout need $join having removed the space-after-), and resett...
2020-07-24 Matt S Trout don't add nl_pre before final newline (duh)
2020-07-24 Matt S Trout in practice, shoving a space after every ) turned out...
2020-07-24 Matt S Trout more code cleanup
2020-07-24 Matt S Trout more formatting cleanup
2020-07-24 Matt S Trout cleanup and improve formatting logic
2020-07-24 Matt S Trout better indentation and interpolation
2020-07-24 Matt S Trout fix indentation and newlines for more cases
2020-07-24 Matt S Trout clearer formatting with less pointless whitespace/newlines
2020-07-24 Matt S Trout ON( now renders correctly as ON (
2020-07-24 Matt S Trout handle non-ref internals
2020-07-24 Matt S Trout formatter starts to work
2020-07-24 Matt S Trout better followiung principles
2020-07-24 Matt S Trout format works
2020-07-24 Matt S Trout clean things up and better sqlacexpr
2020-07-24 Matt S Trout improving formatting