Igor Filipek

Results 1 comments of Igor Filipek

also you need to escape `$` characters `insert into test_table \(first, second\) values \(\$1, \$2\)` @ehduardu If your INSERT is RETURNing check if you are expecting a query rather than...