musicglue / project-elephant

Nyyyyahhhhahaawwwwwwwwwwwww
MIT License
0 stars 0 forks source link

camel case #2

Open vitaly-t opened 8 years ago

vitaly-t commented 8 years ago

regarding the camel-casing for rows, the solution within event receive is a better one, and certainly much better performing ;)

SomeHats commented 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?

vitaly-t commented 8 years ago

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 ;)