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
npf
changed the title
replace the force columns in the walltime_change table by forced
replace the "force" column in the walltime_change table by "forced"
Jun 27, 2018
Force is a reserved work in mysql.
We can use
force
but postgres does not like it ! (commit a279642 is not ok)Proposition is to rename to forced to avoid having to add a 'if mysql' in functions...
Also need to look at the
update set ... FROM ... where...
which mysql does not support -> confirm if fix in commit a279642 is ok for postgres.Impacted: IO.pm and database structures and upgrade files.
The text was updated successfully, but these errors were encountered: