transactions options resulting in syntax error of mysql.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`set transaction `' at line 1, stack: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`set transaction `' at line 1


Here's the code:
{
                    isolationLevel: 'read committed',
                    accessMode: 'read write',
                    withConsistentSnapshot: true,
                }
Was this page helpful?