Skip to content
Snippets Groups Projects
Commit ee4a4fdc authored by Cam Saül's avatar Cam Saül
Browse files

Make sure to de-CLOB-er the error message for H2 legacy query executions

parent c291ed88
Branches
Tags
No related merge requests found
......@@ -343,7 +343,7 @@
models/IModel
(merge models/IModelDefaults
{:default-fields (constantly [:executor_id :result_rows :started_at :json_query :error :running_time])
:types (constantly {:json_query :json})}))
:types (constantly {:json_query :json, :error :clob})}))
(defn- LegacyQueryExecution->QueryExecution
"Convert a LegacyQueryExecution to a format suitable for insertion as a new-format QueryExecution."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment