Douglas Blank

Results 381 comments of Douglas Blank

Sure, that would be very useful. I wasn't sure how useful this project was any more.

The only way we can optimize "or" would be if all rules (at that level) have selected_handles.

Woot! BTW, I like our variation of making a Tabbed Input/Output cell [1] such that you can see the code in the Input tab, but defaults to showing the Output...

I was going to not add the `what` parameter, but it takes a significant amount of time to return and json.loads() the entire object, rather than just have SQL select...

@Nick-Hall and other reviewers, I've been thinking for a very long time about how to add a select-style method in Gramps, while keeping with a Python interface. This PR represents...

@DavidMStraub this could serve as a replacement in gramps-web for both gramps-ql and object-ql as it is converted into SQL. (It doesn't yet allow everything that the others do though).

One thing that I realize that this doesn't respect is filters and proxies. But I think that can be fixed. Some options: 1. Fallback to using standard gramps access if...

@Nick-Hall, actually, I'm realizing that we have a bigger issue: if you have a proxy/filter in place, then you might not be able to access all of the items in...

@DavidMStraub, nothing has been merged yet that has any effect on the implications I have raised above. The implication is for the things being considered for merging. It would be...

Here is my plan: 1. Add `DbGeneric.select` methods so there is the functionality for proxies and non-DB-API databases 2. Add an argument to the select methods that you must manually...