UniTime / unitime

Comprehensive University Timetabling System
http://www.unitime.org
Apache License 2.0
283 stars 163 forks source link

rollForwardsession error #125

Closed shreo1992-beep closed 1 year ago

shreo1992-beep commented 1 year ago

i have a unitime and i have created new session i started to use roll forward session to forward data from old session to my new session when i check "Roll Building and Room Data Forward From Session" and choose the session to roll from (demo session Fall 2010 woebegon) and press on Roll Forward button it gives me the following error

Caused by: org.postgresql.util.PSQLException: ERROR: operator does not exist: boolean = integer Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Position: 519

i use postgres database and i believe it maybe related to the code or database so i want to know what should i change , is there a certain table related to this to make some sort of type cast or something related to the code needs to be changed

Thanks & bets regards

tomas-muller commented 1 year ago

Corrected in UniTime 4.7 (build 56 or later) and UniTime 4.6 (build 98 or later).