Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
P2
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Template:customfield_11100 26596
-
Sprint:CP: sprint 65
-
Story Points:1
-
Development Team: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
-