Skip to content

Conversation

@jathavaan
Copy link
Collaborator

This pull request makes a minor change to the SQL filter string construction in the merge_fkb_osm method to improve readability and consistency in how quotes are handled.

  • Refactored the string formatting for the external_id IN (...) SQL filters in the merge_fkb_osm method to use double quotes on the outside and single quotes around each value, improving readability and consistency.

@jathavaan jathavaan self-assigned this Nov 17, 2025
Copilot AI review requested due to automatic review settings November 17, 2025 20:48
@jathavaan jathavaan linked an issue Nov 17, 2025 that may be closed by this pull request
@jathavaan jathavaan merged commit b1ab05b into main Nov 17, 2025
2 checks passed
@jathavaan jathavaan deleted the bugfix/39-fix-aci-error-with-backslash-in-string branch November 17, 2025 20:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors SQL filter string construction in the merge_fkb_osm method to improve code readability by eliminating backslash escaping in f-strings.

  • Replaced backslash-escaped single quotes with a cleaner quote nesting approach
  • Both fkb_filter and osm_filter construction updated consistently

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

Fix ACI error with backslash in string

1 participant