-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
qgen is not working for PostgreSQL due to the following reasons. The output has:
- negative limits.
- the
limitclause outside theselectstatement.
The following is an example of an output (with some comments):
group by
cntrycode
order by
cntrycode; <- closes statement before limit
limit -1; <- negative limit
This makes using the tool quite difficult since manual intervention is needed.
There is a PR open to fix this issue: #4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels