Shannon

Results 76 comments of Shannon

There is also a somewhat difficult bug to fix, #753. This one is important to anyone needing to create a datagrid that has data that is part of an array...

## NoSQL Support A possible strategy for this is to restructure QQuery so that instead of BuildQueryStatement embedded in every ORM object, a query structure is built up, and then...

If we can borrow from other ORMs, great. Re: NoSQL structure, it very much depends on how you use it. Not all NoSQLs are schema-less, and even the ones that...

See: http://sailsjs.org/documentation/concepts/models-and-orm/query-language. Their are a couple of node.js orms that try to be database agnostic. I think doing it this way will be really good for the architecture. Yes, NoSQL...

@lackovic10 Good points. I agree. However, there is an approach that can accomodate both. I like Propel's API. But, I don't like being forced to generate from a schema. I...

Don't worry too much about the internals for now. We are all busy. Its the external interface I am mostly concerned about. Where do you create a UserRepository? What object...

This whole thing needs to be in a subclass of QDataGrid. A FilteredQDataGrid.

This is actually part of moving jQueryUi into a plugin.

I just want to make sure that we still include ways to programmatically set CSS properties on an individual control. I have had to do this on a number of...

Can you provide a pointer to it? I don't see it in the 2.0 code when I search for it.