K2InformaticsGmbH / erloci

Erlang Oracle native driver - DEPRECATED, see https://github.com/K2InformaticsGmbH/oranif instead
Apache License 2.0
37 stars 11 forks source link

Multiple row insert in single statement #6

Open c-bik opened 10 years ago

c-bik commented 10 years ago

insert all into erloci_test_1 (name) values ('test1') into erloci_test_1 (name) values ('test2') into erloci_test_1 (name) values ('test3') into erloci_test_1 (name) values ('test4') select * from dual

::{port_exit,{'SIGSEGV',core,"Segmentation Fault"}}

=ERROR REPORT==== 7-Sep-2014::09:58:07 === * Generic server <0.101.0> terminating * Last message in was {#Port<0.29190>,{exit_status,139}} * When Server state == {state,#Port<0.29190>,true,1, {oci_logger,<0.102.0>}, {<<131,104,2,103,100,0,13,110,111,110,111,100, 101,64,110,111,104,111,115,116,0,0,0,104,0,0, 0,0,0,114,0,3,100,0,13,110,111,110,111,100, 101,64,110,111,104,111,115,116,0,0,3,71,143, 0,0,0,3,0,0,0,0>>, 6,140593674062192,140593271573424,[],1}} * Reason for termination == \ {port_exit,{'SIGSEGV',core,"Segmentation Fault"}}