]> source.dussan.org Git - nextcloud-server.git/commit
Set alias for result of cast column function 28537/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Mon, 16 Aug 2021 12:28:09 +0000 (14:28 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 20 Aug 2021 13:43:37 +0000 (13:43 +0000)
commitb3e3ae943434931b7a98b9989b8acf07d8b13055
treeb0735e672b7d98e212b8691dd238a5c4c003762c
parent5c89061865b1287cedaeb962ea208c3a15839d30
Set alias for result of cast column function

On OCI an expression like to_char(events) end up as $row['to_char(events)'] in the query result.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/workflowengine/lib/Manager.php