With the new “1.1.0” release of query builder, we are now supporting “coalesce” in SQLiss.
You can simply use it in queries such as:
actions in project order by done_at.coalesce(todo_at) desc
In the current trunk, we are working on making it easier to attach documents to any object by simply providing an attachment during create or update. More later…
Gaspard Bucher
comments