akmrakib / erlang-mysql-driver

Automatically exported from code.google.com/p/erlang-mysql-driver
Other
0 stars 0 forks source link

transaction doesn't rollback automatically #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I downloaded the source code and try to execute test module, but I always get 
below exception and the rollback doesn't work for me, please explain why this 
happens to me.

{"init terminating in 
do_boot",{{badmatch,{aborted,{{error,foo},{rollback_result,{updated,{mysql_resul
t,[],[],0,[]}}}}}},[{mysql_test,test,0,[{file,"mysql_test.erl"},{line,58}]},{ini
t,start_it,1,[]},{init,start_em,1,[]}]}}

thanks!

Original issue reported on code.google.com by plusminu...@gmail.com on 12 Apr 2013 at 6:49