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

fix: Improve escaping of literals and identifiers #682

Merged
merged 12 commits into from
May 15, 2024
Merged

Conversation

TrevorBergeron
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

Page not found · GitHub · GitHub
Skip to content
404 “This is not the web page you are looking for”
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels May 10, 2024
@TrevorBergeron TrevorBergeron marked this pull request as ready for review May 13, 2024 21:24
@TrevorBergeron TrevorBergeron requested review from a team as code owners May 13, 2024 21:24
@TrevorBergeron TrevorBergeron requested a review from Genesis929 May 13, 2024 21:24
@@ -724,7 +724,7 @@ def add_ints(row):
)


@pytest.mark.flaky(retries=2, delay=120)
# @pytest.mark.flaky(retries=2, delay=120)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

was for testing on my machine. removed in new revision.

@@ -1701,6 +1701,7 @@ def _start_query(
Starts BigQuery query job and waits for results.
"""
job_config = self._prepare_query_job_config(job_config)
print(sql)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
print(sql)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@TrevorBergeron TrevorBergeron enabled auto-merge (squash) May 15, 2024 21:23
@TrevorBergeron TrevorBergeron merged commit da9b136 into main May 15, 2024
20 of 21 checks passed
@TrevorBergeron TrevorBergeron deleted the sql_ids branch May 15, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants