Arseni Bulatski created CAY-2556:
------------------------------------

             Summary: Unused MergerToken is generated
                 Key: CAY-2556
                 URL: https://issues.apache.org/jira/browse/CAY-2556
             Project: Cayenne
          Issue Type: Bug
          Components: dbimport
    Affects Versions: 4.1.B2, 4.2.M1
            Reporter: Arseni Bulatski
             Fix For: 4.2.M1


# Drop not null column from db
 # Run dbImport
 # This log appears:
{code:java}
[INFO] Drop Column team_daily_standings.LOSSES_LAST_10_GAMES
[INFO] Drop Column team_daily_standings.WINS_LAST_10_GAMES
[INFO] Drop Column team_daily_standings.TIES_LAST_10_GAMES
[INFO] Drop Column team_daily_standings.OT_LOSSES_LAST_10_GAMES
...
[INFO] Set Allow Null team_daily_standings.LOSSES_LAST_10_GAMES
[INFO] Set Allow Null team_daily_standings.WINS_LAST_10_GAMES
[INFO] Set Allow Null team_daily_standings.TIES_LAST_10_GAMES
[INFO] Set Allow Null team_daily_standings.OT_LOSSES_LAST_10_GAMES
{code}

Token to allow null was created but will never used because this column was 
dropped before.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to