EventSauce icon indicating copy to clipboard operation
EventSauce copied to clipboard

DoctrineOutboxRepository reserved words escaping

Open lavernyer opened this issue 2 years ago • 0 comments

DoctrineOutboxRepository and some other Doctrine specific EventSauce classes are using backticks in sql statements. Postgresql doesn't support it, instead double quotes should be used.

db_1   [590] ERROR:  syntax error at or near "\`" at character 27
db_1   [590] STATEMENT:  INSERT INTO event_outbox (`payload`) VALUES ($1)

lavernyer avatar Sep 16 '22 12:09 lavernyer