Commit c898802
committed
bug symfony#54566 [Doctrine][Messenger] Use common sequence name to get id from Oracle (rjd22)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Doctrine][Messenger] Use common sequence name to get id from Oracle
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#54193
| License | MIT
This is a fix for symfony#54193 by using a common sequence name for getting the ID's for Oracle databases.
This will require the user to name their sequences seq_<table_name> or SEQ_<TABLE_NAME> but at least allows you to use messenger with Oracle after properly setting up the table.
Commits
-------
52c3a32 [Doctrine][Messenger] Use common sequence name to get id from OracleFile tree
1 file changed
+20
-1
lines changed- src/Symfony/Component/Messenger/Bridge/Doctrine/Transport
1 file changed
+20
-1
lines changedLines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
473 | 485 | | |
474 | 486 | | |
475 | 487 | | |
| |||
507 | 519 | | |
508 | 520 | | |
509 | 521 | | |
510 | | - | |
| 522 | + | |
511 | 523 | | |
512 | 524 | | |
513 | 525 | | |
| |||
527 | 539 | | |
528 | 540 | | |
529 | 541 | | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
530 | 549 | | |
531 | 550 | | |
532 | 551 | | |
| |||
0 commit comments