You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tj.bros...@gmail.com
on 22 Mar 2012 at 2:55The text was updated successfully, but these errors were encountered: