rmculpepper / sql

Embedding of some of SQL into Racket
33 stars 5 forks source link

UNION uses a boolean flag to indicate ALL. #20

Closed yilinwei closed 3 years ago

yilinwei commented 3 years ago

Fix a bug where ALL was not being emitted.

@rmculpepper I'm not entirely sure the original intent here; was there meant to be multiple options?