liquibase-cassandra
liquibase-cassandra copied to clipboard
Liquibase extension for Cassandra Support
As explained in the issue https://github.com/liquibase/liquibase-cassandra/issues/289, the aggregate functions are not supported by AWS Keyspaces. This fix tries to execute counting queries and if it fails, the same query without...
Hello, We have the following error when integrating the extension to AWS Keyspaces. The AWS support responded that Keyspaces does not have a plan to support "count". Is there a...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
It is a requirement for the ING driver to have `compliancemode=Liquibase` added to the JDBC URL. Without this attribute, it results in unexpected behavior such as a null pointer error...
With the release for v4.25, new driver support was added; however, the version isn't backwards compatible with pipelines set up with the Simba driver. It would be nice to have...
When using the CDATA driver with Liquibase v4.23, it results in a **TIMESTAMP** word appearing in the query when trying to lock the database. For example `UPDATE [].[DATABASECHANGELOGLOCK] SET [LOCKED]...
Hi, I'm testing version `4.25.0.1`, but it seems that if there are multiple changes within a single changeset, the insertion into the DATABASECHANGELOG fails. Here is a sample of the...