Ryan Park

Results 3 issues of Ryan Park

# Prepatch These are the changes that should be prioritised in the event that we would like to support prepatch, this is unlikely but it makes sense to prioritise them...

Priest
Shadowlands

The usage of Lerna in the repository has lead to some difficult/unstable dependency issues that have become problematic to resolve (See: https://github.com/nearform/graphql-hooks/issues/735). We would like to change the repository to...

## Issue and How to Reproduce ``` swift let target = Tables.reportItemTable .select(distinct: Columns.reportItemTableRowNumber) .filter(Columns.reportItemParentReportItemInternalID == internalId) .count ``` Results in: ``` SQL SELECT count(*) FROM "tblReportItem" WHERE ("ParentReportItemInternalID" =...

bug