You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StringqueryString = "select count(o) from GuestbookResponse as o, Dataset d, DvObject obj where o.dataset_id = d.id and d.id = obj.id and obj.owner_id = " + dataverseId + "and o.guestbook_id = " + guestbookId;
appears to have the same issue with "and... in the query that is going to append the word and to an id without a space that was just fixed in #10244 and #10243 . I have not checked to see how/when this query is triggered other than seeing it relates to GuestbookResponsesPage andManageGuestbooksPage. It is an 8 year-old piece of code.
The text was updated successfully, but these errors were encountered:
dataverse/src/main/java/edu/harvard/iq/dataverse/GuestbookResponseServiceBean.java
Line 435 in bae06e5
"and...
in the query that is going to append the wordand
to an id without a space that was just fixed in #10244 and #10243 . I have not checked to see how/when this query is triggered other than seeing it relates to GuestbookResponsesPage andManageGuestbooksPage. It is an 8 year-old piece of code.The text was updated successfully, but these errors were encountered: