David Purser

Results 2 issues of David Purser

### Problem Using a table as an argument to a function works correctly, until the table is aliased. Consider the following code: ``` products = Table('products').as_('p') test_query = Query.from_(products).select(fn.Count(products)) print(str(test_query))...

**Describe the bug** Using a filter query to select rows for deletion fails if the filter query is a related field query (i.e. across a foreign key). **To Reproduce** ```...

bug