remove obsolete thing that never worked
[scpubgit/Q-Branch.git] / lib / SQL / Abstract / Formatter.pm
2019-09-19 Matt S Trout I need these every time I debug it so might as well...
2019-09-16 Matt S Trout lift innerdent and unify algorithm
2019-09-16 Matt S Trout better indent picking inside parens
2019-09-16 Matt S Trout need $join having removed the space-after-), and resett...
2019-09-16 Matt S Trout don't add nl_pre before final newline (duh)
2019-09-16 Matt S Trout in practice, shoving a space after every ) turned out...
2019-09-14 Matt S Trout more code cleanup
2019-09-14 Matt S Trout more formatting cleanup
2019-09-14 Matt S Trout cleanup and improve formatting logic
2019-09-09 Matt S Trout better indentation and interpolation
2019-09-09 Matt S Trout fix indentation and newlines for more cases
2019-09-08 Matt S Trout clearer formatting with less pointless whitespace/newlines
2019-09-06 Matt S Trout ON( now renders correctly as ON (
2019-09-06 Matt S Trout handle non-ref internals
2019-09-06 Matt S Trout formatter starts to work
2019-09-06 Matt S Trout better followiung principles
2019-08-24 Matt S Trout format works
2019-08-24 Matt S Trout clean things up and better sqlacexpr
2019-08-24 Matt S Trout improving formatting