Mee42 / cs509-project

2 stars 0 forks source link

Enum converting issue in backend #50

Closed ChinhDangg closed 6 months ago

ChinhDangg commented 6 months ago

The JDBC client queries that the backend is using, doesn't understand or able to convert the ENUM order and sort to the string values. So I just convert back to using string for JDBC query to work. Anyone knows how to refactor ENUM all the way and still makes the JDBC query work? If not, then this issue can be closed and the ENUM of order and sort will get kept converted to string.