Fork me on GitHub
#sql
<
2016-12-22
>
jonas13:12:07

while (jdbc/execute! conn ["ALTER TABLE test_table ALTER COLUMN c TYPE integer USING c::integer + 1”]) works

r0man13:12:11

I run into this before, I think DDL and paramters are not supported by postgresql or the prepared statement in which the vector will finally get translated to

jonas13:12:21

@r0man I have not, thanks!

jonas13:12:44

so I have no choice but to inline the value