This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Commit 67cb7bd
chore: cleanup compliance tests for sqlalchemy migration (#1013)
* chore: remove code for sqlalchemy before 1_4
* reformatted with black:
* Removed sqlalchemy compliance tests from versions before 1.4
* removed code in base.py for sqlalchemy < 1.4
* fix coverage issues in base.py
* temporarily commented out code lines not passing coverage for testing purposes
* replaced functions previously removed for not passing cover
* testing removing functions for coverage
* add no cover tag to untested code and clean up commented out functions
* fix lint issues
* black
* chore: cleanup compliance file tests after migration
* lint
* fixed small import error
---------
Co-authored-by: Sharoon Thomas <sharoon.thomas@fulfil.io>1 parent dcc89f7 commit 67cb7bd
File tree
9 files changed
+258
-560
lines changed- sqlalchemy_bigquery
- tests
- sqlalchemy_dialect_compliance
- unit
9 files changed
+258
-560
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 26 | + | |
| 27 | + | |
34 | 28 | | |
35 | 29 | | |
36 | 30 | | |
| |||
109 | 103 | | |
110 | 104 | | |
111 | 105 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
136 | 114 | | |
137 | 115 | | |
138 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
356 | 358 | | |
357 | 359 | | |
358 | 360 | | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
| 361 | + | |
364 | 362 | | |
365 | 363 | | |
366 | 364 | | |
| |||
388 | 386 | | |
389 | 387 | | |
390 | 388 | | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | 389 | | |
395 | 390 | | |
396 | 391 | | |
| |||
424 | 419 | | |
425 | 420 | | |
426 | 421 | | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | 422 | | |
433 | 423 | | |
434 | 424 | | |
435 | 425 | | |
436 | 426 | | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | 427 | | |
443 | 428 | | |
444 | 429 | | |
445 | 430 | | |
446 | 431 | | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | 432 | | |
453 | 433 | | |
454 | 434 | | |
| |||
510 | 490 | | |
511 | 491 | | |
512 | 492 | | |
513 | | - | |
| 493 | + | |
| 494 | + | |
514 | 495 | | |
515 | 496 | | |
516 | 497 | | |
| |||
1278 | 1259 | | |
1279 | 1260 | | |
1280 | 1261 | | |
1281 | | - | |
1282 | | - | |
1283 | | - | |
1284 | | - | |
1285 | 1262 | | |
1286 | 1263 | | |
1287 | 1264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments