mybatis version:3.4.5
java version:1.8
oracle:11g ojdbc7:12.1.0.2
i try to use:
<update id =".." parameterType="..">
begin
insert into ....;
update .. set ..;
update .. set ..;
end;
</update>
to execute multiple sql in one block.
And every sql execute success(i confirmed in database) but mybatis return -1.
--
You received this message because you are subscribed to the Google Groups "mybatis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mybatis-user/b2bd5bf8-dd8c-4b14-b87e-fb1aba058fcan%40googlegroups.com.