korma / Korma

Tasty SQL for Clojure.
http://sqlkorma.com
1.48k stars 222 forks source link

Allow some way to append arbitrary SQL to the end of a query #334

Closed camsaul closed 6 years ago

camsaul commented 8 years ago

In Oracle 12+ you can do their version of a LIMIT clause:

SELECT * 
FROM my_table
FETCH FIRST 10 ROWS ONLY

Unfortunately there's no way to create a korma query that can generate SQL like this

immoh commented 8 years ago

If someone submits a compelling pull request, I'd be happy to take it.

venantius commented 6 years ago

I'm going through old issues and trying to clean them up. Is this still a priority?

If there hasn't been a response to this issue in 2 weeks, I'll close the ticket.