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 support of CASE conditional expression #193

Closed
3 tasks done
o1egl opened this issue Jan 13, 2020 · 1 comment
Closed
3 tasks done

Add support of CASE conditional expression #193

o1egl opened this issue Jan 13, 2020 · 1 comment
Assignees
Milestone

Comments

@o1egl
Copy link
Contributor

o1egl commented Jan 13, 2020

Add support of CASE expression

CASE
    WHEN expression THEN value
    WHEN expression THEN value
END

postgres: https://www.postgresql.org/docs/9.4/functions-conditional.html
mysql: https://dev.mysql.com/doc/refman/5.7/en/case.html
sqlite3: https://www.sqlitetutorial.net/sqlite-case/

Dialect

  • postgres
  • mysql
  • sqlite3
@doug-martin doug-martin added this to the v9.7.1 milestone Mar 17, 2020
doug-martin added a commit that referenced this issue Mar 19, 2020
* [ADDED] Support for CASE statements #193
@doug-martin doug-martin mentioned this issue Mar 19, 2020
doug-martin added a commit that referenced this issue Mar 20, 2020
* [ADDED] Support for CASE statements #193
doug-martin added a commit that referenced this issue Mar 20, 2020
* [ADDED] Support for CASE statements #193
@doug-martin doug-martin mentioned this issue Mar 20, 2020
doug-martin added a commit that referenced this issue Mar 20, 2020
* [ADDED] Support for CASE statements #193
@doug-martin
Copy link
Owner

Released in v9.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants