Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sql): add sql formatter #166

Merged
merged 3 commits into from
Dec 2, 2017

Commits on Nov 21, 2017

  1. Add Sql formatter

    This first version of the sql formatter is taken from dbeaver project.
    
    It is configurable using closure
    
    ```
    sql {
       dbeaver().configFile 'sqlFormatter.properties
    }
    ```
    
    configuration file support following properties (with default values)
    
    ```
    sql.formatter.keyword.case=UPPER
    sql.formatter.statement.delimiter=;
    sql.formatter.indent.type=space
    sql.formatter.indent.size=4
    ```
    baptistemesta committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    4fa35e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    1ccb016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c955b View commit details
    Browse the repository at this point in the history