Skip to content

Kotlin extensions #123

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

Closed

Conversation

jonasbark
Copy link
Contributor

Fixes #122

This enabled nicer syntax like this:
client.delete().from<User>() instead of
client.delete().from(User::class.java)

@mp911de
Copy link
Member

mp911de commented May 21, 2019

/cc @sdeleuze

@mp911de mp911de added the type: enhancement A general enhancement label May 21, 2019
@mp911de mp911de added this to the 1.0 M3 milestone May 21, 2019
@sdeleuze
Copy link
Contributor

These extensions make sense indeed, thanks @jonasbark 👍

mp911de pushed a commit that referenced this pull request May 21, 2019
mp911de added a commit that referenced this pull request May 21, 2019
Add extension for UpdateTableSpec.table. Add tests. Formatting.

Original pull request: #123.
@mp911de
Copy link
Member

mp911de commented May 21, 2019

Thanks a lot. That's merged and polished now.

@mp911de mp911de closed this May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improved Kotlin extensions for CriteriaStep and DatabaseClient should be provided
3 participants