readme: bigquery: correct example#1067
Merged
callmehiphop merged 1 commit intomasterfrom Jan 18, 2016
Merged
Conversation
callmehiphop
added a commit
that referenced
this pull request
Jan 18, 2016
readme: bigquery: correct example
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
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](https://github.com/googleapis/gax-nodejs/issues/new/choose) 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> 🦕
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
🤖 I have created a release \*beep\* \*boop\* --- ## [2.21.0](https://www.github.com/googleapis/gax-nodejs/compare/v2.20.0...v2.21.0) (2021-08-02) ### Features * decode error details property from google.rpc.Status ([#1057](https://www.github.com/googleapis/gax-nodejs/issues/1057)) ([2dde63e](https://www.github.com/googleapis/gax-nodejs/commit/2dde63e87c11144e79e523df48756c60c119d404)) ### Bug Fixes * clean up the lint ([#1067](https://www.github.com/googleapis/gax-nodejs/issues/1067)) ([d08e9d5](https://www.github.com/googleapis/gax-nodejs/commit/d08e9d5d67df89a4cecc73f8c00a76adc5e393a2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 28, 2026
* fix: Allows nulls to be passed into value A user expressed interest in filtering with a null value. This typescript parameter change will now allow users to do so. fixes #958 * Add tests in the system test folder The code in the system test folder reflects the user experience more closely so we want to provide test cases there that will break when compiling typescript if new changes in src are not provided. * Assert statements in system tests Add assert statements to check that the value in the filter created in the system test actually equals null. * Modify tests to assert check for null Slight rename in system tests. Modified tests so that they test to see that the filter has a null value. * Prefer elvis operator in assert statements This change replaces the a longer fragment with elvis operator to make assert statements more concise. * eliminate the need for a variable In two tests we eliminate variables and just have an assert statement so that we can have more concise code.
sofisl
pushed a commit
that referenced
this pull request
Feb 3, 2026
sofisl
pushed a commit
that referenced
this pull request
Feb 5, 2026
* fix: Allows nulls to be passed into value A user expressed interest in filtering with a null value. This typescript parameter change will now allow users to do so. fixes #958 * Add tests in the system test folder The code in the system test folder reflects the user experience more closely so we want to provide test cases there that will break when compiling typescript if new changes in src are not provided. * Assert statements in system tests Add assert statements to check that the value in the filter created in the system test actually equals null. * Modify tests to assert check for null Slight rename in system tests. Modified tests so that they test to see that the filter has a null value. * Prefer elvis operator in assert statements This change replaces the a longer fragment with elvis operator to make assert statements more concise. * eliminate the need for a variable In two tests we eliminate variables and just have an assert statement so that we can have more concise code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
http://stackoverflow.com/questions/34852153/issue-with-gcloud-node-using-bigquery