Commit 6ae1de0
fix(analyzer): detect prisma.$transaction, $queryRaw, $executeRaw
Side effects detection now captures prisma client-level operations
in addition to model operations. Also updated model detection regex
to include $ prefixed methods.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d722191 commit 6ae1de0
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
307 | 311 | | |
308 | 312 | | |
309 | 313 | | |
| |||
0 commit comments