seancorfield / honeysql

Turn Clojure data structures into SQL
https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT
1.78k stars 174 forks source link

Temporal: alias in wrong place #518

Closed seancorfield closed 10 months ago

seancorfield commented 11 months ago

SELECT * FROM table FOR SYSTEM_TIME AS_OF ... AS alias ...

Currently, we render SELECT * FROM table AS alias FOR SYSTEM_TIME ...