SqlBeautifier icon indicating copy to clipboard operation
SqlBeautifier copied to clipboard

Enhancement: add option to put commas at beginning of lists

Open chrisdabel opened this issue 7 years ago • 2 comments

Such as:

SELECT col1 , col2 , col3 , col4 FROM table

chrisdabel avatar Jul 28 '17 14:07 chrisdabel

@chrisdabel You commented in #13 that you had created a pull request. I don't see it here. Did you push the branch?

bmcguirk avatar Aug 08 '17 20:08 bmcguirk

Hi Brian, I used the wrong terminology. I'm just learning Git. I cloned the repo and will start getting familiar with the code.

On Tue, Aug 8, 2017 at 2:27 PM, Brian J. McGuirk [email protected] wrote:

@chrisdabel https://github.com/chrisdabel You commented in #13 https://github.com/zsong/SqlBeautifier/issues/13 that you had created a pull request. I don't see it here https://github.com/zsong/SqlBeautifier/pulls. Did you push the branch?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zsong/SqlBeautifier/issues/26#issuecomment-321071934, or mute the thread https://github.com/notifications/unsubscribe-auth/Aculy-tzY985hx8n8AE7ZeYAWsCTVWWKks5sWMSkgaJpZM4OmqZh .

-- Thanks, Chris Dabel @cdabel

chrisdabel avatar Aug 08 '17 20:08 chrisdabel