thibaultcha / lua-cassandra

Pure Lua driver for Apache Cassandra
https://thibaultcha.github.io/lua-cassandra
Other
98 stars 35 forks source link

refactor: return string errors instead of tables #41

Closed thibaultcha closed 8 years ago

thibaultcha commented 8 years ago

Let's follow a proper Lua paradigm and return strings instead of tables for our errors!