Steve Schmitt

Results 2 issues of Steve Schmitt

When using `sequelize-auto`, I find that I'm always using the following options: `--caseModel p` for **PascalCase** model names `--caseFile l` for **lower_case** file names `--caseProp c` for **camelCase** property names...

discussion

This is about how to tell Breeze whether the object of a Predicate is a **property name** or a **literal**. The [Query using JSON](https://breeze.github.io/doc-js/query-using-json.html#ambiguous-predicates) doc says use the `isProperty` flag....