-
Notifications
You must be signed in to change notification settings - Fork 695
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
docs: Add MIGRATION_GUIDE #1933
Conversation
val originalQuery = TestTable.selectAll().where { TestTable.columnA eq 1 } | ||
originalQuery.adjustSelect { select(TestTable.columnA) } | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section will need to be edited (and an extra step included below) if #1934 is not accepted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's good we have both versions for writerside and markdown
@e5l Should anything be done about this old guide in the Wiki? |
@bog-walk, let's drop it |
Duplicate migration guide to writerside docs as well
Minor edits and remove any mention of adjustSelect set property.
19e9651
to
cbd4b5e
Compare
Update README to reflect new DSL changes.
The 2 docs are duplicates for now, but, in the future, the library doc could just hold a link to the live writerside page, like what's done in Ktor.
Includes new DSL changes in README.