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

Rename named argument and parameter usage on column rename #4027

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

aperfilyev
Copy link
Collaborator

Screencast.from.30.03.2023.21.13.33.webm

and find usages
Screencast from 30.03.2023 21:14:53.webm

closes #2077

@vanniktech
Copy link
Contributor

Should this also generate a new migration file that creates a new temporary table, fills the data, deletes the 'old' table and renames the temporary table?

We do have this mechanism already somewhere. I think when removing a column from a table.

@aperfilyev
Copy link
Collaborator Author

Should this also generate a new migration file that creates a new temporary table, fills the data, deletes the 'old' table and renames the temporary table?

We do have this mechanism already somewhere. I think when removing a column from a table.

yep and the code for this is in place

but it doesn't seem to work, maybe a bug

@AlecKazakova AlecKazakova merged commit 1c00bff into cashapp:master Apr 11, 2023
6 checks passed
@aperfilyev aperfilyev deleted the aperfilyev/rename-named-arg branch April 11, 2023 14:50
AlecKazakova pushed a commit that referenced this pull request Apr 12, 2023
AlecKazakova pushed a commit that referenced this pull request Apr 12, 2023
aperfilyev added a commit to aperfilyev/sqldelight that referenced this pull request Apr 20, 2023
aperfilyev added a commit to aperfilyev/sqldelight that referenced this pull request Apr 20, 2023
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.

Attempt to rename named argument usage on column rename (for query methods)
3 participants