Commit 9ccb3e1
fix: add remaining relationship guards, make Pool implement Features
- Guard 5 more test methods that use relationships on SQLite
- Pool adapter now implements all Feature interfaces since it's a
transparent proxy that delegates to the underlying adapter
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 25b1fe2 commit 9ccb3e1
3 files changed
Lines changed: 30 additions & 6 deletions
File tree
- src/Database/Adapter
- tests/e2e/Adapter/Scopes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | | - | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
297 | 302 | | |
298 | 303 | | |
299 | 304 | | |
| |||
969 | 974 | | |
970 | 975 | | |
971 | 976 | | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
972 | 982 | | |
973 | 983 | | |
974 | 984 | | |
| |||
1138 | 1148 | | |
1139 | 1149 | | |
1140 | 1150 | | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
1141 | 1156 | | |
1142 | 1157 | | |
1143 | 1158 | | |
| |||
1147 | 1162 | | |
1148 | 1163 | | |
1149 | 1164 | | |
1150 | | - | |
1151 | | - | |
1152 | | - | |
1153 | | - | |
1154 | | - | |
1155 | 1165 | | |
1156 | 1166 | | |
1157 | 1167 | | |
| |||
1291 | 1301 | | |
1292 | 1302 | | |
1293 | 1303 | | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
1294 | 1309 | | |
1295 | 1310 | | |
1296 | 1311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3611 | 3611 | | |
3612 | 3612 | | |
3613 | 3613 | | |
| 3614 | + | |
| 3615 | + | |
| 3616 | + | |
| 3617 | + | |
| 3618 | + | |
3614 | 3619 | | |
3615 | 3620 | | |
3616 | 3621 | | |
| |||
0 commit comments