valchkou / cassandra-driver-mapping

JPA addon for DataStax Java Driver for Cassandra
58 stars 24 forks source link

Valchkou compatibility with cassandra verison 1.2 #60

Open prabhabisht opened 9 years ago

prabhabisht commented 9 years ago

Hi Eugene, Do we support Cassandra version 1.2.? If yes then what is the supported version of valchkou for it & do we have the Schema sync facility in that version ? We are using version column for checking the IF NOT EXISTS facility in case of create a new record.So Is this feature is available in supported version of valchkou for Cassandra1.2.

valchkou commented 9 years ago

My mapping module fully based on datastax java driver. I started with mine when Cassandra 2 was around and never tested features against 1.2. if "IF NOT EXISTS" is not supported in 1.2 it will not work in mine either