Adam Chapman

Results 38 comments of Adam Chapman

There is a bit of info here.. src/docker/README.md

Thinking about this, if an object with no properties were returned, would this break nested objects in forms? http://docs.cfwheels.org/docs/nested-properties

Yes, I think the idea would be take our JSON generated doc file as an input to one of their parsers. It may also be possible to use the Guides...

I'd have thought the calculated property `property(name="id", sql="user_id")` would alias the primary key.. In my scenario, I'm trying to wrangle a non-conventional database schema to mimic a database using CFWheels...

user_id - int pk first_name - varchar surname - varchar The shops table in wheelstestdb is similar.. Only the shops table pk is a char() data type. This is the...

@andybellenie @perdjurner Both suggestions (used with the _assets/models/Shop.cfc) return: The key [id] does not exist, only the following keys are available: [citycode,name,shopid].

@bshea5 Can you post the model code that defines the calculated properties and the findAll code you run to use the properties?

If you were to run the SQL that the wheels ORM generates, does it return the results you expect?

~~Not really an issue.. seems to behave as expected. Correct usage would be to use the `reload=true` flag before checking for validity.~~