dirksm/c5-db-migration

MySQL variables not supported

Opened this issue · 0 comments

What steps will reproduce the problem?

Any SQL scripts that use mysql variables will not work

e.g:

set @test_id = last_insert_id();
INSERT INTO tariff(provider_id, description) VALUES (@test_id, 'test value'); 
-- this line fails

What is the expected output? What do you see instead?

An exception is thrown

What version of the product are you using? On what operating system?

0.9.9-m5 on Mac OSX

Please provide any additional information below.

The library looks good but i am forced to look somewhere else because we use 
mysql variables in a lot of of patch scripts

Original issue reported on code.google.com by tj.bros...@gmail.com on 22 Mar 2012 at 2:55