You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #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#54193
| License | MIT
This is a fix for #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 Oracle
0 commit comments