As postgresql 15 become more strict, It throws errors when missing space. Earliar version was able to work with missing space between parameterize afguments and next keywords, but same keep failling in postgres 15.
Steven faced issue in Import GL Journal. So reviewed and try to fix same.
Carlos RuizJanuary 2, 2024 at 11:47 AM
Hi
In core we don’t have issues reported against postgresql 15 after the fixes made by Heng Sin.
I think this ticket can be closed.
Former userJanuary 2, 2024 at 11:45 AM
hi,
we went to v16. There are some other issues, we found mainly in our code, the question is only unit test issues was fixed by or all use cases. (my assumption is only unit test issues)
As postgresql 15 become more strict, It throws errors when missing space. Earliar version was able to work with missing space between parameterize afguments and next keywords, but same keep failling in postgres 15.