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
When table databasechangeloglock does not exist, changelogSyncSQL does not work, even though changelogSync does work.
Unexpected error running Liquibase: Error executing SQL SELECT COUNT(*) FROM test01.DATABASECHANGELOGLOCK where locked = TRUE ALLOW FILTERING: [Simba][CassandraJDBCDriver](500211) ERROR Invalid query: SELECT COUNT(*) FROM test01.DATABASECHANGELOGLOCK where locked = TRUE ALLOW FILTERING, Cause: com.simba.cassandra.shaded.datastax.driver.core.exceptions.InvalidQueryException: table databasechangeloglock does not exist.
This creates such an awkward workflow if I want to see the desired output from changelogSyncSQL. I have to run changelogSync, then drop databasechangelog while not dropping databasechangeloglock, then run changelogSyncSQL.
Then I can get the following output.
Why is databasechangeloglock even queried at all during changelogSyncSQL? And why isn't there a statement to create it like there is for databasechangelog?
When table
databasechangeloglock
does not exist,changelogSyncSQL
does not work, even thoughchangelogSync
does work.Unexpected error running Liquibase: Error executing SQL SELECT COUNT(*) FROM test01.DATABASECHANGELOGLOCK where locked = TRUE ALLOW FILTERING: [Simba][CassandraJDBCDriver](500211) ERROR Invalid query: SELECT COUNT(*) FROM test01.DATABASECHANGELOGLOCK where locked = TRUE ALLOW FILTERING, Cause: com.simba.cassandra.shaded.datastax.driver.core.exceptions.InvalidQueryException: table databasechangeloglock does not exist.
This creates such an awkward workflow if I want to see the desired output from
changelogSyncSQL
. I have to runchangelogSync
, then dropdatabasechangelog
while not droppingdatabasechangeloglock
, then runchangelogSyncSQL
.Then I can get the following output.
Why is
databasechangeloglock
even queried at all duringchangelogSyncSQL
? And why isn't there a statement to create it like there is fordatabasechangelog
?┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: