-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
2
-
False
-
None
-
False
-
-
-
-
-
-
+
-
https://github.com/infinispan/infinispan/pull/12004, https://github.com/infinispan/infinispan/pull/12176, https://gitlab.cee.redhat.com/red-hat-jboss-data-grid-documentation/rhdg-documentation/-/commit/f7d7ee63c81f2de88844f9ec3498f2625b45d2d7, https://gitlab.cee.redhat.com/red-hat-jboss-data-grid-documentation/rhdg-documentation/-/commit/e52e149f454b035b91a9636a0ca47d7ac500577a
-
-
Attempt to create cache distributed cache from SQL query store configuration section of Configuring Data Grid Caches will fail with:
CacheConfigurationException: ISPN008053: Delete and select queries do not have matching arguments. Delete was [name, name] and select was [name]
Using SQL bellow in select-single instead of the existing one seems to fix the issue.
SELECT t1.name, t1.picture, t1.sex, t1.birthdate, t1.accepted_tos, t2.street, t2.city, t2.zip FROM Person t1 JOIN Address t2 WHERE t1.name = :name AND t2.name = :name
- documents
-
ISPN-15717 Fix proto schema and cache configurtion in SQL query store configuration section
- Resolved
- relates to
-
ISPN-14277 SQL Query Store with JOIN should allow fields repeated for select and delete
- New
-
JDG-6686 [DOCS] Proto schemas in SQL query store configuration section are broken
- Verified