- Merge request !11Issue #3292400: Support autocreate node entities on postgresl β (Open) created by pebosi
- πΉπ·Turkey durum
Christian hi!
I see the changes in the patch are already committed but the original problem still actually persists. Is there any other work left for this other than tests?
Thanks,,
- π§πΎBelarus Yury N
Run into the same issue. But in our case error happens in Select2::getValidSelectedOptions(). This patch solved the issue for us.
- Status changed to RTBC
over 1 year ago 10:40am 6 December 2023 - Status changed to Needs work
12 months ago 2:28pm 7 May 2024 - π©πͺGermany chr.fritsch π©πͺπͺπΊπ
I fixed the CI pipeline and added postgres tests to it. The postgres tests are still failing
- π¨π¦Canada sagesolutions
I tested MR #11 with postgres, but still running into the same error when trying to add a new tag via the autocreate option
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type bigint: "$ID:sage" LINE 6: ..., '468', '175', '469', '176', '140', '44', '202', '$ID:sage'...
- π¨π¦Canada sagesolutions
I tested MR #11 with mysql, and the new tag is added properly. I can confirm this issue is specific to postgres