Commit 3bfa6bb
Remove redundant throwOnColumnNotFound=true test (SQL cache conflict)
Wheels caches SQL shells by hashing model name + arguments. The
"still throws" test used the same select string as the preceding
"skips invalid" test, so it hit the cached SQL (built without the
invalid column) and never reached the column validation code.
The throws-when-true behavior is already covered by the existing
"throws error for invalid select column" test which uses a different
select string and runs before any test disables the setting.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 323234d commit 3bfa6bb
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 60 | | |
68 | 61 | | |
69 | 62 | | |
0 commit comments