TexasDigitalLibrary / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
https://texasdigitallibrary.atlassian.net/wiki/spaces/VUG/pages/87490642/About
GNU General Public License v2.0
44 stars 33 forks source link

SQL error when using certain queries #1872

Closed smutniak closed 5 months ago

smutniak commented 7 months ago

The file src/main/java/org/tdl/vireo/model/repo/impl/SubmissionRepoImpl.java is missing critical whitespace in StringBuilder assembled queries. A space needs to be added after 'ORDER BY' in line 949 and after the 'AS' in lines 1089 and 1091.

smutniak commented 7 months ago

Fixed by 4.2.5_sqlbug_1872