3logic / apollo-cassandra

A basic ORM for Cassandra
GNU Lesser General Public License v3.0
48 stars 14 forks source link

Save does not load schema #31

Open cbollerud opened 9 years ago

cbollerud commented 9 years ago

If the first interaction with Cassandra is a save, the schema is not loaded and all following queries will fail. If a find/select comes first, then all is well.