- Notifications
You must be signed in to change notification settings - Fork321
Commitc1d15f4
fix: error using empty array of structs parameter (#474)
* fix: error using empty array of structs parameter* Add QueryParameterType classes* Use query parameter types with ArrayQueryParameter* Adjust system test to changed ArrayQueryParameter* Clarify a comment about an assertionCo-authored-by: Tim Swast <swast@google.com>* Clarify when name/descr. is omitted from API repr* Rename subtypes to fields* Add fields property to StructQueryParameterType* Add a check for empty struct fields* Define scalar SQL parameter types as type objectsCo-authored-by: Tim Swast <swast@google.com>1 parentcc3394f commitc1d15f4
File tree
5 files changed
+711
-15
lines changed- google/cloud/bigquery
- tests
- system
- unit
5 files changed
+711
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
| 71 | + | |
70 | 72 | | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
218 | 239 | | |
219 | 240 | | |
220 | 241 | | |
| |||
0 commit comments
Comments
(0)