Skip to content

create_index: Improve robustness of quoting of identifiers#246

Draft
RasmusSkytte wants to merge 4 commits into
mainfrom
fix/improve-sql-identifiers
Draft

create_index: Improve robustness of quoting of identifiers#246
RasmusSkytte wants to merge 4 commits into
mainfrom
fix/improve-sql-identifiers

Conversation

@RasmusSkytte

Copy link
Copy Markdown
Contributor

Intent

Fixes #240

Approach

dbplyr::sql_glue2 is used to handle more of the quoting

Known issues

N/A

Checklist

  • The PR passes all local unit tests
  • I have documented any new features introduced
  • If the PR adds a new feature, please add an entry in NEWS.md
  • A reviewer is assigned to this PR

@RasmusSkytte RasmusSkytte self-assigned this Jun 19, 2026
@RasmusSkytte RasmusSkytte added this to the v1.0 milestone Jun 19, 2026
@RasmusSkytte RasmusSkytte force-pushed the fix/improve-sql-identifiers branch from 414fc1e to b7423b9 Compare July 8, 2026 12:23
@RasmusSkytte RasmusSkytte force-pushed the fix/improve-sql-identifiers branch from 345712f to b7d303a Compare July 8, 2026 13:18
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.

SQL identifiers are manually pasted/quoted in several places

1 participant