rmculpepper / sql

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

fix bug in `select` with `#:limit` but no `#:order-by` #16

Closed LiberalArtist closed 5 years ago

LiberalArtist commented 5 years ago

Previously, a statement like (select y #:from ys #:limit 1) would emit SELECT y FROM ys ORDER BY LIMIT 1.