Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Cannot Reproduce
-
None
-
None
-
customfield_11100 26596
-
CP: sprint 65
-
1
-
Core: Platform
Description
CQL2PG from RMB 25 no longer can handles views correctly.
CQL:
instance_holding_item_view.it_jsonb.barcode==706949453641
SQL:
WHERE lower(f_unaccent(jsonb->'instance_holding_item_view'->'it_jsonb'->>'barcode')) LIKE lower(f_unaccent('706949453641'))
should be
WHERE lower(f_unaccent(instance_holding_item_view.it_jsonb->>'barcode')) LIKE lower(f_unaccent('706949453641'))
TestRail: Results
Attachments
Issue Links
- blocks
-
MODINVSTOR-285 upgrade to RMB 26 and resolve related issues
-
- Closed
-
-
RMB-386 Release version 25
-
- Closed
-
- relates to
-
RMB-391 Implement foreign key support for CQLPGJson Parser (two tables, parent->child)
-
- Closed
-