Releases: hackolade/Cassandra
Releases · hackolade/Cassandra
when adding a column to an existing search index, use the more efficient script statements ALTER SEARCH INDEX SCHEMA followed by RELOAD SEARCH INDEX and REBUILD SEARCH INDEX, instead of the previous DROP/CREATE SEARCH INDEX statements
0.1.102 when adding a column to an existing search index, use the more effici…
added flag to allow excluding container ALTER statements, useful when dealing with multiple environments: dev, test, prod, etc.
0.1.101 added flag to allow excluding container ALTER statements, useful when…
excel export of primary key property
0.1.100 excel export of primary key property
Force the user to OPT IN for DROP statements, DROP are disabled by default
0.1.99 Force the user to OPT IN for DROP statements, DROP are disabled by de…
compMod ALTER script changes
0.1.98 compMof ALTER script changes
connection help links
0.1.97 connection help links
RE of columns with <map> type from CQL file
0.1.96 RE of columns with <map> type from CQL file
logic for handling ALTER Script for non modified attributes
0.1.95 logic for handling ALTER Script for non modified attributes
Don't generate ALTER statements when columns are moved
0.1.94 Don't generate ALTER statements when columns are moved
Add adapter to set all ifNotExist property to true on old models
0.1.93 Add adapter to set all ifNotExist property to true on old models