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

Add dataTypeCase & functionCase #689

Merged
merged 39 commits into from
Dec 7, 2023
Merged

Add dataTypeCase & functionCase #689

merged 39 commits into from
Dec 7, 2023

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    bdf3be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6fb0b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ba9d0a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    10b4451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a555575 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'separate-data-types' of github.com:karlhorky/sql-format…

    …ter into add-datatypeformat-option
    karlhorky committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    129ba96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ae6c48 View commit details
    Browse the repository at this point in the history
  5. Improve docs

    karlhorky committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f8df2f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge branch 'separate-data-types' of github.com:karlhorky/sql-format…

    …ter into add-datatypeformat-option
    karlhorky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d57af57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d4c929 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f46845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf17e85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9815a46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb60928 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66d596e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    8d81244 View commit details
    Browse the repository at this point in the history
  2. Improve docs

    karlhorky committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a4e4070 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Add NUMERIC

    karlhorky authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4ee4965 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    96d3ef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23848a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8db91fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf7a656 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea7f390 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ebd732 View commit details
    Browse the repository at this point in the history
  7. Remove support for ANY operator in SQLite

    Other dialects might also not support it, haven't checked.
    But SQLite is the only one with data type named "ANY".
    nene committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fdb8f32 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    a0a3c6b View commit details
    Browse the repository at this point in the history
  2. Remove all data types from N1QL

    nene committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bcd084d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98b3816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82b60bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b1cd75 View commit details
    Browse the repository at this point in the history
  6. Remove string format parameters from BigQuery keywords

    These had been mistakenly added to keywords, but those values
    can only appear quoted instide string when calling the cast function:
    
        CAST(expr AS STRING FORMAT 'ASCII')
    
    See: https://cloud.google.com/bigquery/docs/reference/standard-sql/format-elements#format_bytes_as_string
    nene committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    49731ee View commit details
    Browse the repository at this point in the history
  7. Simplify ARRAY[] + dataTypeCase tests

    Really just one small test is enough for this.
    nene committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9bf2110 View commit details
    Browse the repository at this point in the history
  8. Treat the "array" in ARRAY[] as keyword (not as data type)

    But elsewhere treat it as data type.
    nene committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    24bf4b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55bd653 View commit details
    Browse the repository at this point in the history
  10. Update dataTypeCase docs

    nene committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    04947c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aaa667e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e0f53f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9292b01 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d0a7406 View commit details
    Browse the repository at this point in the history