Fork me on GitHub
#honeysql
<
2022-05-11
>
vlad_poh15:05:21

Is it possible to convert the following mariadb query to honeysql

select * from zone for system_time all y

seancorfield16:05:48

Well, yes, you could use :raw 🙂 Can you link to the docs for that syntax so I can understand what parts of the grammar it represents @kbosompem?

seancorfield16:05:12

Thanks. https://github.com/seancorfield/honeysql/issues/407 It's an interesting piece of syntax. I'll have to think about how best to support it.

👍 1