mjpearson / Pandra

Cassandra abstraction layer and keyspace scaffolder for PHP developers --- ABANDONED.
GNU Lesser General Public License v3.0
93 stars 11 forks source link

DEFAULT_CREATE_MODE = false, clean degradation #10

Closed mjpearson closed 14 years ago

mjpearson commented 14 years ago

where devs have chosen not to auto create columns not existing in the schema, ensure this is properly degraded or logged.

*note: allowing ColumnContainer children to override master parent

mjpearson commented 14 years ago

done