Skip to content

Commit

Permalink
PostgreSQL 16.3 støtter ikke order by true. Prøver med et alternativ (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
qtips authored Oct 18, 2024
1 parent d144485 commit f5ddf80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class OppgaveQuerySqlBuilder(
""".trimIndent()

private var orderBySql = """
ORDER BY TRUE
ORDER BY (select null)
""".trimIndent()

private val queryParams: MutableMap<String, Any?> = mutableMapOf()
Expand Down

0 comments on commit f5ddf80

Please sign in to comment.