On 1 May 2014 at 21:34:18, m...@greencowproductions.com (m...@greencowproductions.com) wrote:
Your documentation on table creation is quite nice, but I don't see an example of how to create a table with a collection type (e.g., a set). How is that done?-thanks
--
You received this message because you are subscribed to the Google Groups "Cassaforte, a Clojure client for Apache Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure-cassan...@googlegroups.com.
To post to this group, send email to clojure-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/clojure-cassandra/a3a9ef81-2f90-4202-80db-630f6508aaea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 1 May 2014 at 23:54:23, Max Bachrach (m...@greencowproductions.com) wrote:
Thanks. Shortly after posting the comment, I found that I was able to create a table using :emails :set<text>. In your test, you have :test_set (set-type :varchar). Is one approach better than the other?-Max