Commit 7f1b902
fix: address review — drop unnecessary quoting and transaction guards
- autopopulate.py: remove quote_identifier() for _job_start_time,
_job_duration, _job_version — these are plain identifiers that
don't need quoting on any backend.
- connection.py: revert transaction SQL guards — both MySQL and
PostgreSQL always return non-empty SQL. The guards were premature
abstraction for hypothetical backends.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c7f353f commit 7f1b902
2 files changed
+4
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | | - | |
780 | 779 | | |
781 | 780 | | |
782 | | - | |
| 781 | + | |
783 | 782 | | |
784 | 783 | | |
785 | 784 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
490 | | - | |
491 | | - | |
| 489 | + | |
492 | 490 | | |
493 | 491 | | |
494 | 492 | | |
495 | 493 | | |
496 | 494 | | |
497 | | - | |
498 | | - | |
499 | | - | |
| 495 | + | |
500 | 496 | | |
501 | 497 | | |
502 | 498 | | |
503 | 499 | | |
504 | 500 | | |
505 | | - | |
506 | | - | |
507 | | - | |
| 501 | + | |
508 | 502 | | |
509 | 503 | | |
510 | 504 | | |
| |||
0 commit comments