File tree
Expand file treeCollapse file tree
3 files changed
+66
-4
lines changedFilter options
- sqlalchemy_bigquery
- tests
- system
- unit
Expand file treeCollapse file tree
3 files changed
+66
-4
lines changedsqlalchemy_bigquery/base.py
Copy file name to clipboardExpand all lines: sqlalchemy_bigquery/base.py+20-2Lines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1388 | 1388 |
|
1389 | 1389 |
|
1390 | 1390 |
|
1391 |
| - |
| 1391 | + |
| 1392 | + |
| 1393 | + |
| 1394 | + |
| 1395 | + |
| 1396 | + |
| 1397 | + |
| 1398 | + |
1392 | 1399 |
|
1393 | 1400 |
|
1394 | 1401 |
|
1395 | 1402 |
|
| 1403 | + |
| 1404 | + |
| 1405 | + |
| 1406 | + |
| 1407 | + |
| 1408 | + |
| 1409 | + |
| 1410 | + |
| 1411 | + |
| 1412 | + |
| 1413 | + |
1396 | 1414 |
|
1397 | 1415 |
|
1398 | 1416 |
|
1399 | 1417 |
|
1400 | 1418 |
|
1401 | 1419 |
|
1402 |
| - |
| 1420 | + |
1403 | 1421 |
|
1404 | 1422 |
|
1405 | 1423 |
|
|
tests/system/test_alembic.py
Copy file name to clipboardExpand all lines: tests/system/test_alembic.py+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
69 | 73 |
|
70 | 74 |
|
71 | 75 |
|
| ||
100 | 104 |
|
101 | 105 |
|
102 | 106 |
|
| 107 | + |
| 108 | + |
103 | 109 |
|
104 | 110 |
|
105 |
| - |
| 111 | + |
106 | 112 |
|
107 | 113 |
|
108 | 114 |
|
| ||
131 | 137 |
|
132 | 138 |
|
133 | 139 |
|
134 |
| - |
| 140 | + |
135 | 141 |
|
136 | 142 |
|
137 | 143 |
|
| ||
162 | 168 |
|
163 | 169 |
|
164 | 170 |
|
| 171 | + |
165 | 172 |
|
166 | 173 |
|
167 | 174 |
|
|
tests/unit/test_alembic.py
Copy file name to clipboard+37Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
0 commit comments