Problem/Motivation
Improve query to support the other db drivers included in core.
Steps to reproduce
Install this module on a Drupal 10 setup with PostgreSQL 12+
Proposed resolution
See patch
Remaining tasks
Commit the patch and tag a new release
User interface changes
N/A
API changes
Minor
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3444012-02.patch | 544 bytes | joseph.olstad |
Comments
Comment #2
joseph.olstadComment #3
joseph.olstadComment #4
joseph.olstadComment #5
uccio commentedHI,
Thanks for the report.
I quickly tried the module with 10.2.5 and SQlite but I don't encounter any problems.
What problems do you have with postgres?
The query is objectively not beautiful but it should still work...
Comment #6
joseph.olstadI needed this patch with PostgreSQL 12
it should still work with mysql /mariadb and sqlite
Comment #8
uccio commentedHI,
I replicated the problem with PostgreSQL:
the patch fixes it.
Thank you
I apply the fix to both branches 8.x-1.x and 3.x
Comment #9
joseph.olstadThanks Uccio!