Steve Schmitt

Results 3 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....

In EF, `HasMaxLength(-1)` is used to indicate that no max length is defined for the field. This might be used on an `nvarchar(max)` field, for example. Either 1. The "maxlength"...