Tags: thurstonsand/scala-cass
Tags
ScalaSession rehaul (#38) * big chunk of work done for rehaul. this will provide a flow-like syntax for building queries…hopefully nice * finish up implementation and first round of bug-squashing * a few changes to Nullable for better usage * force `batchOf` to take at least 1 arg * Either -> Result, add back wartremover, redo raw statements for better types * added ifNotExists for new version of scala, and made the SCRaw thing actually compile * move the rest of ScalaSession over to statements * move exceptions to one file * trying to use microsite… so far maaybe ok. sbt file needed loads of changes * once again redo the sbt file… * trying again… * fix travis script + set up microsite dirs for later * gotta make it compile * start work on documentation. also added IF NOT EXISTS to createKeyspace * of course, I’m running into dependency issues…now gonna play with sbt file to see if i can resolve them * documentation finally works as intended, thanks to `scripts/makeMicrosite` procedure. looks like i can finally move forward with actually writing docs * reorg script and remove untracked files * fixed DELETE bug, added more docs, refined doc generation script * allow some subset of functionality for docs script * fixed bug in select, add select docs, make jekyll startup optional in script * added first draft of row extraction stuff. fixed bug with `Option[T]` extractions so now they only extract on null values (and return an exception in all other cases). allow `Option[CC]` for case class extraction so that similar syntax can be used * * add batch statement docs * provide option to clean workspace, instead of force it * batch statements now take List instead of Seq * batch statements now toString correctly * changed To -> From in Encoder added more docs print out error if jenv doesn’t work properly * add more docs (caching implicits) * some crazy boilerplate stuff * small cleanup * add in async * replace readme with ref to gh-pages * use Recoverable * big timeout for starting cassandra… * update docs
Feature/add for productarity (#37) * some crazy boilerplate stuff * add in credit to travis brown and circe
PreviousNext