Skip to content

Releases: Hendra-Huang/CassandraBundle

Added support for some table options

Choose a tag to compare

@Hendra-Huang Hendra-Huang released this 15 Apr 14:21

The table options are:
comment, speculative_retry, additional_write_policy, gc_grace_seconds, bloom_filter_fp_chance, default_time_to_live, compaction, compression, caching, memtable_flush_period_in_ms, read_repair

Add --dump-cql flag in schema creation

Choose a tag to compare

@Hendra-Huang Hendra-Huang released this 03 Apr 14:39

--dump-cql flag will print out the CQL statements that will be executed without executing them

Support multiple connections mapping with multiple entity manager service

Choose a tag to compare

@Hendra-Huang Hendra-Huang released this 25 Mar 03:00

Introduce mapping between connections to entities by using dir config

Support tableOptions on create table

Choose a tag to compare

@IndraGunawan IndraGunawan released this 14 Mar 15:22
4e35a63

Support tableOptions on create table

Support metadata caching

Choose a tag to compare

@Hendra-Huang Hendra-Huang released this 02 Mar 07:47

Support metadata caching using cache service

Support composite partition key

Choose a tag to compare

@Hendra-Huang Hendra-Huang released this 28 Feb 11:44

Support creating schema with composite partition key and deprecate update method

Support insert with CassandraType

Choose a tag to compare

@Hendra-Huang Hendra-Huang released this 17 Feb 09:42
Merge pull request #4 from marcelglaeser/patch-1

Support insert with CassandraType

Added TTL for insert

Choose a tag to compare

@Hendra-Huang Hendra-Huang released this 07 Feb 08:54
Merge pull request #3 from panki3a/master

Added support for using TTL for insert and update