Open vitaly-t opened 8 years ago
Thanks for this! We'd like camel casing to be configurable depending on what you're querying. Is it possible to use something along the lines of a non-global receive?
receive
is always global. you can, however, check its Result
object for things like the table name, though I'm not sure this will always work.
That example is good for global camel-case conversion ;)
regarding the camel-casing for rows, the solution within event receive is a better one, and certainly much better performing ;)