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
BEGIN NOT ATOMIC
select now() into @date;
select @date;
END
This script runs normally in MariaDB. Replacing session variable with a local one fixes the issue.
It is necessary for Yuniql to support session variables because session variables are the only way to execute dynamic sql.
The text was updated successfully, but these errors were encountered:
Yuniql fails on this script:
This script runs normally in MariaDB. Replacing session variable with a local one fixes the issue.
It is necessary for Yuniql to support session variables because session variables are the only way to execute dynamic sql.
The text was updated successfully, but these errors were encountered: