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

docs: Add MIGRATION_GUIDE #1933

Merged
merged 3 commits into from
Dec 20, 2023
Merged

docs: Add MIGRATION_GUIDE #1933

merged 3 commits into from
Dec 20, 2023

Conversation

bog-walk
Copy link
Member

@bog-walk bog-walk commented Dec 7, 2023

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.

@bog-walk bog-walk requested review from e5l and joc-a December 7, 2023 02:21
Comment on lines +92 to +94
val originalQuery = TestTable.selectAll().where { TestTable.columnA eq 1 }
originalQuery.adjustSelect { select(TestTable.columnA) }
```
Copy link
Member Author

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.

Copy link
Member

@e5l e5l left a 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

@bog-walk
Copy link
Member Author

bog-walk commented Dec 7, 2023

@e5l Should anything be done about this old guide in the Wiki?

@e5l
Copy link
Member

e5l commented Dec 7, 2023

@bog-walk, let's drop it

Duplicate migration guide to writerside docs as well
Minor edits and remove any mention of adjustSelect set property.
Update README to reflect new DSL changes.
@bog-walk bog-walk merged commit 5a4275d into main Dec 20, 2023
5 checks passed
@bog-walk bog-walk deleted the bog-walk/add-migration-guide branch December 20, 2023 14:32
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.

3 participants