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

Added UpdateBuilder.update expression builder version. #700

Merged
merged 1 commit into from
Nov 26, 2019

Conversation

spand
Copy link
Contributor

@spand spand commented Nov 26, 2019

We would like to have access to niceties from SqlExpressionBuilder here like plus(t: T)

update(c) { c + 1 }

@spand
Copy link
Contributor Author

spand commented Nov 26, 2019

I tried to make the new one call the other update(Column, Expression<S>) but ran into type inference errors that made no immediate sense.

@Tapac Tapac merged commit cb4cc55 into JetBrains:master Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants