-
Notifications
You must be signed in to change notification settings - Fork 406
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
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bdf3be9 - Browse repository at this point
Copy the full SHA bdf3be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6fb0b6 - Browse repository at this point
Copy the full SHA c6fb0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba9d0a - Browse repository at this point
Copy the full SHA 2ba9d0aView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10b4451 - Browse repository at this point
Copy the full SHA 10b4451View commit details -
Configuration menu - View commit details
-
Copy full SHA for a555575 - Browse repository at this point
Copy the full SHA a555575View commit details -
Merge branch 'separate-data-types' of github.com:karlhorky/sql-format…
…ter into add-datatypeformat-option
Configuration menu - View commit details
-
Copy full SHA for 129ba96 - Browse repository at this point
Copy the full SHA 129ba96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae6c48 - Browse repository at this point
Copy the full SHA 4ae6c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8df2f6 - Browse repository at this point
Copy the full SHA f8df2f6View commit details
Commits on Dec 1, 2023
-
Merge branch 'separate-data-types' of github.com:karlhorky/sql-format…
…ter into add-datatypeformat-option
Configuration menu - View commit details
-
Copy full SHA for d57af57 - Browse repository at this point
Copy the full SHA d57af57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4c929 - Browse repository at this point
Copy the full SHA 9d4c929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f46845 - Browse repository at this point
Copy the full SHA 4f46845View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf17e85 - Browse repository at this point
Copy the full SHA bf17e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9815a46 - Browse repository at this point
Copy the full SHA 9815a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb60928 - Browse repository at this point
Copy the full SHA fb60928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d596e - Browse repository at this point
Copy the full SHA 66d596eView commit details
Commits on Dec 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d81244 - Browse repository at this point
Copy the full SHA 8d81244View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e4070 - Browse repository at this point
Copy the full SHA a4e4070View commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ee4965 - Browse repository at this point
Copy the full SHA 4ee4965View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96d3ef7 - Browse repository at this point
Copy the full SHA 96d3ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23848a1 - Browse repository at this point
Copy the full SHA 23848a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db91fa - Browse repository at this point
Copy the full SHA 8db91faView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7a656 - Browse repository at this point
Copy the full SHA cf7a656View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7f390 - Browse repository at this point
Copy the full SHA ea7f390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebd732 - Browse repository at this point
Copy the full SHA 2ebd732View commit details -
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".
Configuration menu - View commit details
-
Copy full SHA for fdb8f32 - Browse repository at this point
Copy the full SHA fdb8f32View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0a3c6b - Browse repository at this point
Copy the full SHA a0a3c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd084d - Browse repository at this point
Copy the full SHA bcd084dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b3816 - Browse repository at this point
Copy the full SHA 98b3816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b60bc - Browse repository at this point
Copy the full SHA 82b60bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1cd75 - Browse repository at this point
Copy the full SHA 3b1cd75View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 49731ee - Browse repository at this point
Copy the full SHA 49731eeView commit details -
Simplify ARRAY[] + dataTypeCase tests
Really just one small test is enough for this.
Configuration menu - View commit details
-
Copy full SHA for 9bf2110 - Browse repository at this point
Copy the full SHA 9bf2110View commit details -
Treat the "array" in ARRAY[] as keyword (not as data type)
But elsewhere treat it as data type.
Configuration menu - View commit details
-
Copy full SHA for 24bf4b0 - Browse repository at this point
Copy the full SHA 24bf4b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55bd653 - Browse repository at this point
Copy the full SHA 55bd653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04947c6 - Browse repository at this point
Copy the full SHA 04947c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa667e - Browse repository at this point
Copy the full SHA aaa667eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0f53f - Browse repository at this point
Copy the full SHA 2e0f53fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9292b01 - Browse repository at this point
Copy the full SHA 9292b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a7406 - Browse repository at this point
Copy the full SHA d0a7406View commit details