Add v9 compatibility layer for doctrine#224
Conversation
M0rgan01
commented
Oct 2, 2023
| Questions | Answers |
|---|---|
| Description? | Update repository after bump multiple doctrine deps in core, similar to PrestaShop/productcomments#178 |
| Type? | improvement |
| BC breaks? | no |
| Deprecations? | no |
| Fixed ticket? | - |
| How to test? | Test module in v8.1 and v9 |
fd52daa to
bd0b7fd
Compare
bd0b7fd to
23839bf
Compare
florine2623
left a comment
There was a problem hiding this comment.
Hello @M0rgan01 ,
Tested on 8.0.x, 8.1.x and develop branch.
On 8.0.x and 8.1.x :
An exception occurred while executing 'SELECT id_module FROM ps_psgdpr_consent consent LEFT JOIN ps_psgdpr_consent_lang consent_lang ON consent.id_gdpr_consent = consent_lang.id_gdpr_consent WHERE consent.id_module = :id_module':
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':id_module' at line 1
On develop :
An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':id_module' at line 1