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
It seems the fixes introduced in #664 do not work in all cases. We use Flyway and DB2 to maintain a fairly complex schema and it used to work up until 2.2.1 just fine. 2.3 and 2.3.1 do not clean the database any more.
Clean fails with DB2 SQLCODE: -206 and SQLSTATE: 42703 which seems to refer to temporal types. #664 is the most likely culprit, but more analysis would be needed to isolate exact issue.
The text was updated successfully, but these errors were encountered:
Axel, I'm not not sure what will be the right solution. Just removing TEMPORALTYPE from the query for DB2 Versions below 10 might not be enough. Someone with more DB2 knowledge than me should look into this.
Note that Flyway 2.2.1 does work with DB2 9.7.
BTW: Our server is updated to DB2 V 10.1 next week.
It seems the fixes introduced in #664 do not work in all cases. We use Flyway and DB2 to maintain a fairly complex schema and it used to work up until 2.2.1 just fine. 2.3 and 2.3.1 do not clean the database any more.
Clean fails with DB2 SQLCODE: -206 and SQLSTATE: 42703 which seems to refer to temporal types.
#664 is the most likely culprit, but more analysis would be needed to isolate exact issue.
The text was updated successfully, but these errors were encountered: