Ensure .addBatch is called even when there are no param-groups.
Allen Rohner
September 7, 2011 at 10:00 PM
Actually, do-prepared doesn't seem to do anything at all. (jdbc/do-commands "insert into foo (foo,bar) VALUES (1,2)") works as expected, same command with do-prepared doesn't do anything.
returns nil, while
throws as expected.